DHCP has to do with assigning local IP's to your connected devices. A VPN is used to established an encrypted connection. You can run it with or without DHCP depending if you're using your mobile router in bridge/bypass mode connected to a second router which serves DHCP instead. Generally you don't want two routers on the same network both serving DHCP, it can create conflict.
DMZ - Alternative to Bridging a Router
Forum rules
This forum is for tutorials only--not for help or assistance.
This forum is for tutorials only--not for help or assistance.
- BillA
- Posts: 975
- Joined: Sun Dec 01, 2019 6:46 pm
- Location: USA
- Has thanked: 161 times
- Been thanked: 231 times
- Contact:
Re: DMZ - Alternative to Bridging a Router
DHCP has to do with assigning local IP's to your connected devices. A VPN is used to established an encrypted connection. You can run it with or without DHCP depending if you're using your mobile router in bridge/bypass mode connected to a second router which serves DHCP instead. Generally you don't want two routers on the same network both serving DHCP, it can create conflict.
Re: DMZ - Alternative to Bridging a Router
Does this break the custom TTL settings in GO if I follow the tutorial? Meaning will my TTL still be reported as 65 to tmobile even though my ER12 is taking care of all the router functions?
- Didneywhorl
- Posts: 1628
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 528 times
- Been thanked: 295 times
- Contact:
Re: DMZ - Alternative to Bridging a Router
iptables should apply the mangle to all traffic through the interface specified. I think at least.
Re: DMZ - Alternative to Bridging a Router
Thank you so much DidneyDidneywhorl wrote: ↑Sun Jan 10, 2021 2:46 pmiptables should apply the mangle to all traffic through the interface specified. I think at least.
