wsdotcom писал(а):
не поучается пробросить 80-й порт в локалку все остальные нормально пробрасываются а 80-й не хочет
вот iptables -L с модема телнета
# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere state RELATED,ESTABL
ISHED
ACCEPT tcp -- anywhere anywhere tcp dpt:telnet
ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
ACCEPT udp -- anywhere anywhere udp dpt:domain
ACCEPT udp -- anywhere anywhere udp dpt:bootps
ACCEPT icmp -- anywhere anywhere icmp echo-request state NEW
ACCEPT tcp -- anywhere anywhere tcp dpt:www
DROP udp -- anywhere anywhere udp dpt:bootps
ACCEPT igmp -- anywhere anywhere
ACCEPT udp -- anywhere anywhere udp dpt:161
ACCEPT icmp -- anywhere anywhere icmp echo-request state NEW
ACCEPT icmp -- anywhere anywhere icmp echo-request state NEW
ACCEPT all -- anywhere anywhere
DROP all -- anywhere anywhere
Chain FORWARD (policy ACCEPT)
target prot opt source destination
TCPMSS tcp -- anywhere anywhere tcp flags:SYN,RST/SYN TCPMSS set 1360
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
DROP tcp -- anywhere anywhere tcp dpt:telnet
DROP tcp -- anywhere anywhere tcp dpt:ftp
DROP tcp -- anywhere anywhere tcp dpt:ftp-data
DROP udp -- anywhere anywhere udp dpt:500
DROP tcp -- anywhere anywhere tcp dpt:domain
DROP udp -- anywhere anywhere udp dpt:domain
DROP udp -- anywhere anywhere udp dpt:bootps
DROP udp -- anywhere anywhere udp dpt:route
ACCEPT igmp -- anywhere anywhere
ACCEPT icmp -- anywhere anywhere icmp echo-request state NEW
ACCEPT icmp -- anywhere anywhere icmp echo-request state NEW
ACCEPT tcp -- anywhere 192.168.1.252 tcp dpt:14038
ACCEPT tcp -- anywhere 192.168.1.45 tcp dpt:14039
ACCEPT tcp -- anywhere 192.168.1.252 tcp dpt:3128
ACCEPT udp -- anywhere 192.168.1.252 udp dpt:27015
ACCEPT tcp -- anywhere 192.168.1.252 tcp dpt:27015
ACCEPT tcp -- anywhere 192.168.1.252 tcp dpt:443
ACCEPT tcp -- anywhere 192.168.1.252 tcp dpt:www
ACCEPT tcp -- anywhere 192.168.1.252 tcp dpt:4899
ACCEPT udp -- anywhere 192.168.1.252 udp dpt:3389
ACCEPT tcp -- anywhere 192.168.1.252 tcp dpt:3389
ACCEPT gre -- anywhere 192.168.1.252
ACCEPT tcp -- anywhere 192.168.1.252 tcp dpt:1723
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
DROP icmp -- anywhere anywhere icmp destination-unreachable
DROP icmp -- anywhere anywhere state INVALID
#
Поинтересуйтесь у провайдера, не блокирует ли он 80 порт?