| Home | Register | Members | Search | Links |
![]() |
| Thread Tools | Display Modes |
|
|
|
| |
|
Carl
Guest
Posts: n/a
|
Geoff wrote: > This posting is a rewrite of a preveous posting, but with more > readable information allong with some new information. > > I am trying to get a 3Com Etherlink III (3C509B) ethernet card > running on RedHat 9.0 but cannot seem to get it working. > > Setup: > WAN > | > 3Com <--> Router <--> Other PC > > If I set the card up to DHCP it's addres from the router the bring up fails, > so I switched to a static IP, then it "comes up fine" (no error), however I > cannot ping into or out of the card. > I can ping my system from itself (ie local host, or via it's static IP) > thats likely the loopback interface or lo. whats in your hosts file? have you tried pinging this system from another system? the "bring up" won't work if DHCP does not hand out an address. So bring up actually means, has address in this case. > There are lights on on the ethernet card and the link/activity light on the > router is flashing > > The cable/card is fine (as it will DHCP fine if I boot the network install > disk > (It get's an IP addres..), it just doesn't work correctly if I boot off the > normal boot floppy (my GRUB is also messed up...)) > > I have read that there may be some problems with this card, but I'm not sure > where to look to determine what/how to fix (I'm new to this portion of > linux). (how do I figure out what driver I have etc?) > looks like the card is fine, just your config is messed up. i would not look for the card to be the issue from what you have said. > > Output of "ping 172.16.37.15" (PC connected to router) > --------------------------------------------------------------- > PING 172.16.37.15 (172.16.37.15) 56(84) bytes of data > From 172.16.37.20 icmp_seq=1 Destination Host Unreachable > From 172.16.37.20 icmp_seq=2 Destination Host Unreachable > From 172.16.37.20 icmp_seq=3 Destination Host Unreachable > From 172.16.37.20 icmp_seq=4 Destination Host Unreachable > From 172.16.37.20 icmp_seq=5 Destination Host Unreachable > From 172.16.37.20 icmp_seq=6 Destination Host Unreachable > From 172.16.37.20 icmp_seq=7 Destination Host Unreachable > From 172.16.37.20 icmp_seq=8 Destination Host Unreachable > From 172.16.37.20 icmp_seq=9 Destination Host Unreachable > CNTRL-C > ---- 172.16.37.15 ping statistics --- > 12 packets transmitted , 0 received, +9 errorrs, 100% packet loss, > time 11077ms, pipe 3 > --------------------------------------------------------------- > > > Output of ifconfig -a eth0 has the following : > --------------------------------------------------------------- > Link encap:Ethernet HWaddr: 00:50 A:01:CE:36> inet addr:172.16.37.20 Bcast:172.16.37.255 Mask:255.255.255.0 > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:16 errors:0 dropped:0 overruns:0 frame:0 > collisions:0 txqueuelen:100 > Rx bytes:0 (0.0 b) TX bytes:822 (822.0 b) > Interrupt: 5 Basse address:0x220 > --------------------------------------------------------------- > strange, this computer is connected directly to the router? does not look like the router wants to talk to it as data is going out, likely your pings, but not allowed in. is that Mask correct for the ip address? is this the same data you get when you start it the other way you said that works? same ip and mask? > > Contents of /proc/interrupts: (just line 5 and last 2) > --------------------------------------------------------------- > 5: 0 XT-PIC eth0 > NNT: 0 > ERR: 0 > --------------------------------------------------------------- > The value for line 5 (eth0) never changes, before/after a ping etc. > > > > netstat -r gives the following : > --------------------------------------------------------------- > Destination Gateway Genmask Flags MSS Window irtt > Iface > 172.16.37.0 * 255.255.255.0 U 0 0 0 > eth0 > 169.254.0.0 * 255.255.0.0 U 0 0 0 > eth0 > 127.0.0.0 * 255.0.0.0 U 0 0 0 > lo > default 172.16.37.254 0.0.0.0 UG 0 0 0 > eth0 > --------------------------------------------------------------- > I have no clue why 169 is there... I did remove it after a previous install > with no differences > mine has the 169 so thats ok. netstat looks good. > > /sbin/iptables -L gives the following : > --------------------------------------------------------------- > Chain INPUT (policy ACCEPT) > target prot opt source destination > > Chain FORWARD (policy ACCEPT) > target prot opt source destination > > Chain OUTPUT (policy ACCEPT) > target prot opt source destination > > --------------------------------------------------------------- > > > > whats in /etc/sysconfig/networking/devices/ifcfg-eth0 |
|
|
|
|
|||
|
|||
|
wb
Guest
Posts: n/a
|
1. What happens when you ping the 3Com nic from the "other PC". I can see from the ifconfig that bytes are being sent since TX packets is incremented, but that doesn't mean they are getting to the wire. 2. What is the driver name ( use lsmod ). post your /etc/sysconfig/network-scripts/ifcfg-eth0 file. Is the NIC a dual ported one ? are you using the right port ? ![]() /// Geoff wrote: > This posting is a rewrite of a preveous posting, but with more > readable information allong with some new information. > > I am trying to get a 3Com Etherlink III (3C509B) ethernet card > running on RedHat 9.0 but cannot seem to get it working. > > Setup: > WAN > | > 3Com <--> Router <--> Other PC > > If I set the card up to DHCP it's addres from the router the bring up fails, > so I switched to a static IP, then it "comes up fine" (no error), however I > cannot ping into or out of the card. > I can ping my system from itself (ie local host, or via it's static IP) > > There are lights on on the ethernet card and the link/activity light on the > router is flashing > > The cable/card is fine (as it will DHCP fine if I boot the network install > disk > (It get's an IP addres..), it just doesn't work correctly if I boot off the > normal boot floppy (my GRUB is also messed up...)) > > I have read that there may be some problems with this card, but I'm not sure > where to look to determine what/how to fix (I'm new to this portion of > linux). (how do I figure out what driver I have etc?) > > > Output of "ping 172.16.37.15" (PC connected to router) > --------------------------------------------------------------- > PING 172.16.37.15 (172.16.37.15) 56(84) bytes of data > From 172.16.37.20 icmp_seq=1 Destination Host Unreachable > From 172.16.37.20 icmp_seq=2 Destination Host Unreachable > From 172.16.37.20 icmp_seq=3 Destination Host Unreachable > From 172.16.37.20 icmp_seq=4 Destination Host Unreachable > From 172.16.37.20 icmp_seq=5 Destination Host Unreachable > From 172.16.37.20 icmp_seq=6 Destination Host Unreachable > From 172.16.37.20 icmp_seq=7 Destination Host Unreachable > From 172.16.37.20 icmp_seq=8 Destination Host Unreachable > From 172.16.37.20 icmp_seq=9 Destination Host Unreachable > CNTRL-C > ---- 172.16.37.15 ping statistics --- > 12 packets transmitted , 0 received, +9 errorrs, 100% packet loss, > time 11077ms, pipe 3 > --------------------------------------------------------------- > > > Output of ifconfig -a eth0 has the following : > --------------------------------------------------------------- > Link encap:Ethernet HWaddr: 00:50 A:01:CE:36> inet addr:172.16.37.20 Bcast:172.16.37.255 Mask:255.255.255.0 > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:16 errors:0 dropped:0 overruns:0 frame:0 > collisions:0 txqueuelen:100 > Rx bytes:0 (0.0 b) TX bytes:822 (822.0 b) > Interrupt: 5 Basse address:0x220 > --------------------------------------------------------------- > > > Contents of /proc/interrupts: (just line 5 and last 2) > --------------------------------------------------------------- > 5: 0 XT-PIC eth0 > NNT: 0 > ERR: 0 > --------------------------------------------------------------- > The value for line 5 (eth0) never changes, before/after a ping etc. > > > > netstat -r gives the following : > --------------------------------------------------------------- > Destination Gateway Genmask Flags MSS Window irtt > Iface > 172.16.37.0 * 255.255.255.0 U 0 0 0 > eth0 > 169.254.0.0 * 255.255.0.0 U 0 0 0 > eth0 > 127.0.0.0 * 255.0.0.0 U 0 0 0 > lo > default 172.16.37.254 0.0.0.0 UG 0 0 0 > eth0 > --------------------------------------------------------------- > I have no clue why 169 is there... I did remove it after a previous install > with no differences > > > /sbin/iptables -L gives the following : > --------------------------------------------------------------- > Chain INPUT (policy ACCEPT) > target prot opt source destination > > Chain FORWARD (policy ACCEPT) > target prot opt source destination > > Chain OUTPUT (policy ACCEPT) > target prot opt source destination > > --------------------------------------------------------------- > > > > > |
|
|
|
|
|||
|
|||
|
Cameron Kerr
Guest
Posts: n/a
|
On 2004-01-07, Geoff <(E-Mail Removed)> wrote:
> Setup: > WAN > | > 3Com <--> Router <--> Other PC This is unclear. Is the 3Com connected to the Router, or to the WAN, or is the WAN, Router, and 3Com connected to the same switch/hub? Is 3Com supposed to be another router? Please supply more topology information (IP addresses, connection info, routes, subnet information.) > Output of "ping 172.16.37.15" (PC connected to router) > --------------------------------------------------------------- > PING 172.16.37.15 (172.16.37.15) 56(84) bytes of data > From 172.16.37.20 icmp_seq=1 Destination Host Unreachable > From 172.16.37.20 icmp_seq=2 Destination Host Unreachable > From 172.16.37.20 icmp_seq=3 Destination Host Unreachable > From 172.16.37.20 icmp_seq=4 Destination Host Unreachable > From 172.16.37.20 icmp_seq=5 Destination Host Unreachable > From 172.16.37.20 icmp_seq=6 Destination Host Unreachable > From 172.16.37.20 icmp_seq=7 Destination Host Unreachable > From 172.16.37.20 icmp_seq=8 Destination Host Unreachable > From 172.16.37.20 icmp_seq=9 Destination Host Unreachable > CNTRL-C > ---- 172.16.37.15 ping statistics --- > 12 packets transmitted , 0 received, +9 errorrs, 100% packet loss, > time 11077ms, pipe 3 > --------------------------------------------------------------- From this I can tell two things. First, packet's are going out, but something (most likely the Router) is saying that the host is unreachable. (Although the output of 'ifconfig -a eth0' would seem to indicate that there is nothing coming in, so the sending host must be realising that itself (such as a routing problem). The total time would indicate that its not being delayed significantly. > Output of ifconfig -a eth0 has the following : > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:16 errors:0 dropped:0 overruns:0 frame:0 > Contents of /proc/interrupts: (just line 5 and last 2) > --------------------------------------------------------------- > 5: 0 XT-PIC eth0 > NNT: 0 > ERR: 0 Further indication that its not receiving anything off the wire. > netstat -r gives the following : > --------------------------------------------------------------- [reformatted] > Destination Gateway Genmask Iface > 172.16.37.0 * 255.255.255.0 eth0 > 169.254.0.0 * 255.255.0.0 eth0 > 127.0.0.0 * 255.0.0.0 lo > default 172.16.37.254 0.0.0.0 eth0 > --------------------------------------------------------------- Hmm, one wishes that you would list the IP addresses and routing tables of all the machines involved. One possible reason for not receiving anything back is that the route-back is not set, or is set incorrectly. BTW, '/sbin/route -n | cut -b-48,72-' gives something easier to look at in a post. > I have no clue why 169 is there... I did remove it after a previous > install with no differences I think I may be able to explain the 169. Microsoft gives its unconfigured devices numbers in that range, so that unconfigured devices can be found (and configured, one would assume). You should also make sure that the Router is set to forward IP. 'cat /proc/sys/net/ipv4/ip_forward' should output 1. You might also try employing tcpdump on the router if you can to make sure that its receiving anything. This should tell you plenty about what's going on. -- Cameron Kerr (E-Mail Removed) : http://nzgeeks.org/cameron/ Empowered by Perl! |
|
|
|
|
|||
|
|||
|
Geoff
Guest
Posts: n/a
|
"Carl" <moc.erawtfosdigir@treblig_tnomal> wrote in message news:3FFC7A04.5060209@treblig_tnomal... > > > Geoff wrote: > > This posting is a rewrite of a preveous posting, but with more > > readable information allong with some new information. > > > > I am trying to get a 3Com Etherlink III (3C509B) ethernet card > > running on RedHat 9.0 but cannot seem to get it working. > > > > Setup: > > WAN > > | > > 3Com <--> Router <--> Other PC > > > > If I set the card up to DHCP it's addres from the router the bring up fails, > > so I switched to a static IP, then it "comes up fine" (no error), however I > > cannot ping into or out of the card. > > I can ping my system from itself (ie local host, or via it's static IP) > > > > thats likely the loopback interface or lo. whats in your hosts file? > have you tried pinging this system from another system? > > the "bring up" won't work if DHCP does not hand out an address. So > bring up actually means, has address in this case. I know that the DHCP does work (as a network install gets an IP (as mentionned below) Hosts file just has the localhost in it. : --------------------------------------------------------------- 127.0.0.1 localhost.locadomain localhost --------------------------------------------------------------- > > > > There are lights on on the ethernet card and the link/activity light on the > > router is flashing > > > > The cable/card is fine (as it will DHCP fine if I boot the network install > > disk > > (It get's an IP addres..), it just doesn't work correctly if I boot off the > > normal boot floppy (my GRUB is also messed up...)) > > > > I have read that there may be some problems with this card, but I'm not sure > > where to look to determine what/how to fix (I'm new to this portion of > > linux). (how do I figure out what driver I have etc?) > > > > looks like the card is fine, just your config is messed up. i would not > look for the card to be the issue from what you have said. > > > > > Output of "ping 172.16.37.15" (PC connected to router) > > --------------------------------------------------------------- > > PING 172.16.37.15 (172.16.37.15) 56(84) bytes of data > > From 172.16.37.20 icmp_seq=1 Destination Host Unreachable > > From 172.16.37.20 icmp_seq=2 Destination Host Unreachable > > From 172.16.37.20 icmp_seq=3 Destination Host Unreachable > > From 172.16.37.20 icmp_seq=4 Destination Host Unreachable > > From 172.16.37.20 icmp_seq=5 Destination Host Unreachable > > From 172.16.37.20 icmp_seq=6 Destination Host Unreachable > > From 172.16.37.20 icmp_seq=7 Destination Host Unreachable > > From 172.16.37.20 icmp_seq=8 Destination Host Unreachable > > From 172.16.37.20 icmp_seq=9 Destination Host Unreachable > > CNTRL-C > > ---- 172.16.37.15 ping statistics --- > > 12 packets transmitted , 0 received, +9 errorrs, 100% packet loss, > > time 11077ms, pipe 3 > > --------------------------------------------------------------- > > > > > > Output of ifconfig -a eth0 has the following : > > --------------------------------------------------------------- > > Link encap:Ethernet HWaddr: 00:50 A:01:CE:36> > inet addr:172.16.37.20 Bcast:172.16.37.255 Mask:255.255.255.0 > > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > > TX packets:16 errors:0 dropped:0 overruns:0 frame:0 > > collisions:0 txqueuelen:100 > > Rx bytes:0 (0.0 b) TX bytes:822 (822.0 b) > > Interrupt: 5 Basse address:0x220 > > --------------------------------------------------------------- > > > > strange, this computer is connected directly to the router? does not > look like the router wants to talk to it as data is going out, likely > your pings, but not allowed in. is that Mask correct for the ip > address? is this the same data you get when you start it the other way > you said that works? same ip and mask? > > > > > > Contents of /proc/interrupts: (just line 5 and last 2) > > --------------------------------------------------------------- > > 5: 0 XT-PIC eth0 > > NNT: 0 > > ERR: 0 > > --------------------------------------------------------------- > > The value for line 5 (eth0) never changes, before/after a ping etc. > > > > > > > > netstat -r gives the following : > > --------------------------------------------------------------- > > Destination Gateway Genmask Flags MSS Window irtt > > Iface > > 172.16.37.0 * 255.255.255.0 U 0 0 0 > > eth0 > > 169.254.0.0 * 255.255.0.0 U 0 0 0 > > eth0 > > 127.0.0.0 * 255.0.0.0 U 0 0 0 > > lo > > default 172.16.37.254 0.0.0.0 UG 0 0 0 > > eth0 > > --------------------------------------------------------------- > > I have no clue why 169 is there... I did remove it after a previous install > > with no differences > > > > mine has the 169 so thats ok. netstat looks good. > > > > > > > /sbin/iptables -L gives the following : > > --------------------------------------------------------------- > > Chain INPUT (policy ACCEPT) > > target prot opt source destination > > > > Chain FORWARD (policy ACCEPT) > > target prot opt source destination > > > > Chain OUTPUT (policy ACCEPT) > > target prot opt source destination > > > > --------------------------------------------------------------- > > > > > > > > > > > whats in /etc/sysconfig/networking/devices/ifcfg-eth0 Contents of /etc/sysconfig/networking/devices/ifcfg-eth0 : --------------------------------------------------------------- DEVICE=eth0 ONBOOT=yes BOOTPROTO=none USERCTL=no PEERDNS=no TYPE=Ethernet IPADDR=172.16.37.20 NETMASK=255.255.255.0 GATEWAY=172.16.37.254 NETWORK=172.16.37.0 BROADCAST==172.16.37.255 --------------------------------------------------------------- |
|
|
|
|
|||
|
|||
|
Geoff
Guest
Posts: n/a
|
"wb" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)... > > 1. What happens when you ping the 3Com nic from the "other PC". > I can see from the ifconfig that bytes are being > sent since TX packets is incremented, but that doesn't > mean they are getting to the wire. When I ping from the other machine I get similar results (nobody is home and the count of RX packets in ifconfig doesn't change.) The outgoing packet does make it to the other machine - if I run a packet sniffer there I can see the ping come in (based on the ARP request mac src/dest) > > 2. What is the driver name ( use lsmod ). lsmod gives the following line for the ethernet : --------------------------------------------------------------- Module Size used by tainted 3c509 12596 1 --------------------------------------------------------------- > post your /etc/sysconfig/network-scripts/ifcfg-eth0 file. Contents of /etc/sysconfig/networking/devices/ifcfg-eth0 : --------------------------------------------------------------- DEVICE=eth0 ONBOOT=yes BOOTPROTO=none USERCTL=no PEERDNS=no TYPE=Ethernet IPADDR=172.16.37.20 NETMASK=255.255.255.0 GATEWAY=172.16.37.254 NETWORK=172.16.37.0 BROADCAST==172.16.37.255 --------------------------------------------------------------- > Is the NIC a dual ported one ? are you using the right port ? ![]() No it is a single port. > /// > > > Geoff wrote: > > > This posting is a rewrite of a preveous posting, but with more > > readable information allong with some new information. > > > > I am trying to get a 3Com Etherlink III (3C509B) ethernet card > > running on RedHat 9.0 but cannot seem to get it working. > > > > Setup: > > WAN > > | > > 3Com <--> Router <--> Other PC > > > > If I set the card up to DHCP it's addres from the router the bring up fails, > > so I switched to a static IP, then it "comes up fine" (no error), however I > > cannot ping into or out of the card. > > I can ping my system from itself (ie local host, or via it's static IP) > > > > There are lights on on the ethernet card and the link/activity light on the > > router is flashing > > > > The cable/card is fine (as it will DHCP fine if I boot the network install > > disk > > (It get's an IP addres..), it just doesn't work correctly if I boot off the > > normal boot floppy (my GRUB is also messed up...)) > > > > I have read that there may be some problems with this card, but I'm not sure > > where to look to determine what/how to fix (I'm new to this portion of > > linux). (how do I figure out what driver I have etc?) > > > > > > Output of "ping 172.16.37.15" (PC connected to router) > > --------------------------------------------------------------- > > PING 172.16.37.15 (172.16.37.15) 56(84) bytes of data > > From 172.16.37.20 icmp_seq=1 Destination Host Unreachable > > From 172.16.37.20 icmp_seq=2 Destination Host Unreachable > > From 172.16.37.20 icmp_seq=3 Destination Host Unreachable > > From 172.16.37.20 icmp_seq=4 Destination Host Unreachable > > From 172.16.37.20 icmp_seq=5 Destination Host Unreachable > > From 172.16.37.20 icmp_seq=6 Destination Host Unreachable > > From 172.16.37.20 icmp_seq=7 Destination Host Unreachable > > From 172.16.37.20 icmp_seq=8 Destination Host Unreachable > > From 172.16.37.20 icmp_seq=9 Destination Host Unreachable > > CNTRL-C > > ---- 172.16.37.15 ping statistics --- > > 12 packets transmitted , 0 received, +9 errorrs, 100% packet loss, > > time 11077ms, pipe 3 > > --------------------------------------------------------------- > > > > > > Output of ifconfig -a eth0 has the following : > > --------------------------------------------------------------- > > Link encap:Ethernet HWaddr: 00:50 A:01:CE:36> > inet addr:172.16.37.20 Bcast:172.16.37.255 Mask:255.255.255.0 > > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > > TX packets:16 errors:0 dropped:0 overruns:0 frame:0 > > collisions:0 txqueuelen:100 > > Rx bytes:0 (0.0 b) TX bytes:822 (822.0 b) > > Interrupt: 5 Basse address:0x220 > > --------------------------------------------------------------- > > > > > > Contents of /proc/interrupts: (just line 5 and last 2) > > --------------------------------------------------------------- > > 5: 0 XT-PIC eth0 > > NNT: 0 > > ERR: 0 > > --------------------------------------------------------------- > > The value for line 5 (eth0) never changes, before/after a ping etc. > > > > > > > > netstat -r gives the following : > > --------------------------------------------------------------- > > Destination Gateway Genmask Flags MSS Window irtt > > Iface > > 172.16.37.0 * 255.255.255.0 U 0 0 0 > > eth0 > > 169.254.0.0 * 255.255.0.0 U 0 0 0 > > eth0 > > 127.0.0.0 * 255.0.0.0 U 0 0 0 > > lo > > default 172.16.37.254 0.0.0.0 UG 0 0 0 > > eth0 > > --------------------------------------------------------------- > > I have no clue why 169 is there... I did remove it after a previous install > > with no differences > > > > > > /sbin/iptables -L gives the following : > > --------------------------------------------------------------- > > Chain INPUT (policy ACCEPT) > > target prot opt source destination > > > > Chain FORWARD (policy ACCEPT) > > target prot opt source destination > > > > Chain OUTPUT (policy ACCEPT) > > target prot opt source destination > > > > --------------------------------------------------------------- > > > > > > > > > > > |
|
|
|
|
|||
|
|||
|
Geoff
Guest
Posts: n/a
|
"Cameron Kerr" <(E-Mail Removed)> wrote in message news:(E-Mail Removed) ... > On 2004-01-07, Geoff <(E-Mail Removed)> wrote: > > > Setup: > > WAN > > | > > 3Com <--> Router <--> Other PC > > This is unclear. Is the 3Com connected to the Router, or to the WAN, or > is the WAN, Router, and 3Com connected to the same switch/hub? Is 3Com > supposed to be another router? Sorry the picture didn't work... the WAN is connected to the router (it's WAN port) while the PC and 3COM (in the redhat machine) are on the LAN side of the router. > Please supply more topology information (IP addresses, connection info, > routes, subnet information.) I'm not sure what other info you want that isn't below ... subnet is 172.16.37 masks for both PC and Linux are 255.255.255.0 > > Output of "ping 172.16.37.15" (PC connected to router) > > --------------------------------------------------------------- > > PING 172.16.37.15 (172.16.37.15) 56(84) bytes of data > > From 172.16.37.20 icmp_seq=1 Destination Host Unreachable > > From 172.16.37.20 icmp_seq=2 Destination Host Unreachable > > From 172.16.37.20 icmp_seq=3 Destination Host Unreachable > > From 172.16.37.20 icmp_seq=4 Destination Host Unreachable > > From 172.16.37.20 icmp_seq=5 Destination Host Unreachable > > From 172.16.37.20 icmp_seq=6 Destination Host Unreachable > > From 172.16.37.20 icmp_seq=7 Destination Host Unreachable > > From 172.16.37.20 icmp_seq=8 Destination Host Unreachable > > From 172.16.37.20 icmp_seq=9 Destination Host Unreachable > > CNTRL-C > > ---- 172.16.37.15 ping statistics --- > > 12 packets transmitted , 0 received, +9 errorrs, 100% packet loss, > > time 11077ms, pipe 3 > > --------------------------------------------------------------- > > From this I can tell two things. First, packet's are going out, but > something (most likely the Router) is saying that the host is > unreachable. (Although the output of 'ifconfig -a eth0' would seem to > indicate that there is nothing coming in, so the sending host must be > realising that itself (such as a routing problem). The total time would > indicate that its not being delayed significantly. I have checked with a packet sniffer on the PC and the packet does arrive at the PC (and is replied to). > > Output of ifconfig -a eth0 has the following : > > > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > > TX packets:16 errors:0 dropped:0 overruns:0 frame:0 > > > Contents of /proc/interrupts: (just line 5 and last 2) > > --------------------------------------------------------------- > > 5: 0 XT-PIC eth0 > > NNT: 0 > > ERR: 0 > > Further indication that its not receiving anything off the wire. I'm wondering if the NIC's (3Com) interrupt is not be noticed/processed.. (I'm sure there are interrupts as there is traffic in the form of pings to/from the PC) > > netstat -r gives the following : > > --------------------------------------------------------------- > [reformatted] > > Destination Gateway Genmask Iface > > 172.16.37.0 * 255.255.255.0 eth0 > > 169.254.0.0 * 255.255.0.0 eth0 > > 127.0.0.0 * 255.0.0.0 lo > > default 172.16.37.254 0.0.0.0 eth0 > > --------------------------------------------------------------- > > Hmm, one wishes that you would list the IP addresses and routing tables > of all the machines involved. One possible reason for not receiving > anything back is that the route-back is not set, or is set incorrectly. > > BTW, '/sbin/route -n | cut -b-48,72-' gives something easier to look at > in a post. > > > I have no clue why 169 is there... I did remove it after a previous > > install with no differences > > I think I may be able to explain the 169. Microsoft gives its > unconfigured devices numbers in that range, so that unconfigured devices > can be found (and configured, one would assume). > > You should also make sure that the Router is set to forward IP. > 'cat /proc/sys/net/ipv4/ip_forward' should output 1. When I run look at /proc/sys/net/ipv4/ip_forward it is 0 - what does this mean ? > > You might also try employing tcpdump on the router if you can to make > sure that its receiving anything. This should tell you plenty about > what's going on. > > -- > Cameron Kerr > (E-Mail Removed) : http://nzgeeks.org/cameron/ > Empowered by Perl! |
|
|
|
|
|||
|
|||
|
Carl
Guest
Posts: n/a
|
>>whats in /etc/sysconfig/networking/devices/ifcfg-eth0
> > > Contents of /etc/sysconfig/networking/devices/ifcfg-eth0 : > --------------------------------------------------------------- > DEVICE=eth0 > ONBOOT=yes > BOOTPROTO=none > USERCTL=no > PEERDNS=no > TYPE=Ethernet > IPADDR=172.16.37.20 > NETMASK=255.255.255.0 > GATEWAY=172.16.37.254 > NETWORK=172.16.37.0 > BROADCAST==172.16.37.255 > --------------------------------------------------------------- > > that should be BOOTPROTO=dhcp perhaps you did not tell your card to grab an address using dhcp as it appears here. or is this the ifcfg you used for manual configuration. if you configged it right and this is just the wrong ifcfg, then try giviing your card a hostname such as DHCP_HOSTNAME=myhostname then you can perhaps see in your router log if this computer actually grabs a dhcp address or not. what does 'ifconfig' say again? you are certain the drivers are installed and loaded right? CL |
|
|
|
|
|||
|
|||
|
Carl
Guest
Posts: n/a
|
is their nothing significant in 'dmesg'
have you check in 'locate 3c509' text file for any tips? it is beginning to sound like a driver problem. CL |
|
|
|
|
|||
|
|||
|
Geoff
Guest
Posts: n/a
|
"Carl" <moc.erawtfosdigir@treblig_tnomal> wrote in message news:3FFD958A.10307@treblig_tnomal... > >>whats in /etc/sysconfig/networking/devices/ifcfg-eth0 > > > > > > Contents of /etc/sysconfig/networking/devices/ifcfg-eth0 : > > --------------------------------------------------------------- > > DEVICE=eth0 > > ONBOOT=yes > > BOOTPROTO=none > > USERCTL=no > > PEERDNS=no > > TYPE=Ethernet > > IPADDR=172.16.37.20 > > NETMASK=255.255.255.0 > > GATEWAY=172.16.37.254 > > NETWORK=172.16.37.0 > > BROADCAST==172.16.37.255 > > --------------------------------------------------------------- > > > > > > that should be > > BOOTPROTO=dhcp > perhaps you did not tell your card to grab an address using dhcp as it > appears here. or is this the ifcfg you used for manual configuration. > I have set the IP manually (DHCP didn't work.. I expect for the same reason I don't seem to get any packets back in..) > if you configged it right and this is just the wrong ifcfg, then try > giviing your card a hostname such as > DHCP_HOSTNAME=myhostname > > then you can perhaps see in your router log if this computer actually > grabs a dhcp address or not. If I do change it to DHCP the router doesn't log anything, however I boot (as if doing a new install) using the network install disk, then everything works and the router does log a DHCP IP given out. (so it is certainly a SW issue during a normal boot) > what does 'ifconfig' say again? you are certain the drivers are > installed and loaded right? Output of ifconfig -a eth0 has the following : --------------------------------------------------------------- Link encap:Ethernet HWaddr: 00:50 A:01:CE:36inet addr:172.16.37.20 Bcast:172.16.37.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:16 errors:0 dropped:0 overruns:0 frame:0 collisions:0 txqueuelen:100 Rx bytes:0 (0.0 b) TX bytes:822 (822.0 b) Interrupt: 5 Basse address:0x220 --------------------------------------------------------------- I don't know if the drivers are correct... I haven't done anything about them.. I just followed the found new HW dialogs (which found the correct card) > > CL > |
|
|
|
|
|||
|
|||
|
|
|
| |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can't Get PCMCIA 3com network card to work | Shelly | Windows Networking | 3 | 12-15-2008 05:07 PM |
| my router power light wont work! after firmware upgrade! restore dont work! | Chriz Mac | Broadband Hardware | 1 | 01-23-2005 02:42 AM |
| Problem to work with WPA and my 3Com card | Bill | Wireless Networks | 0 | 10-08-2004 02:56 AM |
| 3Com Etherlink III 509b-Combo - NT4 and switch to RJ45 | Robert Secon | Home Networking | 1 | 07-22-2003 11:55 PM |
| Connection from 3com PC card to 3Com AP under WinXP | Chris Porter | Wireless Internet | 0 | 07-19-2003 11:39 AM |
Forum Software Powered by vBulletin®, Copyright Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc. |



Linear Mode

