Date: Thu, 6 Mar 1997 10:31:36 -0700 (MST) From: Softweyr LLC <softweyr@xmission.com> To: sweeting@tm.net.my Cc: questions@freebsd.org Subject: Re: how to : route / routed ? (/kernel arpresolve:can't allocate llinfo) Message-ID: <199703061731.KAA16244@xmission.xmission.com> In-Reply-To: <v01540b0baf431e6a4eb7@[111.111.111.110]> from "sweeting@tm.net.my" at Mar 5, 97 01:06:45 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> Whenever i try to create an IP alias with the following : > # ifconfig zp0 202.184.153.18 netmask 255.255.255.255 alias > > I receive : > #word routed[50]:punt RTM_ADD without a gateway > #word routed[50]:possible netmask problem between > zp0:202.184.153.18/32 and zp0:202.184.153.0/24 > #word /kernel:arp_rtrequest:bad gateway value > > then i get the : > " /kernel arpresolve:can't allocate llinfo for 202.184.153.18 " error when > i try to ping the virtual domain. > > Apparently, my routing tables are screwed : but i used this in /etc/sysconfig > > hostname=word.com.my > defaultdomainname=NO > tcp_extensions=YES > network_interfaces="zp0 lo0" > ifconfig_lo0="inet localhost" > ifconfig_zp0="inet 202.184.153.84 netmask 0xffffff00" > static_routes="" > defaultrouter=202.184.153.1 > router="routed" > routerflags=-q If your routing is simple enough that a default route handles everything, i.e. you have one connection to all networks that are not on your local wire, then you don't need routed. Routed is a fairly complicated program, and difficult to configure correctly, so if your default route handles everything for you, TURN routed OFF! The routing table you included would seem to indicate this is true. -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC http://www.xmission.com/~softweyr softweyr@xmission.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703061731.KAA16244>