> ifconfig_rl1="inet 192.168.10.1 netmask 255.255.255.0" > ifconfig_rl0="inet 192.168.10.2 netmask 255.255.255.0"
You can't have two network interfaces on the same subnet. You can configure your net next way: ifconfig_rl1="inet 192.168.10.1 netmask 255.255.255.0" ifconfig_rl0="inet 192.168.20.1 netmask 255.255.255.0" _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"