Ok so I'm new here and I think this is the right area to post this, so here it is.
I'm trying to forward my ports into my network for a program. I've been trying to get this going and following all kinds of tutorials and hints all over the net but to no avail.
So basicly I need a port, both udp and tcp into my network. I have mainly factory settings (except those that would be a security issue) and I've added:
Quote:
access-list outside_access_in permit tcp any interface outside eq *****
access-list outside_access_in permit udp any interface outside eq *****
static (inside,outside) tcp 192.168.1.11 ***** 10.200.0.0 ***** netmask 255.255.255.255 0 0
static (inside,outside) udp 192.168.1.11 ***** 10.200.0.0 ***** netmask 255.255.255.255 0 0
access-group outside_access_in in interface outside
|
I've tested from the outside of my firewall and my modem is doing everything right. It's just the PIX.
On that note I'd also like to know how to forward on tftp(69) connections so I can tftp my modem from behind the PIX. I'm sure if we figure this first one out this will be apparent.
If you need more info please ask.
Thankyou