I have a question similar to BariBari's. I currently have both DSL and Cable Modem service. I am using an OpenBSD v2.7 system with 3 interfaces as my gateway. My network diagram looks something like this:
DSL C M
| |
---|---
|
OpenBSD
|
|
192.168.0.0/24
I am running servers in the 192.168.0.0 network that need to have public presence over the DSL circuit, but I want my workstations to NAT through the cable modem. So far, I have been unsuccessful configuring the OBSD gateway to manage the traffic properly. Listing both the DSL and cable modem default gateways in /etc/mygate (for the CM and DSL) causes OpenBSD to stop forwarding packets.
How can I shape my traffic to behave as I describe above? Thanks!
DSL C M
| |
---|---
|
OpenBSD
|
|
192.168.0.0/24
I am running servers in the 192.168.0.0 network that need to have public presence over the DSL circuit, but I want my workstations to NAT through the cable modem. So far, I have been unsuccessful configuring the OBSD gateway to manage the traffic properly. Listing both the DSL and cable modem default gateways in /etc/mygate (for the CM and DSL) causes OpenBSD to stop forwarding packets.
How can I shape my traffic to behave as I describe above? Thanks!