From owner-freebsd-mobile Fri Jan 12 6:35:44 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from oulu.fi (ousrvr.oulu.fi [130.231.240.1]) by hub.freebsd.org (Postfix) with ESMTP id D336137B404; Fri, 12 Jan 2001 06:35:20 -0800 (PST) Received: from ee.oulu.fi (ees2.oulu.fi [130.231.61.23]) by oulu.fi (8.8.5/8.8.5) with ESMTP id QAA29831; Fri, 12 Jan 2001 16:35:13 +0200 (EET) Received: from stekt56 (stekt56 [130.231.60.96]) by ee.oulu.fi (8.11.1/8.11.1) with ESMTP id f0CEZCI28185; Fri, 12 Jan 2001 16:35:13 +0200 (EET) Date: Fri, 12 Jan 2001 16:35:12 +0200 (EET) From: Ana Romero X-Sender: To: Mobile FreeBSD , Questions FreeBSD Subject: WaveLAN cards detected but not network Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I have a private network with a laptop with WaveLAN card installed and a PC with two cards, WaveLAN card and Ethernet 3Com. In the PC both cards are in the same network, WaveLAN card is joined to the network by IP-aliases. The NIC is detected normally and I can ping my own IP Address in the three cards. But when I try to ping to the other computer it prints "host is down". Does anybody know what the problem is and how I can solve it? Thank you in advance. Some information: ----In laptop-----: /etc/rc.conf: network_interfaces="auto" pccard_ifconfig="inet 192.168.2.3 netmask 255.255.255.0" ifconfig_lo0="inet 127.0.0.1 netmask 255.255.255.0" defaultrouter="192.168.2.52" hostname="laptop1" /etc/hosts: ::1 localhost.mynet.fi localhost 127.0.0.1 localhost.mynet.fi localhost 192.168.1.3 laptop1 laptop.mynet.fi 192.168.1.15 pc1 pc1.mynet.fi #WaveLAN 192.168.1.11 pc1 pc1.mynet.fi #Ethernet ifconfig wi0: wi0: flags=8843 mtu 1500 inet 192.168.2.3 netmask 0xffffff00 broadcast 192.168.1.255 inet6 fe80::260:1dff:fef6:7e73%wi0 prefixlen 64 scopeid 0xa ether 00:60:1d:f6:7e:73 netstat -r: Routing tables Internet: Destination Gateway Flags Netif Expire default 192.168.2.52 UGSc wi0 localhost localhost UH lo0 192.168.2 link#10 UC wi0 => 192.168.2.52 link#10 UHLW wi0 => ----In pc1-----: /etc/rc.conf: network_interfaces="ep0 wi0 lo0" pccard_ifconfig="inet 192.168.2.15 netmask 255.255.255.0" ifconfig_lo0="inet 127.0.0.1 netmask 255.255.255.0" defaultrouter="192.168.2.52" hostname="pc1" ifconfig_ep0="inet 192.168.2.11 netmask 255.255.255.0" /etc/hosts: 127.0.0.1 localhost.mynet.fi localhost 192.168.1.15 pc1 pc1.mynet.fi #WaveLAN 192.168.1.11 pc1 pc1.mynet.fi #Ethernet 192.168.1.3 laptop1 laptop.mynet.fi ifconfig ep0: ep0: flags=8843 mtu 1500 inet 192.168.2.11 netmask 0xffffff00 broadcast 192.168.1.255 inet6 fe80::2a0:24ff:fe3e:ef73%ep0 prefixlen 64 scopeid 0x2 ether 00:a0:24:3e:ef:73 media: 10baseT/UTP supported media: 10base2/BNC 10baseT/UTP ifconfig wi0: wi0: flags=8843 mtu 1500 inet 192.168.2.15 netmask 0xfffffff broadcast 192.168.1.255 inet6 fe80::202:2dff:fe0d:4ae6%wi0 prefixlen 64 scopeid 0xc ether 00:02:2d:0d:4a:e6 netstat -rn: Routing tables Internet: Destination Gateway Flags Netif Expire default 192.168.2.52 UGSc ep0 127.0.0.1 127.0.0.1 UH lo0 192.168.2 link#2 UC ep0 => 192.168.2.11 0:a0:24:3e:ef:73UHLW lo0 192.168.2.15 0:2:2d:d:4a:e6 UHLW lo0 => 192.168.2.15/32 link#12 UC wi0 => To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message