Debian/Ubuntu: Eliminate an "ifconfig"
I am trying to use "ip" consistently, since "ifconfig" is deprecated.
parent
57dd01c683
commit
1fbb2bbad2
|
@ -153,7 +153,7 @@ The `debootstrap` command leaves the new system in an unconfigured state. An al
|
||||||
4.2 Configure the network interface:
|
4.2 Configure the network interface:
|
||||||
|
|
||||||
Find the interface name:
|
Find the interface name:
|
||||||
# ifconfig -a
|
# ip addr show
|
||||||
|
|
||||||
# vi /mnt/etc/network/interfaces.d/NAME
|
# vi /mnt/etc/network/interfaces.d/NAME
|
||||||
auto NAME
|
auto NAME
|
||||||
|
|
|
@ -197,7 +197,7 @@ The `debootstrap` command leaves the new system in an unconfigured state. An al
|
||||||
4.2 Configure the network interface:
|
4.2 Configure the network interface:
|
||||||
|
|
||||||
Find the interface name:
|
Find the interface name:
|
||||||
# ifconfig -a
|
# ip addr show
|
||||||
|
|
||||||
# vi /mnt/etc/network/interfaces.d/NAME
|
# vi /mnt/etc/network/interfaces.d/NAME
|
||||||
auto NAME
|
auto NAME
|
||||||
|
|
|
@ -195,7 +195,7 @@ The `debootstrap` command leaves the new system in an unconfigured state. An al
|
||||||
4.2 Configure the network interface:
|
4.2 Configure the network interface:
|
||||||
|
|
||||||
Find the interface name:
|
Find the interface name:
|
||||||
# ifconfig -a
|
# ip addr show
|
||||||
|
|
||||||
# vi /mnt/etc/network/interfaces.d/NAME
|
# vi /mnt/etc/network/interfaces.d/NAME
|
||||||
auto NAME
|
auto NAME
|
||||||
|
|
Loading…
Reference in New Issue