Hi!
Check your Proxmox host " variablesRecommended settings on Proxmox host:
Other option, just add an VLAN on Proxmox host, add new interface to VM (natively connected to VLAN, so on Mikrotik side just use the interface directly)
Check your Proxmox host " variables
Code:
$> sysctl -a | grep -i X
Code:
/etc/sysctl.confnet.bridge.bridge-nf-call-ip6tables = 0net.bridge.bridge-nf-call-iptables = 0net.bridge.bridge-nf-call-arptables = 0net.bridge.bridge-nf-filter-pppoe-tagged = 0net.bridge.bridge-nf-filter-vlan-tagged = 0net.bridge.bridge-nf-pass-vlan-input-dev = 0/etc/network/interfacesauto eth0iface eth0 inet manualpost-up /sbin/ethtool -K eth0 rx off tx off sg off tso off ufo off gso off gro off lro off
Other option, just add an VLAN on Proxmox host, add new interface to VM (natively connected to VLAN, so on Mikrotik side just use the interface directly)
Code:
Example:$>ip link add link eth0.100 name eth0.100 type vlan id 100$> ovs-vsctl add vmbr100 eth0.100vmbr100 > tapi100i0 - VM PPPOE interface > eth0.100
Statistics: Posted by emunt6 — Sat Apr 06, 2024 3:30 am