PmWiki
Odkazy
Návody
APPLE
Citrix XenServer
Podrobný výpis firewalu:
iptables -L -vxn
NAT 1:1:
iptables -t nat -A PREROUTING -d a.b.c.d -j DNAT --to-destination 192.168.x.y iptables -t nat -A POSTROUTING -s 192.168.x.y -j SNAT --to-source a.b.c.d
Testovani UDP portu:
nc -zu <ip> <udpport>