Prefer using ip instead of ifconfig.

Includes other minor improvements.
This commit is contained in:
tgoff0 2015-05-22 00:55:20 +00:00
parent 2f3ec89ef4
commit c68e05b4b5
5 changed files with 33 additions and 25 deletions

View file

@ -1127,7 +1127,7 @@ session, configure an address on the host.
sudo brctl show
# determine bridge name from the above command
# assign an IP address on the same network as the linked node
sudo ifconfig b.48304.34658 10.0.1.2/24
sudo ip addr add 10.0.1.2/24 dev b.48304.34658
In the example shown above, the host will have the address ``10.0.1.2`` and
the node linked to the RJ45 may have the address ``10.0.1.1``.