My bridge for qemu is started with :

sysctl net.ipv4.ip_forward=1
tunctl -t tap0 -u nous
ifconfig tap0 192.168.164.1 up
iptables...

I have replaced ipconfig line with ip:

ip link set tap0 up
ip address add 192.168.164.1 dev tap0

but it fails (no ping 192.168.164.1) in the vm.

What do I miss ?

Thanks
PC



Reply via email to