mbarrett03
MIS
Hi, posted here a few weeks ago, followed advice in some responses and still no luck. Clearly I am firewall ignorent. Here's what I'm trying to do, although after reading many sample configs I'm beginning to think I need more public IPs.
Internet 68.xx.38.250 & 68.xx.38.250
|
PIX 68.xx.38.250 (outside)
| 192.168.1.1 (inside)
|
Internal Network
(web server 1 is 192.168.1.5
web server 2 is 192.168.1.6
router is 192.168.1.3)
So I have 2 public IP's, both of which have DNS entries with Network Solution for WWW. On the inside I have 2 web servers, one for each public IP. The kicker is that I also have a wireless router that I want to be able to have access to the internet.
I'm pretty sure I need to use something like
static(inside, outside) tcp interface www 255.255.255.255 0 0
static(inside, outside) tcp 68.xx.38.250 255.255.255.255 0 0
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
That should take care of web traffic but it doesn't. Haven't even tried plugging the router in yet. Probably should be an access-list in there too.
Can I have 2 webservers, and one router behind my pix which has its enternal interface bound to one of the two public IP's.
Please help! (and sorry for posting the same question twice.)
Internet 68.xx.38.250 & 68.xx.38.250
|
PIX 68.xx.38.250 (outside)
| 192.168.1.1 (inside)
|
Internal Network
(web server 1 is 192.168.1.5
web server 2 is 192.168.1.6
router is 192.168.1.3)
So I have 2 public IP's, both of which have DNS entries with Network Solution for WWW. On the inside I have 2 web servers, one for each public IP. The kicker is that I also have a wireless router that I want to be able to have access to the internet.
I'm pretty sure I need to use something like
static(inside, outside) tcp interface www 255.255.255.255 0 0
static(inside, outside) tcp 68.xx.38.250 255.255.255.255 0 0
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
That should take care of web traffic but it doesn't. Haven't even tried plugging the router in yet. Probably should be an access-list in there too.
Can I have 2 webservers, and one router behind my pix which has its enternal interface bound to one of the two public IP's.
Please help! (and sorry for posting the same question twice.)