Thanks Simon for your valuable time.
Let me to clear that i install CP Server in my System and i need to validate the license which i have with the registry of psoft.com .
I need to connect to the remote server of psoft.com. but while validating the license it gives error as
Unable to connect to remote server to check Single Server Edition license.
while i am using ping commands in any remote ip address it works.
e.g
[root@cp ~]# ping license.psoft.net
PING license.psoft.net (194.44.204.17) 56(84) bytes of data.
64 bytes from 194.44.204.17: icmp_seq=1 ttl=47 time=272 ms
64 bytes from 194.44.204.17: icmp_seq=2 ttl=46 time=274 ms
64 bytes from 194.44.204.17: icmp_seq=3 ttl=46 time=285 ms
64 bytes from 194.44.204.17: icmp_seq=4 ttl=47 time=272 ms
--- license.psoft.net ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 8193ms
rtt min/avg/max/mdev = 272.403/276.464/285.983/5.550 ms
e.g
[root@cp ~]# ping
www.yahoo.com
PING www-real.wa1.b.yahoo.com (69.147.76.15) 56(84) bytes of data.
64 bytes from f1.
www.vip.re1.yahoo.com (69.147.76.15): icmp_seq=1 ttl=52 time=271 ms
64 bytes from f1.
www.vip.re1.yahoo.com (69.147.76.15): icmp_seq=2 ttl=52 time=285 ms
64 bytes from f1.
www.vip.re1.yahoo.com (69.147.76.15): icmp_seq=3 ttl=52 time=271 ms
64 bytes from f1.
www.vip.re1.yahoo.com (69.147.76.15): icmp_seq=4 ttl=52 time=271 ms
--- www-real.wa1.b.yahoo.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3000ms
rtt min/avg/max/mdev = 271.259/274.923/285.295/6.024 ms
If i am using this ping commands in any ip address within our local network it works.
e.g
[root@cp ~]# ping 192.168.1.2
PING 192.168.1.2 (192.168.1.2) 56(84) bytes of data.
64 bytes from 192.168.1.2: icmp_seq=1 ttl=128 time=2.23 ms
64 bytes from 192.168.1.2: icmp_seq=2 ttl=128 time=2.19 ms
64 bytes from 192.168.1.2: icmp_seq=3 ttl=128 time=1.92 ms
64 bytes from 192.168.1.2: icmp_seq=4 ttl=128 time=1.85 ms
64 bytes from 192.168.1.2: icmp_seq=5 ttl=128 time=2.12 ms
--- 192.168.1.2 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4001ms
rtt min/avg/max/mdev = 1.859/2.066/2.231/0.156 ms
but while i use ping command with the
destination ip address of our network
it shows destination unreachable.
[root@cp ~]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
169.254.0.0 * 255.255.0.0 U 0 0 0 eth0
default 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
[root@cp ~]# ping 169.254.0.0(Destination ip address)
PING 169.254.0.0 (169.254.0.0) 56(84) bytes of data.
From 192.168.1.4 icmp_seq=2 Destination Host Unreachable
From 192.168.1.4 icmp_seq=3 Destination Host Unreachable
From 192.168.1.4 icmp_seq=4 Destination Host Unreachable
--- 169.254.0.0 ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2999ms
, pipe 3
Quote:
What sort of server is this? Can any other machines use it?
This is a CP server and at present no other m/c use it.
Any help is appreciate.
Thanks!