You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nft 'add chain ip nexmon input { type filter hook input priority -150; policy accept; }'
nft 'add chain ip nexmon output { type filter hook output priority 150; policy accept; }'
nft add rule ip nexmon input iifname "wlan0" ip protocol udp ip saddr 10.10.10.10 ip daddr 255.255.255.255 udp sport 5500 udp dport 5500 counter mark set 900 dup to $2 device "eth0"
nft add rule ip nexmon output oifname "eth0" meta mark 900 counter ip saddr set $1 ip daddr set $2