Commit 12f3d7fb authored by Julien Cristau's avatar Julien Cristau

README: replace one occurrence of ifconfig with ip

parent 22160984
......@@ -26,7 +26,7 @@ Setting up a network for use with Babel
On every node, set up the wireless interface:
# iwconfig eth1 mode ad-hoc channel 11 essid "my-mesh-network"
# ifconfig eth1 up
# ip link set up dev eth1
2. Set up every node's IP addresses
===================================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment