38
edits
Changes
→Configure device in VE
[ve-101]# /sbin/ip route add default dev eth0
</pre>
Notes:
* Until you ifconfig eth0 it won't appear. When you do it will use the mac address netif_add added earlier
* 192.168.0.101 is chosen to be an unrouteable private address. Where 101 reminds you that it is node 101.
* I (mrjcleaver) don't know how to get it to pick up a DHCP address
* The "ip route" tells all traffic to head to "device eth0"
==== Add route in [[CT0]] ====