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.
Hi everyonefirst of all I have to say I don't know pratically nothing of Cisco firewalls but I'm in the need to temporarily configure anold Pix 501, port forwarding the tcp 32976 (I need to test Neorouter software).This Pix has already set a port for...
Excuse for my late answer but at last i found where the iussue was.
I configured Pix with the following lines:
static (inside,outside) tcp 10.77.2.76 32976 192.168.0.1 32976 netmask 255.255.255.255 0 0access-list (fromout) permit tcp any any eq 32976...
on the outside interface there is only the optic fiber adapter that, I believe, has no nat rules.Aniway I'll try to speak with provider just to be sure and finally I'll post the answer.Thanks
port 3389 is correctly open, I tried to open the 32976, applying the command tou gave me for the 3389 port, with the following commands but it's still non openedstatic (inside,outside) tcp interface 32976 192.168.0.1 32976 netmask 255.255.255.255 0 0...
In attachment there is the complete configuration of pix that is now runnig with port 3389 opened for remote desktop so i guess the nat rules are right.
thank you for the answer but I already configured pix with the following lines without any profit.Am I missing something?static (inside,outside) tcp 10.77.2.76 32976 192.168.0.1 32976 netmask 255.255.255.255 0 0access-list (fromout) permit tcp any an...