khaledeshah
ISP
I have a more than one server machines (mail, web,cache ..) & each machine has 2 different ip addresses from adifferent subnets eg 233.34.26.0 & 63.240.5.0
I want to put them behind a CISCO PIX515 firewall & I want to give these servers a different ip numbers from a third different subnet eg 35.237.3.0 & cancel the old 2 ip addresses but that will take a time coz my customers still know only the old 2 ip addresses or one of them so I'm forced now to put these 3 ip addresses at that time till I told my customers to use the new ip address.
So I did this config. :
__________________
| _____________ |
| | | |
| | dmz2| |dmz1
INTERNET-------ROUTER------HUB------------PIX515-----SERVERS
outside inside
eg 233.34.26.2 router address
233.34.26.3 PIX's outside int address
192.168.1.3 PIX's inside int address
63.240.5.3 PIX's dmz1 int address
35.237.3.3 PIX's dmz2 int address
And I did a static :
static (inside.outside) 233.34.26.4 192.168.1.4 # server addresses
static (inside,dmz1) 63.240.5.4 192.168.1.4
static (inside,dmz2) 35.237.3.4 192.168.1.4
And I add the required access-list & access-group ..commands
I did the same thing for all servers.
But when I test this configuration by trying to connect to web server by one of the above ip addresses, only one of them respond.
so Why this happening & is what I did correct?
I want to put them behind a CISCO PIX515 firewall & I want to give these servers a different ip numbers from a third different subnet eg 35.237.3.0 & cancel the old 2 ip addresses but that will take a time coz my customers still know only the old 2 ip addresses or one of them so I'm forced now to put these 3 ip addresses at that time till I told my customers to use the new ip address.
So I did this config. :
__________________
| _____________ |
| | | |
| | dmz2| |dmz1
INTERNET-------ROUTER------HUB------------PIX515-----SERVERS
outside inside
eg 233.34.26.2 router address
233.34.26.3 PIX's outside int address
192.168.1.3 PIX's inside int address
63.240.5.3 PIX's dmz1 int address
35.237.3.3 PIX's dmz2 int address
And I did a static :
static (inside.outside) 233.34.26.4 192.168.1.4 # server addresses
static (inside,dmz1) 63.240.5.4 192.168.1.4
static (inside,dmz2) 35.237.3.4 192.168.1.4
And I add the required access-list & access-group ..commands
I did the same thing for all servers.
But when I test this configuration by trying to connect to web server by one of the above ip addresses, only one of them respond.
so Why this happening & is what I did correct?