I have changed the ifcfg-eth0 file to the following
DEVICE=eth1
NM_CONTROLLED=yes
ONBOOT=yes
HWADDR=00:11:43

2:32:43
TYPE=Ethernet
UUID=6a129ba5-6430-40cc-b863-882ec2f3d34d
BOOTPROTO=static
NAME="System eth0"
IPADDR=184.70.179.154
NETMASK=255.255.255.252
GATEWAY=184.70.179.153
USERCTL=no
DNS1=64.59.184.13
DNS2=64.59.190.242
the DNS are the ones supplied by my network provider
here is what I get when I do ifcfg -a
[root@OHS network-scripts]# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:11:43

2:32:43
inet addr:184.70.179.154 Bcast:184.70.179.155 Mask:255.255.255.252
inet6 addr: fe80::211:43ff:fed2:3243/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:969949 errors:0 dropped:0 overruns:0 frame:0
TX packets:66 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:60630178 (57.8 MiB) TX bytes:4596 (4.4 KiB)
eth1 Link encap:Ethernet HWaddr 00:11:43

2:32:44
inet addr:68.149.163.231 Bcast:255.255.255.255 Mask:255.255.252.0
inet6 addr: fe80::211:43ff:fed2:3244/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1006717 errors:0 dropped:0 overruns:0 frame:0
TX packets:39330 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:115359282 (110.0 MiB) TX bytes:4798815 (4.5 MiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
I can ssh in using the dynamic ip which is the one listed for eth1
but when I try to connect using the static ip the connection times out
can someone help please
thanks in advance,
X