Hi,

I have a FreeBSD server (A) with 2 NICs

Each NIC is connected to a different network:
igb0: 10.0.0.10/24
igb1: 10.10.10.10/24
The default gateway on the server is 10.0.0.1

The two networks can communicate using a router (10.0.0.1).

I have a server (B) running on 10.10.10.100 which only allows incoming 
connections from 10.0.0.0/24 (not 10.10.10.0/24).

When my FreeBSD server A attempts to connect to server B it uses the closest IP 
and goes through igb1 which is dropped by B.

Is there a way to force all (or some) outbound traffic to use igb0?

I have attached a small network diagram to illustrate my setup.

Thanks,

James

_______________________________________________
freebsd-pf@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-pf
To unsubscribe, send any mail to "freebsd-pf-unsubscr...@freebsd.org"

Reply via email to