Linux static IP addressing on the fly

Static

sudo ifconfig wlp3s0 192.192.1.10 netmask 255.255.255.0 up

Auto DHCP

sudo ifconfig wlp3s0 auto netmask 255.255.255.0 up

wlp3s0 is the interface name may be eth0 on yours


Comments

Popular Posts