network coniguration
From: James LeClair (jamesl_at_eastlink.ca)
Date: 08/30/03
- Previous message: Benedict Verheyen: "sony digital handycam (DCR-TRV60E) in linux"
- Next in thread: Christophe Courtois: "Re: network coniguration"
- Reply: Christophe Courtois: "Re: network coniguration"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: <debian-user@lists.debian.org> Date: Sat, 30 Aug 2003 13:04:22 -0300
Hello all once again. Still picking away at this project. Trying to transform 486 into multi-homed router/firewall.
The 2 nics are identical dlink 220 isa cards.
eth0: io=0x300 irq=10
eth1: io=0x240 irq=3
Through this list and googleing I have come up with the information below.
Can anyone provide me with a direction i should go in setting up these two cards?
Thanks
James
1:
/etc/network/interfaces
auto eth0
iface eth0 inet dhcp
name Ethernet LAN card
auto eth1
iface eth1 inet static
address 10.0.0.1
netmask 255.0.0.0
network 10.0.0.0
broadcast 10.255.255.255
gateway my public address(eth0???):
==================
2:
in: /etc/modutils/aliases
/sbin/modprobe io=0x300,0x240 ne
===============================
alias eth0 ne
alias eth1 ne
options ne io=0x240,0x280 irq=11,10
And eth0 and eth1 are activated in /etc/modules.
also, will i need to specify the modules in lilo with an append referance?
Using modconf will only allow me to load the "ne" module for one nic. When I try to load it again,
it just wants to unload it.
-- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: Benedict Verheyen: "sony digital handycam (DCR-TRV60E) in linux"
- Next in thread: Christophe Courtois: "Re: network coniguration"
- Reply: Christophe Courtois: "Re: network coniguration"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- Re: NICs not Deteceted in RedHat ES 4
... in system configuration what would i need to put for name and device? ... There
aren't really two cards - just two interfaces - and you typically ... eth0 and eth1.
... NICs installed. ... (RedHat) - Re: How to map eth0 to a different interface
... If your NICs are from different vendors the modules.conf file will ... This
works because the boot process modprobes for "eth0" and so forth, ... and this is translated
into a suitable driver name. ... cards use the same driver because modprobe isn't
involved in the first ... (RedHat) - Re: changing the order of NICs
... card to be eth0 but then I need to load 3c59x manually. ... >>NIC
that gets loaded before the PCMCIA card and hence it'll always be ... > different NICs.
... (comp.os.linux.networking) - Re: ISA network cards
... How do I load the module now for the second nic? ... I guess I could do something
like: io=0x240,0x300 when loading the module through modconf. ... The rest is a config
of your cards as eth0 and eth1. ... (Debian-User) - Re: Conflicts found in /proc/interrupts
... Most NICs hate to share. ... > do many nvidia cards. ... 'usb-uhci'
and placed in bus 4 gives a conflict with 'nvidia'. ... (Debian-User)