We have a Cisco 2811(IOS 12.4) series router which also serves as our firewall to the outside world, one of our PC's internally needs for the ports to work both ways for a P2P application we use to move and retrieve large amounts of data on the internet, this app is only partially working and indicates the firewall is still the issue
Using external sites such as auditmypc.com and a couple other to test if the ports are open indicates they are not open, TCP 42087, and UDP 41976, if the ports are open then everything should work fine.
The internal private IP is 10.10.10.30
Below is the entry in the router config which should work, according to what we've researched, are we missing anything here? Not tying it to a specific public IP address as that changes since we only have a business cable internet ISP service and will not be purchasing a static IP.
ip nat inside source static tcp 10.10.10.30 42087 int FA0/1 42087
ip nat inside source static udp 10.10.10.30 41976 int FA0/1 41976
Thanks In Advance
"I'm certifiable, not certified. It just means my answers are from experience...not a book
Using external sites such as auditmypc.com and a couple other to test if the ports are open indicates they are not open, TCP 42087, and UDP 41976, if the ports are open then everything should work fine.
The internal private IP is 10.10.10.30
Below is the entry in the router config which should work, according to what we've researched, are we missing anything here? Not tying it to a specific public IP address as that changes since we only have a business cable internet ISP service and will not be purchasing a static IP.
ip nat inside source static tcp 10.10.10.30 42087 int FA0/1 42087
ip nat inside source static udp 10.10.10.30 41976 int FA0/1 41976
Thanks In Advance
"I'm certifiable, not certified. It just means my answers are from experience...not a book