Hi, can you clarify that

My rc.local script is something like:
LAN0=fxp0
IP=192.168.x.y
ifconfig ${LAN0} inet add ${IP}/24
route add default 192.168.x.1
ifconfig ${LAN0} inet add ${A}/28
ifconfig ${LAN0} inet add ${B}/32
ifconfig ${LAN0} inet add ${C}/32
ifconfig ${LAN0} inet add ${D}/32
# A, B, C, D are from the same /28 and everything worked perfectly in the past


are all out of the original /24 on LAN0 ?



---Mike

At 11:34 AM 24/09/2003, Pawel Malachowski wrote:
On Wed, Sep 24, 2003 at 11:16:07AM -0400, Mike Tancsa wrote:

> What if you alias those IP address to lo0 ? Does it correct the problem ?

I've moved all /32 addresses from fxp0 to lo0, it doesn't fix the problem.
After first reboot route table was complete, however after second reboot
default route and one local route were not present.


-- Paweł Małachowski

_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to