Skip to content

Entries tagged "ip".

Your IP address

Is here.
Short, no ads and to the point.
Cheers!

Change the default source address in Linux

Quick note to my future self on how to change the default source address in Linux (usually the 1st IP that resides on the primary NIC):
ip ro replace default via GATEWAY src IP
Where GATEWAY is the default gateway of the system and IP is the new source IP address (this has to be an existing assigned IP).