Recent content by kriks

  1. K

    SDN + iptables does not work

    The topic can be closed. Thank you.
  2. K

    SDN + iptables does not work

    Yes, it looks like the problem is in the webmin syntax. Thanks for the help.
  3. K

    SDN + iptables does not work

    root@pve6:~# ifreload -a -v info: requesting link dump info: requesting address dump info: requesting netconf dump info: loading builtin modules from ['/usr/share/ifupdown2/addons'] info: module openvswitch not loaded (module init failed: no /usr/bin/ovs-vsctl f...
  4. K

    SDN + iptables does not work

    root@pve6:/etc/network# cat interfaces # network interface settings; autogenerated # Please do NOT modify this file directly, unless you know what # you're doing. # # If you want to manage parts of the network configuration manually, # please utilize the 'source' or 'source-directory' directives...
  5. K

    SDN + iptables does not work

    This is the WEBMIN interface. iptables management. I want to use the standard Debian firewall
  6. K

    SDN + iptables does not work

    root@pve6:/etc/network/interfaces.d# cat sdn #version:20 auto local iface local address 192.168.30.1/24 post-up iptables -t nat -A POSTROUTING -s '192.168.30.1/24' -o vmbr0 -j SNAT --to-source 192.168.255.168 post-down iptables -t nat -D POSTROUTING -s '192.168.30.1/24' -o vmbr0 -j...
  7. K

    SDN + iptables does not work

    Hi all. I noticed that after setting up SDN iptables does not work How to make SDN and iptables work?
  8. K

    Huawei LACP and Proxmox bond

    Hello. Please help me figure it out. Available: HUAWEI S5320-28TP-LI-AC Proxmox 7.3 LACP is created in Proxmox 7.3 For HUAWEI S5320-28TP-LI-AC # interface Eth-Trunk2 port hybrid pvid vlan 72 port hybrid tagged vlan 1 to 4094 stp disable mode lacp # # interface GigabitEthernet0/0/21...