[Fwd: 3C905B question]
Erik D. Fields
erik_fields@mindspring.com
Sun Apr 16 16:31:26 2000
Not sure if this is the right place or not, but any help or pointers
would be greatly appreciated.
I am attempting to setup my ADSL modem. My configuration before
had only 1 3C905B card in my system, which connected to my
local network (192.168....). The /etc/conf.modules file had the line:
alias eth0 3c59x
With the network configuration I can hit my 192 network without a
problem. My machine (acting as the gateway) has an ip address of
192.168.1.1. In order to set up my ADSL modem, I needed to add
another network card into the system, to communicate directly with
the modem. Therefore, I installed another card (also a 3C905B).
Using linuxconf, I added another adapter to the system, which put
the following line into the /etc/conf.modules file:
alias eth1 3c59x
The eth1 ip address is set to 172.16.1.2
Now when I reboot I can no longer hit the 192.168 network.
Is there something special I need to do to get the 3Com NICs to
work together? Or, am I missing something on the Linux network
configuration? I have gone through all the documentation and searched
the web, but cannot determine where a conflict might be.
NOTE: I am running Redhat 6.0 (2.2.5.15), with the following config:
Results from ifconfig -a:
eth0 ...
inet addr:192.168.1.1
Bcast:192.168.1.255
Mask:255.255.255.0
eth1 ...
inet addr:172.16.1.2
Bcast:172.16.255.255
Mask:255.255.0.0
Results from route:
Destination Gateway Iface
192.168.1.1 * eth0
255.255.255.255* eth0
172.168.1.2 * eth1
192.168.1.0 192.168.1.1 eth0
192.168.1.0 * eth0
172.16.0.0 172.16.1.2 eth1
172.16.0.0 * eth1
127.0.0.0 * lo
default 192.168.1.1 eth0
Contents of /etc/sysconfig/network:
NETWORKING=yes
FORWARD_IPV4=yes
HOSTNAME=wolfpack01.edfsports.com
DOMAINNAME=edfsports.com
GATEWAY=192.168.1.1
GATEWAYDEV=eth0
Contents of /etc/sysconfig/network-scripts/ifcfg-eth0:
DEVICE=eth0
IPADDR=192.168.1.1
ONBOOT=yes
Contents of /etc/sysconfig/network-scripts/ifcfg-eth1:
DEVICE=eth1
IPADDR=172.16.1.2
ONBOOT=yes
Info from "dmesg":
3c59x.c:v0.99H 11/17/98 Donald Becker http://...
eth0: 3Com 3c905B Cyclone 100baseTx at 0xdc00, ..., IRQ 10
...
eth1: 3Com 3c905B Cyclone 100baseTx at 0x800, ..., IRL11
PS: This machine servers as the gateway to my home network
and also is running ip-masquerading and dhcpd (server).
--
Erik D. Fields
w) http://www.erikfields.com
h) 404-638-6669
c) 678-358-3696
-------------------------------------------------------------------
To unsubscribe send a message body containing "unsubscribe"
to linux-vortex-bug-request@beowulf.org