Hello All,
New to the forum and looking to purchase some get to get my LTE adventure started. I have been looking through many of the post and have found only a few threads on passing the connection to owned router\firewall. Has there been any updates that would allow GoldenOrb to function almost as a modem only (with TTL still being adjusted) then using my pfense box? Here is the post the kind of mirrors what I am looking to do but sounds like its not the ideal method.
http://wirelessjoint.com/viewtopic.php?t=49
Router Bypass
Forum rules
Please assure there is not an existing forum and topic related to your post
Please assure there is not an existing forum and topic related to your post
- BillA
- Posts: 1223
- Joined: Sun Dec 01, 2019 6:46 pm
- Location: USA
- Has thanked: 218 times
- Been thanked: 325 times
- Contact:
Re: Router Bypass
Mr. M wrote: ↑Sat May 09, 2020 10:31 pm Hello All,
New to the forum and looking to purchase some get to get my LTE adventure started. I have been looking through many of the post and have found only a few threads on passing the connection to owned router\firewall. Has there been any updates that would allow GoldenOrb to function almost as a modem only (with TTL still being adjusted) then using my pfense box? Here is the post the kind of mirrors what I am looking to do but sounds like its not the ideal method.
http://wirelessjoint.com/viewtopic.php?t=49
That post contains the general idea of bypassing the modem/router to be connected to a second router.
It's actually pretty simple, first you disable DHCP on the the modem/router, set its IP to 192.168.2.1/subnet 255.255.255.0, and DMZ turned on to bypass the modem/router's firewall (your second router has its own firewall on). Then on the second router set the WAN IP to 192.168.2.2/subnet 255.255.255.0 and LAN gateway IP to 192.168.1.1/subnet 255.255.255.0 with DHCP enabled in the range of 101-200.
That's one of the solutions, and Jim has mentioned that he might post a second solution.
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
Re: Router Bypass
BillA has you covered.
If you want to also do the TTL mangles you have to do it in the firewall rules, so if you disable the WAN routers firewall, make sure you do the TTL rules on your internal router.
If you want to also do the TTL mangles you have to do it in the firewall rules, so if you disable the WAN routers firewall, make sure you do the TTL rules on your internal router.
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
Re: Router Bypass
As far as I know, most cellular carriers have their own deal, cgnat, and then your router applies its own. So yes. Im no expert in it though. I could be wrong.
- BillA
- Posts: 1223
- Joined: Sun Dec 01, 2019 6:46 pm
- Location: USA
- Has thanked: 218 times
- Been thanked: 325 times
- Contact:
Re: Router Bypass
Most carrier use their own private IP servers, and the only way to bypass it is by tunneling through via a remote VPN (not sure about PFsense). Another solution is using OpenMPTCP-Router for advanced users:
https://wirelessjoint.com/viewtopic.php?f=21&t=1078
Re: Router Bypass
May have to go the VPS route when I finally pull the trigger on some gear. Currently tethering my phone to a raspberry pi 3 and passing the connection through to my firewall. The firewall already is running a commercial VPN but on my Xbox (VPN bypassed) I have moderate NAT which is better than I expected. I will probably throw the Xbox back on the VPN and see how it looks.