Hallo Zusammen,
ich versuche krampfhaft auf besagten Router ein Simples Static NAT Forwarding einzurichten. Komme aber leider nicht weiter. Ich habe inzwischen das Gefühl das es was ganz doofes ist ich aber nicht drauf komme.
Weitergeleitet werden soll TCP Port:2000 auf den Server 10.10.10.253
In der aktuellen Config sieht die NAT Tabelle so aus:
INET_GW#show ip nat translations
Pro Inside global Inside local Outside local Outside global
tcp 88.77.51.165:1723 10.10.10.253:1723 --- ---
Ein Ping und Telnet auf den Port im LAN vom Router
INET_GW#ping 10.10.10.253
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.10.10.253, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/4/8 ms
INET_GW#telnet 10.10.10.253 2000
Trying 10.10.10.253, 2000 ... Open
HTTP/1.0 302 Moved
RAKeepAliveHeader: ..
Content-Type: text/html; charset=windows-1252
Last-Modified: Mon, 05 Oct 2009 18:39:54 GMT
Date: Mon, 05 Oct 2009 18:39:54 GMT
Cache-Control: must-revalidate, max-age=0
Connection: close
X-RemotelyAnywhere-Expired: true
Location: /login/login.vcgi?rnid=2239179036
Set-Cookie: RAGLSID_PADEKR02=18356644006447267936; path=/;
Moved.
[Connection to 10.10.10.253 closed by foreign host]
Ich deute mal hieraus das die Verbindung innerhalb des LAN OK ist nun das gleiche von der WAN Seite
INET_GW#ping 88.77.51.165
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 88.77.51.165, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/20/24 ms
INET_GW#telnet 88.77.51.165 2000
Trying 88.77.51.165, 2000 ...
% Connection timed out; remote host not responding
Und hier sieht es nicht so toll aus.
Anbei nochmal die Accesslisten:
INET_GW#show ip access-lists
Standard IP access list 5 - LINE Access List
10 deny 10.10.10.4
20 permit 10.10.10.0, wildcard bits 0.0.0.255 (2 matches)
30 deny any
Extended IP access list 102 - NAT ACCESS LIST
10 permit ip any any (992 matches)
Extended IP access list 105 - WAN Interface IN Access List
10 deny tcp any any eq www
20 deny tcp any any eq telnet
30 deny tcp any any eq 443
40 deny tcp any any eq 22
50 permit ip any any (10960 matches)
Ein Wireshark auf dem Server lässt darauf schliessen das die Anfragen überhaupt nicht beim Server ankommen.
Auch debug ip nat translation zeigt keinerlei Anfragen auf diesen Port an.
Hat jemand eine Idee was das Problem sein könnte ?
Vielen Dank