Thanks guys, I finally got it working by turning STP on. Here's the full working command for me, just incase someone else wants to do something similar in future. :) (note: proper permissions are not really considered yet.)
#on HOST (bridge setup) modprobe tun tunctl -u root brctl addbr br0 brctl addif br0 eth0 brctl addif br0 tap0 ifconfig eth0 0.0.0.0 ifconfig br0 up ifconfig br0 192.168.210.7 brctl stp br0 on chmod 666 /dev/net/tun #On HOST (uml command) : /mnt/flash/linux ubda=/mnt/flash/root_fs eth0=tuntap,tap0 #ON UML : ifconfig eth0 <whatever ip you want.> ;) Cheers! Pieter ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ User-mode-linux-user mailing list User-mode-linux-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user