[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

KVM-networking (under normal user).



Good day.


Continuing these threads:

http://lists.debian.org/debian-user/2009/07/msg00164.html

http://lists.debian.org/debian-user/2010/01/msg00348.html


Having this in /etc/network/interfaces:

iface br0 inet static
        address 192.168.0.125
        netmask 255.255.255.0
        network 192.168.0.0
        broadcast 192.168.0.255
        pre-up /usr/sbin/tunctl -u vmachine -t tap0
        pre-up ifconfig tap0 up
        post-down ifconfig tap0 down
        post-down tunctl -d tap0

I do:

$ /usr/bin/sudo /sbin/ifup br0

and get this:

Set 'tap0' persistent and owned by uid 1115
SIOCSIFADDR: No such device
br0: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
SIOCSIFBRDADDR: No such device
br0: ERROR while getting interface flags: No such device
br0: ERROR while getting interface flags: No such device
Failed to bring up br0.

What can be the problem?


Thank You for Your time.


Reply to: