SA-MP Forums Archive
Help Iptables - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Help Iptables (/showthread.php?tid=549067)



Help Iptables - JessyChaos - 04.12.2014

as introducing these iptables linux centos, I use putty

Код:
num   pkts bytes target     prot opt in     out     source               destination
1     423K  113M ACCEPT     all  --  lo     any     anywhere             anywhere
2     151M   14G ACCEPT     all  --  any    any     anywhere             anywhere             ctstate RELATED,ESTABLISHED
3    2489K 5650M ACCEPT     udp  --  any    any     anywhere             anywhere             udp dpt:7777
4       40 83522 ACCEPT     udp  --  eth0   any     anywhere             anywhere             udp dpt:7778
5     1098 65262 ACCEPT     tcp  --  any    any     anywhere             anywhere             tcp dpt:http
6      240 10492 ACCEPT     tcp  --  any    any     anywhere             anywhere             tcp dpt:https
7     182K   11M ACCEPT     tcp  --  any    any     anywhere             anywhere             tcp dpt:ssh
8      229  9296 ACCEPT     tcp  --  any    any     anywhere             anywhere             tcp dpt:mysql
9    2630K 5785M DROP       all  --  any    any     anywhere             anywhere
not as introducing iptables


Re: Help Iptables - Ahammad - 04.12.2014

What is this?