Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am currently still strengthening my networking skills since I just got my CCNA. Currently I have a device that is using Audio over IP concepts. According to the documentation it uses Port 80 TCP (GUI-Management), and Port 655 TCP/UDP. With this de...
So in other words, My NAT should look similar to this access list: permit tcp (source address) public_ip eq 80 (destination address) my_device_ip port 6300permit udp (source address) public_ip eq 655 (destination address) my_device_ip port 6301 This ...