Public IP using DIGITAL OCEAN Droplet
Posted: Tue Dec 06, 2022 3:10 pm
Hello,
Situation:
For a project we ar trying to make a static IP using a 4G router work (anywhere in the world with 4g service). We have a (Server/ remote client) that we want to connect to our network using a 4g router. Sadly, we can not list the reason why but this is what we are trying to accomplish:
Network requirements
- MTU 1500
- UDP Ports 10301 - 13555
- ESP traffic
- Static public IP (No NAT)
What are we using
- 4g Connection using a ASUS 4g-RT86U router. (VPN Client)
- Digital ocean droplet (Static public IP) with openVPN Access server.
- regular laptop not in any domain (Testing purposes)
Best case would be if we could bridge the droplet public IP to the client behind the 4g-RT86U so it is reachable via public internet.
Since we can not really think of a way to do this we are trying the following:
digital ocean OVPN Access server (Public IP) -->
OVPN Client (4G-TR86U) --> Network on router interfaces: 192.168.50.0/30 ip pool 192.168.50.1 - 192.168.50.2 (This so we can simulate a Static IP, only 1 client will be behind this router and should get a static IP but using DCHP) -->
A Network device that needs to be accessible via public internet (Simulating for now with a laptop)
The VPN Connection on the router is working. All traffic is routed through the VPN.
We are trying to configure static routes to route the ip acquired via DHCP to the egress public IP (OVPN Access server)
Can anyone maybe tell if we're on the right track and how we could posibly test if the client is reachable through this public IP.
I can provide more information if needed!
C2OST.
Situation:
For a project we ar trying to make a static IP using a 4G router work (anywhere in the world with 4g service). We have a (Server/ remote client) that we want to connect to our network using a 4g router. Sadly, we can not list the reason why but this is what we are trying to accomplish:
Network requirements
- MTU 1500
- UDP Ports 10301 - 13555
- ESP traffic
- Static public IP (No NAT)
What are we using
- 4g Connection using a ASUS 4g-RT86U router. (VPN Client)
- Digital ocean droplet (Static public IP) with openVPN Access server.
- regular laptop not in any domain (Testing purposes)
Best case would be if we could bridge the droplet public IP to the client behind the 4g-RT86U so it is reachable via public internet.
Since we can not really think of a way to do this we are trying the following:
digital ocean OVPN Access server (Public IP) -->
OVPN Client (4G-TR86U) --> Network on router interfaces: 192.168.50.0/30 ip pool 192.168.50.1 - 192.168.50.2 (This so we can simulate a Static IP, only 1 client will be behind this router and should get a static IP but using DCHP) -->
A Network device that needs to be accessible via public internet (Simulating for now with a laptop)
The VPN Connection on the router is working. All traffic is routed through the VPN.
We are trying to configure static routes to route the ip acquired via DHCP to the egress public IP (OVPN Access server)
Can anyone maybe tell if we're on the right track and how we could posibly test if the client is reachable through this public IP.
I can provide more information if needed!
C2OST.