Hi Guys,
I've got an odd one for you.
I am having issues ssh'ing to one site in particular. For some reason when I try and ssh the traffic is getting hijacked or something
If I ping the site, the pings work fine, if I traceroute the site I get one hop?? If I do the same thing on a winblows box in a vm on the same machine I get 9 hops and I can ssh in (using cygwin).
netstat -rn does show one dodgy looking route
I have no idea where that route is coming from (the route ends in 162.104).
I tried removing this route, but still got one hop to the host.
Any ideas where to look next? I'm out.
Ta
Peter.
I've got an odd one for you.
I am having issues ssh'ing to one site in particular. For some reason when I try and ssh the traffic is getting hijacked or something
If I ping the site, the pings work fine, if I traceroute the site I get one hop?? If I do the same thing on a winblows box in a vm on the same machine I get 9 hops and I can ssh in (using cygwin).
Code:
traceroute eocu.marks-clerk.com.au traceroute to eocu.marks-clerk.com.au (115.70.162.106), 30 hops max, 60 byte packets 1 106.162.70.115.static.exetel.com.au (115.70.162.106) 0.050 ms 0.018 ms 0.015 ms
Code:
netstat -nr Kernel IP routing table Destination * * Gateway * * * * Genmask * * * * Flags * MSS Window *irtt Iface 0.0.0.0 * * * * 192.168.0.1 * * 0.0.0.0 * * * * UG * * * *0 0 * * * * *0 eth0 115.70.162.104 *0.0.0.0 * * * * 255.255.255.252 U * * * * 0 0 * * * * *0 eth0 169.254.0.0 * * 0.0.0.0 * * * * 255.255.0.0 * * U * * * * 0 0 * * * * *0 eth0 192.168.0.0 * * 0.0.0.0 * * * * 255.255.255.0 * U * * * * 0 0 * * * * *0 eth0 192.168.122.0 * 0.0.0.0 * * * * 255.255.255.0 * U * * * * 0 0 * * * * *0 virbr0
I tried removing this route, but still got one hop to the host.
Any ideas where to look next? I'm out.
Ta
Peter.
Comment