|
From: Emil V. <va...@jo...> - 2010-09-29 14:40:59
|
Hello! You need to add the MAC= lines too. Emil Varjasi ----------------eredeti üzenet----------------- Feladó: "Boursin Olivier" oli...@in... Címzett: dev...@li... Dátum: Wed, 29 Sep 2010 15:10:04 +0200 ------------------------------------------------- > Hello, > I would like to know if it is possible to add one or two more NIC in > addition of the 3, to build a firewall router with 4 or 5 NIC. I tried > to configure /etc/sysconfig/nic (files ifcfg-eth3 and ifcfg-eth4) but it > is visible as two more eth2 when starting /etc/init.d/network. > Many thanks for your kind answer, > > OB > > /etc/sysconfig/nic>cat ifcfg-eth0 > DEVICE=eth0 > ONBOOT=yes > MODULE="8139too" > DHCP=no > IP="192.168.0.1" > NETMASK="255.255.255.0" > BROADCAST="192.168.0.255" > > /etc/sysconfig/nic>cat ifcfg-eth1 > DEVICE=eth0 > ONBOOT=yes > MODULE="8139too" > DHCP=no > IP="192.168.1.254" > NETMASK="255.255.255.0" > BROADCAST="192.168.1.255" > > /etc/sysconfig/nic>cat ifcfg-eth2 > DEVICE=eth0 > ONBOOT=yes > MODULE="8139too" > DHCP=no > IP="192.168.9.254" > NETMASK="255.255.255.0" > BROADCAST="192.168.9.255" > > /etc/sysconfig/nic>cat ifcfg-eth3 > DEVICE=eth0 > ONBOOT=yes > MODULE="8139too" > DHCP=no > IP="192.168.10.254" > NETMASK="255.255.255.0" > BROADCAST="192.168.10.255" > > /etc/sysconfig/nic>cat ifcfg-eth4 > DEVICE=eth0 > ONBOOT=yes > MODULE="8139too" > DHCP=no > IP="192.168.15.254" > NETMASK="255.255.255.0" > BROADCAST="192.168.15.255" > > /etc/init.d/network start > Starting interface eth0 [IPv4] > [ OK ] > Starting interface eth1 [IPv4] > [ OK ] > Starting interface eth2 [IPv4] > [ OK ] > Starting interface eth2 [IPv4] > [ OK ] > Starting interface eth2 [IPv4] > [ OK ] > Enabling Routing [IPv4] > [ OK ] > Disabling ECN > > > > __________________________________________________ > > -------------------------------------------------------------------- > ---------- > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev __________________________________________________ > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > |