12-04-2007 07:01 PM - edited 03-11-2019 04:38 AM
Greetings,
I have a device(s) on the outside of my network that I have to access from a specific ip:port on my network.
inside ip: 192.168.1.1
firewall ip inside 192.168.1.254
firewall outside: 172.25.25.25
i have to access device from 172.25.25.27:9000
device ip is public address
I am probably trying to make this to hard and confusing myself. Any help would be appreciated.
Running Pix535 v7.2(2)
12-04-2007 07:52 PM
static (inside,outside) 172.25.25.27 192.168.1.1
or
static (inside,outside) tcp 172.25.25.27 9000 192.168.1.1 9000
this assumes you're using TCP, not udp. change appropriately if you need to.
the first statement will translate port for port. ie, inside port 9000 is 'translated' to outside port 9000.
12-04-2007 08:09 PM
that is what i was thinking but my problem is that the app used to access this does not use a static port. could i use a route-map on a inside router before the firewall to fix this?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide