AGonzaga330
MIS
ok here is what I want to achieve. This has been two weeks already and I hate procrastinating. But thanks for the helpful users on this forum that I think I've come up with the answer.
I want to access my network at home from work so I can work here and home I'm sure everyone here does this and understand what I'm trying to achieve. So lets pretend my company's outside IP address is 192.168.0.1 and my outside address on my PIX 506 is 192.168.1.1
This is how I configured it at home.
I want to open ports for the following services
VNC: 5901
Pc Anywhere: 5631
Remote Desktop: 3389
Access-list RulesForOutside permit tcp host 192.168.0.1 any eq 5901
Access-list RulesForOutside permit tcp host 192.168.0.1 any eq 5631
Access-list RulesForOutside permit tcp host 192.168.0.1 any eq 3389
Access-list RulesforOutside permit ip any any
Access-group RulesforOutside in interface outside
Now that access-list is configured I need to port forward my outside address 192.168.0.1 to my internal NAT which is on a 10.31.0.0 subnet
Static (inside,outside) tcp interface 5901 10.31.0.0 5901
Static (inside,outside) tcp interface 5631 10.31.0.0 5631
Static (inside,outside) tcp interface 3389 10.31.0.0 3389
So there it is. I'm really new at this so if I'm doing anything wrong please tell me. Thank you for your assistance.
Oh and by the way if anyone is wondering why not just configure VPN. Yes I will do that eventually, but I want to know how configure this first.
I will work on VPN soon, but that might take another week or so.
Thanks again.
AG
I want to access my network at home from work so I can work here and home I'm sure everyone here does this and understand what I'm trying to achieve. So lets pretend my company's outside IP address is 192.168.0.1 and my outside address on my PIX 506 is 192.168.1.1
This is how I configured it at home.
I want to open ports for the following services
VNC: 5901
Pc Anywhere: 5631
Remote Desktop: 3389
Access-list RulesForOutside permit tcp host 192.168.0.1 any eq 5901
Access-list RulesForOutside permit tcp host 192.168.0.1 any eq 5631
Access-list RulesForOutside permit tcp host 192.168.0.1 any eq 3389
Access-list RulesforOutside permit ip any any
Access-group RulesforOutside in interface outside
Now that access-list is configured I need to port forward my outside address 192.168.0.1 to my internal NAT which is on a 10.31.0.0 subnet
Static (inside,outside) tcp interface 5901 10.31.0.0 5901
Static (inside,outside) tcp interface 5631 10.31.0.0 5631
Static (inside,outside) tcp interface 3389 10.31.0.0 3389
So there it is. I'm really new at this so if I'm doing anything wrong please tell me. Thank you for your assistance.
Oh and by the way if anyone is wondering why not just configure VPN. Yes I will do that eventually, but I want to know how configure this first.
I will work on VPN soon, but that might take another week or so.
Thanks again.
AG