That doesn't answer the question. I would like the boxes to have their own external ip addresses behind the firewall. Those IPs are dynamically assigned by my ISP. Is this possible, and how?
Main Topics
Browse All TopicsI have 3 computers which share the cable internet connection. I was wondering if my Cisco Pix 501 will be able to pass 3 dynamically assigned ips to my computers? The ISP will allow me to have up to 5 ip addresses at no extra cost. From what i see, i'll need 4. One for the pix itself, and one for the three boxes.
Is this possible to do with what i have?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Various reasoning. Two of the computers both listen on port 80 for example. Instead of changing the apache configs I'd rather they each have their own external address, being that I'm entitled to them. I am supposing this may be a pix-specific question, and perhaps I have asked it in the wrong area.
On my firewall, i can assign multiple public IP addressses to the external interface. From tehre I can do one2one NAT or port forwarding by IP.
so public IP x:80 forward to internal server A:80, and public IP y:80 forward to interanl server B:80
Thats How I deal with this and keep the network secure. If you need pix specific info try and repost... firewalls maybe the place to post if you know exactly what you want your pix to do.
Business Accounts
Answer for Membership
by: snoopy13Posted on 2004-08-17 at 12:43:44ID: 11824489
what you can do is apply one of the legal routable address from your ISP to the outside interface of you Pix and a private address to the inside and use the global command to get pat form the Pix and you could have as many PC's as you want. You will be able to do static translation for web server or mail server if you have one.
ip address outside 193.x.x.x 255.255.255.0 (provided by ISP)
ip address inside 192.168.100.0 255.255.255.0
nat (inside) 1 192.168.100.0 255.255.255.0 0 0
global (outside) 1 interface
route outside 0.0.0.0 0.0.0.0 193.x.x.x 1(next hop router, default gateway)