Network troubleshooting

From Lolly's Wiki
Revision as of 14:26, 1 June 2016 by Lollypop (talk | contribs) (Die Seite wurde neu angelegt: „=Network troubleshooting= ==Testing connections from virtual interfaces / virtual IPs== === Ping === <source lang=bash> # ping -I <your virtual ip> <destinatio…“)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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>