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!

Routing question for DMZ

Status
Not open for further replies.

TalentedFool

Programmer
Joined
Jul 23, 2001
Messages
214
Location
GB

I want my FTP server which is sitting in my DMZ (connected to my pix) to have a public address of xxx.yyy.7.230

I'm NATing on my firewall from 10.200.1.2 to 198.168.1.5 so that I can hit the inside interface of my router and then NATing that on the router from 198.168.1.5 to the outside address of xxx.yyy.7.230. I can get out onto the internet from my FTP server eg - ftp to another server on the net but when I try the other way - ftp xxx.yyy.7.230 I can't get onto my FTP server!

on the router I've got

ip nat inside source static 198.168.1.5 xxx.yyy.7.230

am I missing something? Maybe a ip route command ?



~ Remember - Nothing is Fool Proof to a Talented Fool ~
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top