Login
Настраиваем млдонкей
176 просмотров
Перейти к просмотру всей ветки
in Antwort kostavan 16.05.06 14:44, Zuletzt geändert 19.05.06 22:59 (timor_a)
ehmm....
в router:
NAT -> FW
tcp:4662 >> my.pc.ip:4662
udp:4672 >> my.pc.ip:4672
откори пoрты на firewall (linux)
iptables -A INPUT -p tcp --dport 4662 -j ACCEPT
iptables -A INPUT -p udp --dport 4672 -j ACCEPT
ну конещно мозно и зелателно так:
iptables -P OUTPUT ACCEPT
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -F
в router:
NAT -> FW
tcp:4662 >> my.pc.ip:4662
udp:4672 >> my.pc.ip:4672
откори пoрты на firewall (linux)
iptables -A INPUT -p tcp --dport 4662 -j ACCEPT
iptables -A INPUT -p udp --dport 4672 -j ACCEPT
ну конещно мозно и зелателно так:
iptables -P OUTPUT ACCEPT
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -F
http://cyhex.com