[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Bug] Error when running network-attach
Hi Paul, Sorry, I did not receive your email. I found the mail through https://xen.markmail.org/. I sloved the network-attach error problem. You posted some offical manuals that I have been seen before, But not work for me. So I write down my solution, that might help others. The solution work on arm platform(rk3588). 1. config kernel menuconfig to support ethernet bridging. [*] Networking support ---> Networking options ---> <*> 802.1d Ethernet Bridging [*] IGMP/MLD snooping (NEW) 2. manul create bridge xenbr0 #ip link add xenbr0 type bridge #ip link set eth0 master xenbr0 #ip link set xenbr0 up #ip addr add dev xenbr0 172.16.1.100/24 3. domu.conf add config vif vif = [''] or vif = [ 'bridge=xenbr0' ] 4. use xl create -c domu.conf to bring up. Best regards Cailigang
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |