Date: Thu, 12 Jun 2003 22:58:34 -0400 From: Bill Moran <wmoran@potentialtech.com> To: warren maxwell <wmaxwell@ix.netcom.com> Cc: questions@freebsd.org Subject: Re: Help routing Message-ID: <3EE93DDA.10807@potentialtech.com> In-Reply-To: <001501c3312b$aaf8e960$016f8798@warrenma> References: <000801c33110$6c0af100$016f8798@warrenma> <3EE8CE4F.7030408@potentialtech.com> <000d01c33123$793d9040$016f8798@warrenma> <3EE8E9F6.3050908@potentialtech.com> <001501c3312b$aaf8e960$016f8798@warrenma>
next in thread | previous in thread | raw e-mail | index | archive | help
Warren, Please user reply-all to keep questions@freebsd.org in the loop, partially for the sake of the mailing list archives, partially in case I get busy and don't have time/energy to answer your quetion myself. warren maxwell wrote: > >>Please send the complete output of 'ifconfig' and 'netstat -rn'. I'm > > wondering > >>if there is a config problem elsewhere that is causing problems with the >>routing. >> >>-- >>Bill Moran >>Potential Technologies >>http://www.potentialtech.com >> > > Ok doke here is ifconfig first, > lp0: flags=8810<pointopoint,simplex,multicast> mtu 1500 > lo0: flags=8049<up,loopback,running,multicast> mtu 16384 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 > inet 127.0.0.1 netmask 0xff000000 > ppp0: flags=8010<pointopoint,multicast> mtu 1500 > sl0: flags=a011<up,pointopoint,link1,multicast> mtu 52 > inet 192.168.2.2-->192.168.2.3 netmask 0xffffff00 > faith0: flags=8002<broadcast,multicast> mtu 1500 > > Here is my netstat -rn > Internet Gateway Flags Ref Use Netif Expire Destination > 127.0.0.1 127.0.0.1 UH 1 3 lo0 > 192.168.2 127.0.0.1 UGSc 0 3 lo0 > 192.168.2.3 192.168.2.2 UH 0 5 sl0 I'm not 100% sure, but try this: route delete 192.168.2.0/24 route add 192.168.2.0/24 192.168.2.3 Remember also that 192.168.2.3 must be properly set up as a gateway. If it's not, you can tweak this machine's config forever and never get anywhere. > It got a little screwed up in the transmission, i hope this is a little > easier > to look at. If you turn off the automatic line mangling^H^H^H^H^H^H^H^Hwrapping in Outlook Express, you'll be much better off. -- Bill Moran Potential Technologies http://www.potentialtech.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3EE93DDA.10807>