Thanks Ahmed
Below you find the configuration I had before I changed the webserver
to 192.168.20.X. It still don't understand why I cant't resolve this
problem.
Regards,
Ben
PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password XXXXXXXXXXXXXXXXX encrypted
passwd XXXXXXXXXXXXXXX encrypted
hostname PIX
domain-name any.com
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol pptp 1723
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
name 80.XXX.XXX.2 webaddress
name 192.168.20.5 web_mail_server
name 80.XXX.XXX.5 voip_public
access-list outside_access_in permit tcp any host voip_public eq 5060
access-list outside_access_in permit tcp any host voip_public range
10000 20000
access-list outside_access_in permit tcp any host webaddress eq www
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 80.XXX.XXX.6 255.255.255.248
ip address inside 192.168.10.1 255.255.0.0
ip audit info action alarm
ip audit attack action alarm
pdm location 192.168.10.30 255.255.255.255 inside
pdm location 192.168.10.5 255.255.255.255 inside
pdm location 192.168.10.96 255.255.255.224 outside
pdm location 192.168.10.15 255.255.255.255 inside
pdm location 192.168.10.105 255.255.255.255 inside
pdm location 192.168.10.14 255.255.255.255 inside
pdm location webaddress 255.255.255.255 outside
pdm location 192.168.10.20 255.255.255.255 inside
pdm location 192.168.10.0 255.255.255.0 inside
pdm location web_mail_server 255.255.255.255 inside
pdm location 192.168.20.20 255.255.255.255 inside
pdm location voip_public 255.255.255.255 inside
pdm history enable
arp timeout 14400
global (outside) 10 80.XXX.XXX.3
nat (inside) 10 192.168.10.0 255.255.255.0 0 0
static (inside,outside) voip_public 192.168.20.20 netmask
255.255.255.255 0 0
static (inside,outside) webaddress web_mail_server netmask
255.255.255.255 0 0
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 80.XXX.XXX.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225
1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server LOCAL protocol local
http server enable
http 192.168.10.30 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-pptp
telnet XXX.XXX.XXX.xXX 255.255.255.255 inside
telnet timeout 5
ssh timeout 5
console timeout 0
vpdn username XXXXXXXXXXXXX password *********
vpdn enable outside
dhcpd address 192.168.10.33-192.168.10.59 inside
dhcpd dns 80.254.161.126 80.254.161.125
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd enable inside
terminal width 80
(Ahmed Basar) wrote in message news:< om>...
> Your inside network is 192.168.10.X and your internal web-site is on
> different network which is 192.168.20.x., try mapping your internal Ip
> 192.168.10.20 to the external network IP address of 80.X.x.x.
>
> Thanks
> Ahmed Basar
> CCNP, CCNA
>
> (Ben Bosshardt) wrote in message news:<. com>...
> > After some hints out of this newsgroup, I reconfigured my firewall and
> > came up with the settings below. For some reason it is still
> > impossible to reach my webserver from outside on 80.XXX.XXX.2 which is
> > static on 192.168.20.5. Can anyone spot the mistake I made right away?
> >
> > Thanks for your help
> > Ben
> >
> >
> >
> > PIX Version 6.3(3)
> > interface ethernet0 auto
> > interface ethernet1 auto
> > nameif ethernet0 outside security0
> > nameif ethernet1 inside security100
> > enable password XXXXXXXXXXXXXXXXX encrypted
> > passwd XXXXXXXXXXXXXXX encrypted
> > hostname PIX
> > domain-name any.com
> > fixup protocol dns maximum-length 512
> > fixup protocol ftp 21
> > fixup protocol h323 h225 1720
> > fixup protocol h323 ras 1718-1719
> > fixup protocol http 80
> > fixup protocol pptp 1723
> > fixup protocol rsh 514
> > fixup protocol rtsp 554
> > fixup protocol sip 5060
> > fixup protocol sip udp 5060
> > fixup protocol skinny 2000
> > fixup protocol smtp 25
> > fixup protocol sqlnet 1521
> > fixup protocol tftp 69
> > names
> > name 80.XXX.XXX.2 webaddress
> > name 192.168.20.5 web_mail_server
> > name 80.XXX.XXX.5 voip_public
> > access-list outside_access_in permit tcp any host voip_public eq 5060
> > access-list outside_access_in permit tcp any host voip_public range
> > 10000 20000
> > access-list outside_access_in permit tcp any host webaddress eq www
> > pager lines 24
> > mtu outside 1500
> > mtu inside 1500
> > ip address outside 80.XXX.XXX.6 255.255.255.248
> > ip address inside 192.168.10.1 255.255.0.0
> > ip audit info action alarm
> > ip audit attack action alarm
> > pdm location 192.168.10.30 255.255.255.255 inside
> > pdm location 192.168.10.5 255.255.255.255 inside
> > pdm location 192.168.10.96 255.255.255.224 outside
> > pdm location 192.168.10.15 255.255.255.255 inside
> > pdm location 192.168.10.105 255.255.255.255 inside
> > pdm location 192.168.10.14 255.255.255.255 inside
> > pdm location webaddress 255.255.255.255 outside
> > pdm location 192.168.10.20 255.255.255.255 inside
> > pdm location 192.168.10.0 255.255.255.0 inside
> > pdm location web_mail_server 255.255.255.255 inside
> > pdm location 192.168.20.20 255.255.255.255 inside
> > pdm location voip_public 255.255.255.255 inside
> > pdm history enable
> > arp timeout 14400
> > global (outside) 10 80.XXX.XXX.3
> > nat (inside) 10 192.168.10.0 255.255.255.0 0 0
> > static (inside,outside) voip_public 192.168.20.20 netmask
> > 255.255.255.255 0 0
> > static (inside,outside) webaddress web_mail_server netmask
> > 255.255.255.255 0 0
> > access-group outside_access_in in interface outside
> > route outside 0.0.0.0 0.0.0.0 80.XXX.XXX.1 1
> > timeout xlate 3:00:00
> > timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225
> > 1:00:00
> > timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
> > timeout uauth 0:05:00 absolute
> > aaa-server TACACS+ protocol tacacs+
> > aaa-server RADIUS protocol radius
> > aaa-server LOCAL protocol local
> > http server enable
> > http 192.168.10.30 255.255.255.255 inside
> > no snmp-server location
> > no snmp-server contact
> > snmp-server community public
> > no snmp-server enable traps
> > floodguard enable
> > sysopt connection permit-pptp
> > telnet XXX.XXX.XXX.xXX 255.255.255.255 inside
> > telnet timeout 5
> > ssh timeout 5
> > console timeout 0
> > vpdn username XXXXXXXXXXXXX password *********
> > vpdn enable outside
> > dhcpd address 192.168.10.33-192.168.10.59 inside
> > dhcpd dns 80.254.161.126 80.254.161.125
> > dhcpd lease 3600
> > dhcpd ping_timeout 750
> > dhcpd enable inside
> > terminal width 80