Network troubleshooting

From Lolly's Wiki
Revision as of 14:27, 1 June 2016 by Lollypop (talk | contribs)
Jump to navigationJump to search

Troubleshooting

Network troubleshooting

Testing connections from virtual interfaces / virtual IPs

Ping

# ping -I <your virtual ip> <destination>

Traceroute

# traceroute -s <your virtual ip> <destination>

SSH

# ssh <user>@<destination> -o BindAddress=<your virtual ip>

Telnet

# telnet -b <your virtual ip> <destination>