[ERROR] - Failed to set group_fwd_mask on bridge (80028)

Moderator: mike

Post Reply
tranquoclinh.it
Posts: 7
Joined: Thu Mar 30, 2017 8:57 am

[ERROR] - Failed to set group_fwd_mask on bridge (80028)

Post by tranquoclinh.it » Wed May 10, 2017 1:58 am

I have already finished setting up eve-ng on ubuntu 16.04. I am running CISCO IOS with no errors. But when I tried with Juniper, Windows, Linux, ... it throw this error:
May 10 03:23:39 INFO: starting /opt/unetlab/wrappers/qemu_wrapper -T 0 -D 1 -t "Win" -F /opt/qemu-2.0.2/bin/qemu-system-x86_64 -d 0 -x -- -nographic -device e1000,netdev=net0,mac=50:00:00:01:00:00 -netdev tap,id=net0,ifname=vunl0_1_0,script=no -device e1000,netdev=net1,mac=50:00:00:01:00:01 -netdev user,id=net1,hostfwd=tcp::32769-:3389,net=169.254.1.100/30,dhcpstart=169.254.1.100,restrict=on -smp 1 -m 4096 -name Win -uuid 45b39b62-4009-4f10-be02-5377bb6a91fd -hda hda.qcow2 -machine type=pc-1.0,accel=kvm -cpu qemu64,+fsgsbase -vga std -usbdevice tablet -boot order=dc > /opt/unetlab/tmp/0/f91fb858-4c1b-4608-8819-1a8f5726a621/1/wrapper.txt 2>&1 &

May 10 03:23:39 INFO: CWD is /opt/unetlab/tmp/0/f91fb858-4c1b-4608-8819-1a8f5726a621/1

May 10 03:23:39 INFO: tunctl -u unl0 -g root -t vunl0_1_0 2>&1

May 10 03:01:18 INFO: starting /opt/unetlab/wrappers/qemu_wrapper -T 0 -D 1 -t "Win" -F /opt/qemu-2.0.2/bin/qemu-system-x86_64 -d 0 -x -- -nographic -device e1000,netdev=net0,mac=50:00:00:01:00:00 -netdev tap,id=net0,ifname=vunl0_1_0,script=no -device e1000,netdev=net1,mac=50:00:00:01:00:01 -netdev user,id=net1,hostfwd=tcp::32769-:3389,net=169.254.1.100/30,dhcpstart=169.254.1.100,restrict=on -smp 1 -m 4096 -name Win -uuid 45b39b62-4009-4f10-be02-5377bb6a91fd -hda hda.qcow2 -machine type=pc-1.0,accel=kvm -cpu qemu64,+fsgsbase -vga std -usbdevice tablet -boot order=dc > /opt/unetlab/tmp/0/f91fb858-4c1b-4608-8819-1a8f5726a621/1/wrapper.txt 2>&1 &

May 10 03:01:18 INFO: CWD is /opt/unetlab/tmp/0/f91fb858-4c1b-4608-8819-1a8f5726a621/1

iptables: No chain/target/match by that name.

May 10 03:01:18 INFO: tunctl -u unl0 -g root -t vunl0_1_0 2>&1

May 10 03:01:10 May 10 03:01:10 ERROR: Failed to create network (11).

May 10 03:01:10 May 10 03:01:10 ERROR: Failed to set group_fwd_mask on bridge (80028).

May 10 03:01:10

May 10 03:01:10 ERROR: echo 65535 > /sys/class/net/vnet0_1/bridge/group_fwd_mask 2>&1 --- Failed to set group_fwd_mask on bridge (80028).
After that, I realized that this file (/sys/class/net/vnet0_1/bridge/group_fwd_mask) can not be edit. I tried bellow command:

Code: Select all

root@lab:~# echo 65535 > /sys/class/net/vnet0_1/bridge/group_fwd_mask
-bash: echo: write error: Invalid argument
How can I fix this?
Please help me!
Thanks in advance!

:)

Post Reply