In message <[email protected]>, Freddie Cash <[email protected]> wrote:
>On Tue, Nov 23, 2010 at 12:52 PM, Ronald F. Guilmette ><[email protected]> wrote: >> I don't want the DHCP stuff to set -no- routes at all... I still do >> want it to create a route to 192.168.1.0/24. =C2=A0I just don't want it >> make any change to the default route that would otherwise be set, >> you know, as a result of the defaultrouter=3D statement in my /etc/rc.con= >f >> file. >> >> So is there a nice clean & simple way to get the DHCP stuff to only >> create just that route to 192.168.1.0/24 , while leaving the default >> route alone? > >dhclient doesn't set that route. The kernel's networking code >automatically creates a route for the subnet when you add the IP to >the interface. Ah! Yes! Right. The ifconfig. I forgot about that. Thanks. OK, so if I tell the DHCP stuff to set no routes, then the ifconfig will setup the route for 192.168.1.0/24 and all else will remain unmolested. That sounds perfect to me. Thanks. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[email protected]"
