Tag: ip
Activate IP Forwarding
February 14, 2009
Activate IP Forwarding echo “1” > /proc/sys/net/ipv4/ip_forward
Configure IP Address
September 14, 2008
Configure IP Address using the ifconfig command ifconfig eth0 192.168.1.1 netmask 255.255.255.0
Get External IP
December 30, 2007
Get the external IP of your system – useful if you have a dynamic ip… curl -s checkip.dyndns.org|sed -e ‘s/.*Current…
Find Current IP Address
December 22, 2007
Find the IP address of all the active interfaces. ifconfig | egrep -o ‘^[a-z0-9]{1,12}|inet addr:[0-9.]+’
Install DDClient
December 16, 2007
DDClient is a tool that lets you auto update your ip with services like dyndns.org. This is how you install…
Recent Comments