changed:
-
UML networking
modprobe tun on host
start uml:
linux ubd0=/dev/mapper/system-uml
eth0=ethertap,tap0,fe:fd:0:0:0:1,192.168.123.107
jail honeypot fakehd
devfs=nomount con0=fd:0,fd:1
inside uml:
ifconfig eth0 192.168.123.108 up
route add default gw 192.168.123.107