Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2001 16:35:12 +0200 (EET)
From:      Ana Romero <anar@ees2.oulu.fi>
To:        Mobile FreeBSD <mobile@freeBSD.org>, Questions FreeBSD <questions@freeBSD.org>
Subject:   WaveLAN cards detected but not network  
Message-ID:  <Pine.GSO.4.30.0101121518180.19124-100000@stekt56>

next in thread | raw e-mail | index | archive | help
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<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> 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<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> 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<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.30.0101121518180.19124-100000>