Jamwa
14th May 2012, 07:33 AM
I have this network configuration on machine:
sh-4.1# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:0C:29:10:5F:54
inet addr:10.106.106.168 Bcast:10.106.107.255 Mask:255.255.254.0
inet6 addr: fe80::20c:29ff:fe10:5f54/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:97913 errors:0 dropped:0 overruns:0 frame:0
TX packets:13515 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:8866817 (8.4 MiB) TX bytes:100443654 (95.7 MiB)
sh-4.1#
The network proxy is given as
export http_proxy=http://10.106.106.32:3128
Now I have another similar machine, machine 2, with same settings (except address of course). This machine can ping successfully what machine 1 cannot. I am trying to ping an IP 10.100.150.6
What am I doing wrong please?
sh-4.1# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:0C:29:10:5F:54
inet addr:10.106.106.168 Bcast:10.106.107.255 Mask:255.255.254.0
inet6 addr: fe80::20c:29ff:fe10:5f54/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:97913 errors:0 dropped:0 overruns:0 frame:0
TX packets:13515 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:8866817 (8.4 MiB) TX bytes:100443654 (95.7 MiB)
sh-4.1#
The network proxy is given as
export http_proxy=http://10.106.106.32:3128
Now I have another similar machine, machine 2, with same settings (except address of course). This machine can ping successfully what machine 1 cannot. I am trying to ping an IP 10.100.150.6
What am I doing wrong please?