Skip to end of metadata
Go to start of metadata


#Разблокировать для определенного IP
 /sbin/iptables -A INPUT -s xx.xx.xx.xx -p udp --destination-port 5060 -j ACCEPT -i vlan2
#закрыть порт на vlan2
 /sbin/iptables -A INPUT -p udp --destination-port 5060 -j DROP -i vlan2


  • No labels