Formatting code for ifconfig
{{parent page="Network"}}
===ifconfig cheat sheet===
Assign an IP address
%%
ifconfig eth0 1.2.3.4 netmask 255.255.255.0
%%
Remove an IP address
%%
ifdown eth0
ifconfig eth0 remove
%%
===ifconfig cheat sheet===
Assign an IP address
%%
ifconfig eth0 1.2.3.4 netmask 255.255.255.0
%%
Remove an IP address
%%
ifdown eth0
ifconfig eth0 remove
%%