Originally posted by: spidey07
You could always call cisco. Their support is pretty good. The web site has just about everything you would ever want to know and do with cisco gear as well.
what's causing you trouble? nat, conduits, routing, VPN, crypto-maps, ACLs?
I have a web server inside a DMZ and an FTP server on the inside interface...and I can't get the web server to see the FTP server. My config is:
ip address outside 62.3.2.162 255.255.255.224
ip address inside 192.168.3.1 255.255.255.0
ip address dmz 192.168.2.1 255.255.255.0
global (outside) 1 62.3.2.171-62.3.2.189 netmask 255.255.255.224
global (outside) 1 62.3.2.190 netmask 255.255.255.224
global (dmz) 1 192.168.2.10-192.168.2.11 netmask 255.255.255.0
global (dmz) 1 192.168.2.254 netmask 255.255.255.0
nat (inside) 1 192.168.3.0 255.255.255.0 0 0
static (inside,dmz) 192.168.2.10 192.168.3.4 netmask 255.255.255.255 0 0
conduit permit tcp host 192.168.3.4 eq ftp any
The web server is on the DMZ at address 192.168.2.10 and the FTP server is on the inside interface at 192.168.3.4. I figured if I had setup the static route between them, and then a conduit to allow traffic on the ftp port, everything should be cool. Well, it just doesn't work.
p.s. Those are just the pertinent parts of the config anyways. I can post the whole thing if need be.