1
General Discussion / Re: How to setup PPPoE on a new interface/WAN
« on: December 29, 2023, 12:54:54 am »
Thanks @cookiemonster,
unfortunately I blocked much earlier than that.
Before switching to PPPoE I tried a multiWAN using plain ISP modem/router.
I have the (perhaps unusual) situation where my two uplinks are both crippled in different ways.
GW1 is quite fast fiber, but has a "dynamic IP" (i.e.: my external IP changes every now and then, so it's uncomfortable way to get into my LAN/DMZ.
GW2 is slower ADSL, but has a guaranteed fixed IP I associated with my domain.
Situation is similar to [this question](https://forum.opnsense.org/index.php?topic=21158.0) and is not covered in `MultWAN` docs which seem to deal mainly with failover/load-balancing which I don't really need.
To recap:
- I am fine with a single outgoing GW (GW1)
- I need Port forwarding from both GW1 and GW2 (80, 443) to a single server on DMZ (`nginx` reverse proxy)
- problem is responses to packet coming from GW2 are sent back through GW1
- I have all rules in Firewall: Rules: BKP and Firewall: Rules: WAN with no explicit `Gateway`
- such rules seem not editable and I didn't find a way to force GW2 on BKP
General network diagram is:
I am obviously missing something, but I can't understand what.
I can provide the full (current) config if useful.
Many Thanks in Advance
unfortunately I blocked much earlier than that.
Before switching to PPPoE I tried a multiWAN using plain ISP modem/router.
I have the (perhaps unusual) situation where my two uplinks are both crippled in different ways.
GW1 is quite fast fiber, but has a "dynamic IP" (i.e.: my external IP changes every now and then, so it's uncomfortable way to get into my LAN/DMZ.
GW2 is slower ADSL, but has a guaranteed fixed IP I associated with my domain.
Situation is similar to [this question](https://forum.opnsense.org/index.php?topic=21158.0) and is not covered in `MultWAN` docs which seem to deal mainly with failover/load-balancing which I don't really need.
To recap:
- I am fine with a single outgoing GW (GW1)
- I need Port forwarding from both GW1 and GW2 (80, 443) to a single server on DMZ (`nginx` reverse proxy)
- problem is responses to packet coming from GW2 are sent back through GW1
- I have all rules in Firewall: Rules: BKP and Firewall: Rules: WAN with no explicit `Gateway`
- such rules seem not editable and I didn't find a way to force GW2 on BKP
General network diagram is:
I am obviously missing something, but I can't understand what.
I can provide the full (current) config if useful.
Many Thanks in Advance