From: Richard D. M. <mo...@mi...> - 2008-03-02 21:56:06
|
I've read several guides to getting this working, but to no avail. I installed CoLinux 0.7.2 with the Ubuntu 6.06 image, and the OS boots fine. I also installed WinPcap, and am trying to get coLinux configured so that I can use the network. So far, nothing works. I've used Wireshark to confirm that the net packets are being sent from Colimux, but it looks like Colinux is not recognizing any responses. So far, my configuration is eth0 - winPcap, and eth1 - taptun. I can't get either working. Here are more details: My wireless card is an Intel(R) PRO/Wireless 3945ABG, running on Vista Home Premium. router : 192.168.254.254, 00:17:3f:df:94:d3 host : 192.168.254.2 , 00:19:d2:78:ca:91 colinux: 192.168.254.40 , 19:00:d2:78:ca:91 Pinging the router $ ping 192.168.254.254 Message in Colinux (Ubuntu 6): PING 192.168.254.254 (192.168.254.254) 56(84) bytes of data. From 192.168.254.40 icmp_seq=2 Destination Host Unreachable Message in Wireshark (host computer, Vista): 5527 2159.993941 19:00:d2:78:ca:91 Broadcast ARP Who has 192.168.254.254? Tell 192.168.254.40 5528 2160.127706 Intel_78:ca:91 Belkin_df:94:d3 ARP Who has 192.168.254.254? Tell 192.168.254.2 5529 2160.128808 Belkin_df:94:d3 Intel_78:ca:91 ARP 192.168.254.254 is at 00:17:3f:df:94:d3 Pinging the host computer $ ping 192.168.254.2 Message in Colinux (Ubuntu 6): PING 192.168.254.2 (192.168.254.2) 56(84) bytes of data. From 192.168.254.40 icmp_seq=2 Destination Host Unreachable Message in Wireshark (host computer, Vista): 5805 2307.564346 192.168.254.40 192.168.254.2 ICMP Echo (ping) request 5806 2308.564364 19:00:d2:78:ca:91 Intel_78:ca:91 ARP Who has 192.168.254.2? Tell 192.168.254.40 5807 2308.564397 Intel_78:ca:91 19:00:d2:78:ca:91 ARP 192.168.254.2 is at 00:19:d2:78:ca:91 ################Line from colinux.conf: eth0=pcap-bridge,"Wireless Network Connection",19:00:D2:78:CA:91 eth1=tuntap ############## $ifconfig eth0 Link encap:Ethernet HWaddr 19:00:D2:78:CA:91 inet addr:192.168.254.40 Bcast:192.168.255.255 Mask:255.255.0.0 inet6 addr: fe80::1b00:d2ff:fe78:ca91/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:120 errors:0 dropped:0 overruns:0 frame:0 TX packets:3 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:14881 (14.5 KiB) TX bytes:258 (258.0 b) Interrupt:2 eth1 Link encap:Ethernet HWaddr 00:FF:BC:42:80:00 inet addr:10.0.0.2 Bcast:10.0.0.255 Mask:255.255.255.0 inet6 addr: fe80::2ff:bcff:fe42:8000/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:112 errors:0 dropped:0 overruns:0 frame:0 TX packets:9 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:14348 (14.0 KiB) TX bytes:594 (594.0 b) Interrupt:2 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:3 errors:0 dropped:0 overruns:0 frame:0 TX packets:3 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:336 (336.0 b) TX bytes:336 (336.0 b) ##############################3 snippet of ipconfig on host (Local Area Connection 4 is TAP) Ethernet adapter Local Area Connection 4: Connection-specific DNS Suffix . : Link-local IPv6 Address . . . . . : fe80::8006:1c97:617e:888e%34 IPv4 Address. . . . . . . . . . . : 10.0.0.1 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : Wireless LAN adapter Wireless Network Connection: Connection-specific DNS Suffix . : moreyhome Link-local IPv6 Address . . . . . : fe80::15ff:8a36:2293:3087%9 IPv4 Address. . . . . . . . . . . : 192.168.254.2 Subnet Mask . . . . . . . . . . . : 255.255.0.0 Default Gateway . . . . . . . . . : 192.168.254.254 -- Richard D. Morey, M.A. Research Assistant, Perception and Cognition Lab University of Missouri-Columbia |