What I am doing wrong , I need assistance to
1. unable to access internet from pc connected to NIC2 & cannot access other pc on the network.
2. able to ping NIC1 IP
Setup;
NIC1-ETH0; 192.168.110.1
NIC2-ETH1; INTERNET
NIC3-ETH2; 192.168.100.1
1. /sbin/e-smith/config set EthernetDriver2 e100
2.mkdir -p /etc/e-smith/templates-custom/etc/sysconfig/network-scripts/ ifcfg-eth2
3. cp /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/e-smith/templates-custom/etc/sysconfig/network-scripts/ifcfg-eth2
4. pico /etc/sysconfig/network-scripts/ifcfg-eth2
added 2nd internal nic IP Address
DEVICE=eth2
USERCTL=no
ONBOOT=yes
BOOTPROTO=none
IPADDR=192.168.100.1
NETMASK=255.255.255.0
NETWORK=192.168.100.0
BROADCAST=192.168.100.255
5. /sbin/e-smith/expand-template /etc/sysconfig/network-scripts/ifcfg-eth2
6. /sbin/e-smith/signal-event console-save
7. add the local network
Network 192.168.0.0
netmask 255.255.255.0
router 192.168.0.1
8. rebooted
9.
/etc/module.conf
alias eth0 e100
alias eth1 e100
alias eth2 e100
thx in advance