kellsmala
(usa Outra)
Enviado em 23/07/2014 - 13:16h
Bom dia pessoal,
Preciso da ajuda de vocês, estou com o seguinte problema, meu chefe quer acessar as câmeras de casa, eu fiz de tudo e não consigo, temos o seguinte cenário: Firewall/proxy como compartilhamento de internet ou seja antes da rede obtendo duas placa de rede eth0 e eth1, com distribuição a centos segue abaixo as configurações de Firewall;
#CONFIGURAÇÕES DE REDE (IP PUBLICO)
eth0 Link encap:Ethernet HWaddr 14:DA:E9:F2:C2:D2
inet addr:177.xxx.xxx.xx Bcast:177.220.157.39 Mask:xxx.xxx.xxx.xxx
inet6 addr: fe80::16da:e9ff:fef2:c2d2/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:28666945 errors:0 dropped:0 overruns:0 frame:0
TX packets:22397909 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2694412168 (2.5 GiB) TX bytes:3428488259 (3.1 GiB)
eth1 Link encap:Ethernet HWaddr 00:08:54:69:19:19
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::208:54ff:fe69:1919/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:77328687 errors:0 dropped:0 overruns:0 frame:0
TX packets:89380720 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3473957969 (3.2 GiB) TX bytes:1749822602 (1.6 GiB)
#CONFIGURAÇÕES DE REGRAS NAT
[root@FIBSER001 ti1]# iptables -t nat -vnL
Chain PREROUTING (policy ACCEPT 51250 packets, 3749K bytes)
pkts bytes target prot opt in out source destination
27175 1317K DNAT tcp -- eth0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:3389 to:192.168.0.251:3389
292K 17M DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 to:192.168.0.1:3128
717 33032 DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:8080 to:192.168.0.1:3128
40728 2170K DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:443 to:192.168.0.1:3128
173 7640 DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:8081 to:192.168.0.1:3128
0 0 DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:8080 to:192.168.0.1:3128
55 2568 DNAT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:21 to:192.168.0.1:3128
# IP DAS CÂMERAS 192.168.0.163
PORTA REMOTA:9013
PORTA HTTP: 80
tente as seguinte regras;
iptables -t nat -A PREROUTING -p udp -i eth0 --dport 9013 -j DNAT --to 192.168.0.163
iptables -t nat -A POSTROUTING -d 192.168.0.163 -j SNAT --to 192.168.0.1