networking 101 ---> seems like networking 467

Sean picasso@madflower.com
Sat, 23 Dec 2000 10:43:22 -0500 (EST)


do ' ipchains --list' and send that. 

also did you try to telnet to your machien or anything? If your ipchains
is correct I would highly suspect a hardware problem, like a bad cable. 


On Sat, 23 Dec 2000, Don Chorman wrote:

> Still not working. Here's some more info. 
> 
> 
> 
> [root@c1129978-a network-scripts]# ifconfig
> eth0      Link encap:Ethernet  HWaddr 00:03:6D:13:11:9A  
>           inet addr:24.183.178.130  Bcast:24.183.178.255 
> Mask:255.255.255.0
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:2000 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:264 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:100 
>           Interrupt:9 Base address:0x8000 
> 
> eth1      Link encap:Ethernet  HWaddr 00:03:6D:13:71:56  
>           inet addr:192.168.1.1  Bcast:192.168.1.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:0 errors:34 dropped:0 overruns:0 carrier:68
>           collisions:0 txqueuelen:100 
>           Interrupt:5 Base address:0xa000 
> 
> lo        Link encap:Local Loopback  
>           inet addr:127.0.0.1  Mask:255.0.0.0
>           UP LOOPBACK RUNNING  MTU:3924  Metric:1
>           RX packets:43 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:43 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:0 
> 
> 
> [root@c1129978-a network-scripts]# route
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use
> Iface
> 255.255.255.255 *               255.255.255.255 UH    0      0        0
> eth0
> 255.255.255.255 *               255.255.255.255 UH    0      0        0
> eth1
> 24.183.178.0    *               255.255.255.0   U     0      0        0
> eth0
> 192.168.1.0     *               255.255.255.0   U     0      0        0
> eth1
> 127.0.0.0       *               255.0.0.0       U     0      0        0
> lo
> default         24.183.178.1    0.0.0.0         UG    0      0        0
> eth0
> 
> [root@c1129978-a network-scripts]# cat /etc/sysconfig/network
> NETWORKING=yes
> FORWARD_IPV4=yes
> DHCP_HOSTNAME=damedged
> HOSTNAME="c1129978-a.elnsng1.mi.home.com"
> DOMAINNAME=localdomain
> GATEWAY=24.183.178.1
> GATEWAYDEV=eth0
> IPX="no"
> IPXINTERNALNETNUM="0"
> IPXINTERNALNODENUM="0"
> IPXAUTOPRIMARY="off"
> IPXAUTOFRAME="on"
> 
> [root@c1129978-a network-scripts]# cat ifcfg-eth0
> DEVICE="eth0"
> BOOTPROTO="none"
> IPADDR="24.183.178.130"
> NETMASK="255.255.255.0"
> GATEWAY="24.183.178.1"
> NETWORK=24.183.178.0
> BROADCAST=24.183.178.255
> ONBOOT="yes"
> IPXNETNUM_802_2=""
> IPXPRIMARY_802_2="no"
> IPXACTIVE_802_2="no"
> IPXNETNUM_802_3=""
> IPXPRIMARY_802_3="no"
> IPXACTIVE_802_3="no"
> IPXNETNUM_ETHERII=""
> IPXPRIMARY_ETHERII="no"
> IPXACTIVE_ETHERII="no"
> IPXNETNUM_SNAP=""
> IPXPRIMARY_SNAP="no"
> IPXACTIVE_SNAP="no"
> 
> [root@c1129978-a network-scripts]# cat ifcfg-eth1
> DEVICE="eth1"
> IPADDR="192.168.1.1"
> ONBOOT="yes"
> NETMASK="255.255.255.0"
> BOOTPROTO="none"
> IPXNETNUM_802_2=""
> IPXPRIMARY_802_2="no"
> IPXACTIVE_802_2="no"
> IPXNETNUM_802_3=""
> IPXPRIMARY_802_3="no"
> IPXACTIVE_802_3="no"
> IPXNETNUM_ETHERII=""
> IPXPRIMARY_ETHERII="no"
> IPXACTIVE_ETHERII="no"
> IPXNETNUM_SNAP=""
> IPXPRIMARY_SNAP="no"
> IPXACTIVE_SNAP="no"
> 
> I can send more if you tell me what you need to see.
> It's much easier now, since I can copy and paste. :)
> 
> Don
> _______________________________________________
> linux-user mailing list
> linux-user@egr.msu.edu
> http://www.egr.msu.edu/mailman/listinfo/linux-user
>