560
Views
0
Helpful
1
Replies
port forwarding ranges in ios
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2007 08:00 PM - edited 03-05-2019 06:05 PM
Is this possible? for example, i want to forward udp 16000-16500 to an internal IP on my soho 871 for voip. I can't find any info on IOS range port forwarding.
Thanks!
Labels:
- Labels:
-
Other Switching
1 Reply 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2007 10:37 AM
I guess you should be able to configure the udp packets to internal IP using this command.
ip nat inside source static udp 10.1.1.1 443 192.168.1.1 443 ext
