Community discussions

MikroTik App
 
stich86
just joined
Topic Author
Posts: 8
Joined: Mon Oct 31, 2022 8:44 pm

VETH issue on X86_64

Mon Jan 09, 2023 3:41 pm

Hi guys,

i'm trying to run my own container for Multicast stuff on X86_64 build.
The major problem that I have is related to VETH that most of the time is in "Inactive" state, so the containers doesn't get the network interface.

Here is the current configuration of VETH and Bridge
/interface bridge
add ingress-filtering=no name=bridge1 vlan-filtering=yes

/interface veth
add address=172.17.0.2/24 gateway=172.17.0.1 name=veth1

/interface bridge port
add bridge=bridge1 interface=vnic0
add bridge=bridge1 frame-types=admit-only-vlan-tagged interface=veth1
add bridge=bridge1 tagged=veth1 vlan-ids=1

/container
add interface=veth1 logging=yes start-on-boot=yes
on Winbox/SSH session this VETH is reported as inactive
/interface/bridge/port> print 
Flags: I - INACTIVE
Columns: INTERFACE, BRIDGE, HW, PVID, PRIORITY, PATH-COST, INTERNAL-PATH-COST, HORIZON
#   INTERFACE  BRIDGE   HW   PVID  PRIORITY  PATH-COST  INTERNAL-PATH-COST  HORIZON
0   vnic0      bridge1  yes     1  0x80             10                  10  none   
1 I veth1      bridge1          1  0x80             10                  10  none   
Any suggestion?

Thx

Who is online

Users browsing this forum: No registered users and 23 guests