08-07-2003 03:45 AM - edited 02-20-2020 10:55 PM
Hi,
What would be thebest way to configure a pix 501 to work with a cable modem the ISP provides a heartbeat and authentication service that periodically checks in from PC this is similar to the roadrunner service that run on some cable NW in the states from what i gather the app authenticates to ISP on port 50xxx
If i set the outside interface to Dhcp as no static ip's available and inside to 10.1.1.1 net will I be able to do a static
nat from internal host 10.1.1.25 to outside int or would pat be a better option suggestion appreciated.
thankyou
Allan
08-07-2003 06:12 AM
I doubt the pix will work in such a configuration - it supports PPPoE, and that is it. There is no support for any proprietary authentication method. If the auth software can be run on an internal pc however, there may be hope - you need to do PAT as you will likely only have one IP address, but you could statically forward the port to an internal machine :
static (inside, outside) tcp interface 5000 10.10.10.10 5000 netmask 255.255.255.255
would statically forward tcp port 5000 from the dynamic global ip on the outside of the pix to tcp port 5000 on the inside host 10.10.10.10
08-14-2003 11:02 AM
In addition to that statement you need an access list that will allow the traffic in.
access-list acl_out permit tcp any any eq 5000
access-group acl_out in interface outside
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