Beiträge von tinh_x7

    This is how I resolved:


    I removed all the network interfaces in OMV webgui, but I forgot to add a backup interface before did this.
    Therefore, I end up added my eth0 manually in the /etc/network/interface. (My server has a monitor and keyboard).
    I then reboot OMV, and went back into OMV webgui to re-create my bond0.
    So far, so good !


    @ikogan,
    Thanks for your help.

    I used the OMV webgui to bond my Ethernet and Wifi adapters.
    But it didn't work out like I want to.


    So, I created another bond, which bond1.
    Now, I want to remove bond0, since i'm not using it.

    I agree with Enra and Malefunk, I wouldn't trust the Chinese.
    They're evil geniuses.
    "m not racist, but based on the worldwide hacking news, and China/North Korea government threats, I don't trust communist or Soviet Union.

    Hi all,


    I've tried to create my first bonding (Ethernet and Wifi connections), and it didn't work out like it supposed to.
    Therefore, I want to remove bond0 after I created bond1. Can't find a way to remove bond0.
    Second, my slave wlan0 MII status is displaying 'down', which is I don't understand.
    My OMV also said "No Interface Available' upon boot up, but I can access via the web and SSH fine.



    I have tried the below codes, but it said 'permission denied'.

    Code
    ifconfig bond0 down
    echo "-eth0" > /sys/class/net/bond0/bonding/slaves
    echo "-wlan0" > /sys/class/net/bond0/bonding/slaves
    echo "-bond0" > /sys/class/net/bonding_masters
    rmmod bonding


    Code
    -bash: /sys/class/net/bond0/bonding/slaves: Permission denied