Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple protocols different servers

Status
Not open for further replies.

pgri

IS-IT--Management
Nov 20, 2001
3
US
I'm new to Cisco and have a fairly basic question.

We have a Pix 515 (6.3(3)). We have one external IP address and two servers behind the firewall. Can we direct SMTP traffic to one server (192.168.168.100) and HTTP traffic to the other server (192.168.168.200) without using another external IP address? If so, how?

Thanks
 
Cetainly, just use the static command for it. I am assuming that the address is the one you are using for the PIX outside interface as well ? if not replace the "interface" with the official ip adr.

Syntax would be :

mail server :
static (inside,outside) tcp interface smtp 192.168.168.100 smtp netmask 255.255.255.255

web server
static (inside,outside) tcp interface http 192.168.168.200 http netmask 255.255.255.255

Jan


Network Systems Engineer
CCNA/CQS/CCSP/Infosec
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top