Date: Sun, 10 Dec 1995 20:17:58 -0800 From: Gary Crutcher <gcrutchr@nightflight.com> To: questions@freebsd.org Cc: hackers@freebsd.org Subject: Routing help Message-ID: <199512110417.UAA00217@nightflight.com>
next in thread | raw e-mail | index | archive | help
I have switched over from PPP to a 56 KB frame relay. My host machine is 205.162.141.1. My router is 205.162.141.14. I have an ethernet card in the FreeBSD box. I have a laptop connected via RG54 at 205.162.141.3. I am getting the following message when booting up(Note the arpresolve): de0 <Digital DC21041 Ethernet> rev 17 int a irq 15 on pci0:20 reg16: ioaddr=0xfc80 size=0x80 de0: DC21041 [10Mb/s] pass 1.1 Ethernet address 00:00:c0:b0:89:be pci0: uses 8388736 bytes of memory from ff000000 upto ffbdffff. pci0: uses 128 bytes of I/O space from fc80 upto fcff. changing root device to sd0a de0: enabling 10baseT/UTP port arpresolve: can't allocate llinfo arpresolve: can't allocate llinfo arpresolve: can't allocate llinfo arpresolve: can't allocate llinfo arpresolve: can't allocate llinfo arpresolve: can't allocate llinfo Here is my sysconfig file: =================sysconfig======== network_interfaces="de0 lo0" ifconfig_de0="inet nightflight 204.212.233.253 netmask 0xfffffff0" ifconfig_lo0="inet localhost 205.162.141.14 netmask 0xfffffff0" static_routes="multicast loopback router" route_multicast="224.0.0.0 -netmask 0xf0000000 -interface ${hostname}" route_loopback="${hostname} localhost" route_router="205.162.141.1 -netmask 0xfffffff0 -interface 205.162.141.14" defaultrouter=205.162.141.14 routedflags=-s Here is my gateways file: =================gateways========== host 204.212.233.253 gateway 204.212.233.128 metric 1 active host 204.212.233.128 gateway 205.162.141.14 metric 1 active host 205.162.141.1 gateway 205.162.141.14 metric 1 active Any help would be greatly appreciated. Thank you, Gary Crutcher
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512110417.UAA00217>