LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   cisco 2600 and UDP port forwarding (https://www.linuxquestions.org/questions/linux-networking-3/cisco-2600-and-udp-port-forwarding-929861/)

fritz001 02-17-2012 03:37 AM

cisco 2600 and UDP port forwarding
 
Helo,

I have some issue attempting to forward udp port 1194

so:

int fa0/0 _WAN_IP
ip nat outside

int fa0/10 _LAN_IP_
ip nat inside


ip nat inside source list 100 interface fa 0/0 overload

access-list 100 permit ip 192.168.100.0 0.0.0.255 any

ip nat inside source static udp 192.168.100.2 1194 _WAN_IP 1194
ip nat inside source static tcp 192.168.100.100 25 _WAN_IP 25


So forwarding of port 25 tcp is working.... but udp 1194 not at all
Firewall on VPN_server is down and openvpn is up


i was reading it may be a problem with forwarding udp ports but didn't understand what exactly I have to do....

jefro 02-17-2012 03:00 PM

Look at sho run for all the settings before you diag this.

Where did you see there was an issue?

fritz001 02-19-2012 03:37 PM

ha, it looks like it ws necessary a router reboot :D

and now on the other hand, how can be forwarded a UDP port range ?!!?!

like
UDP port range 21000 30000 192.168.100.20

UDP port range 40000 45000 192.168.100.45
??


All times are GMT -5. The time now is 06:46 PM.