Hello there,
I'm quite beside centos, i'm quite new in this OS and i would like to make some trick to my server but i don't know how to configure it properly to work as i want
i have the following,
2 lan connections on server eth0, eth1
one of the connections it's used with direct connection to internet(eth0) with one ip
and the other one i want to use it to connect to server via my router, lan ip(192.168.1.150), static ip
the problem comes when i try to enable the eth1, it brings me the server down or it's it works but the lan connection don't.
theres my config
eth0
Code DEVICE=eth0
TYPE=Ethernet
UUID=5d710d2b-31ec-4647-875e-f14d700be38e
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=dhcp
HWADDR=00:16:36:5F:AD:F8
DEFROUTE=yes
PEERDNS=yes
PEERROUTES=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
NAME="System eth0"
eth1
Code DEVICE=eth1
HWADDR=74  4:35:8F:AA:06
TYPE=Ethernet
IPARDR=192.168.1.150
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
UUID=defffb0e-448e-473e-9577-35663aebcf02
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=dhcp
could somebody please help me with this thing, i'm really lost in it and i don't know how to setup the eth1 to act just like one simple lan connection and leave the eth0 as it is to work with external connection
thank you
|