On Tue, 2012-05-15 at 16:14 -0700, David DeSimone wrote: > suggests that there is only ONE default route, pointing to ONE > interface, igb0. Without an extra default route that is also pointing > to igb1, I can't see how the system woudl ever forward traffic out > igb1, > unless it was directed to the local /25.
Agreed. I'm definitely setting two routes manually to the same default g/w ... pretty sure I don't know what I'm doing here, but here's the commands that are being executed: ifconfig igb0 XXX.XXX.XXX.48 netmask 255.255.255.128 ifconfig igb0 XXX.XXX.XXX.112 netmask 255.255.255.255 alias ifconfig igb0 XXX.XXX.XXX.113 netmask 255.255.255.255 alias ifconfig igb0 XXX.XXX.XXX.114 netmask 255.255.255.255 alias route add default XXX.XXX.XXX.1 ifconfig igb1 XXX.XXX.XXX.115 netmask 255.255.255.128 ifconfig igb1 XXX.XXX.XXX.116 netmask 255.255.255.255 alias ifconfig igb1 XXX.XXX.XXX.117 netmask 255.255.255.255 alias ifconfig igb1 XXX.XXX.XXX.118 netmask 255.255.255.255 alias route add default XXX.XXX.XXX.1 For various userland application reasons, I need to add the alias entries. Sean _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"