CertifiedNut
Technical User
Hi All,
i'm back with another issue with my PIX. Having had a lot of help in the past, i thought i'd have a crack at setting up a Bridgeend server on my PIX 515E which has and installed DMX interface. However, having studied many of the articles for the web and especially d=from Cisco, it would seem that this is not as straihgt forward as it first looked. As the firewall is live at present and supports VPN's I don't ant to go wadeing in with chancey configs a knock out other things. Please see the config below and can you tell me why i cant see the DMZ Server??
PIX Version 6.3(1)
interface ethernet0 auto
interface ethernet1 100full
interface ethernet2 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz_int security50
enable password xxxxxxxxxxxxx encrypted
passwd xxxxxxxxxxxx encrypted
hostname xxxxxxxxxxxx
domain-name xxxxxxxxxxxx
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol ils 389
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
names
object-group service group1 udp
port-object range 27950 27965
object-group service HTTPPorts tcp
port-object range port-object eq www
port-object eq https
port-object range 8080 8080
port-object range 81 81
access-list inside_access_in permit tcp host 10.0.10.242 eq smtp any
access-list inside_access_in permit ip any any
access-list smtp permit tcp any interface outside eq smtp
access-list outside_access_in permit tcp any host xx.xx.xx.254 eq smtp
access-list outside_access_in permit tcp any host 20.0.20.10 eq www
access-list no_nat permit ip 192.168.10.0 255.255.255.0 192.168.253.0 255.255.255.0
access-list no_nat permit ip 10.0.10.0 255.255.255.0 192.168.253.0 255.255.255.0
access-list l2lvpn permit ip 192.168.10.0 255.255.255.0 192.168.253.0 255.255.255.0
access-list l2lvpn permit ip 10.0.10.0 255.255.255.0 192.168.253.0 255.255.255.0
pager lines 24
logging on
logging timestamp
logging buffered alerts
logging trap alerts
mtu outside 1500
mtu inside 1500
mtu dmz_int 1500
ip address outside xx.xx.xx.254 255.255.255.240
ip address inside 10.0.10.252 255.255.255.0
ip address dmz_int 20.0.20.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool VPNPool 192.168.253.1-192.168.253.254
pdm location 10.0.10.0 255.255.255.0 inside
pdm location 10.0.10.11 255.255.255.255 inside
pdm location 20.0.20.10 255.255.255.255 dmz_int
pdm history enable
arp timeout 14400
global (outside) 10 interface
global (dmz_int) 200 20.0.20.50-20.0.20.70 netmask 255.255.255.0
nat (inside) 0 access-list no_nat
nat (inside) 10 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp xx.xx.xx.254 smtp 10.0.10.242 smtp netmask 255.255.255.255 0 0
static (dmz_int,inside) xx.xx.xx.243 20.0.20.10 netmask 255.255.255.255 0 0
static (dmz_int,outside) 20.0.20.10 20.0.20.10 netmask 255.255.255.255 0 0
access-group outside_access_in in interface outside
access-group inside_access_in in interface inside
route outside 0.0.0.0 0.0.0.0 xx.xx.xx.241 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 10.0.10.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set 3DES esp-3des esp-sha-hmac
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto dynamic-map map2 10 set transform-set 3DES
crypto map map1 40 ipsec-isakmp dynamic map2
crypto map map1 client authentication LOCAL
crypto map map1 interface outside
isakmp enable outside
isakmp identity address
isakmp nat-traversal 20
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
isakmp policy 30 authentication pre-share
isakmp policy 30 encryption 3des
isakmp policy 30 hash md5
isakmp policy 30 group 2
isakmp policy 30 lifetime 86400
vpngroup xxxxxxxxxxxx address-pool VPNPool
vpngroup xxxxxxxxxxxx dns-server 10.0.10.11
vpngroup xxxxxxxxxxxx wins-server 10.0.10.11
vpngroup xxxxxxxxxxxx default-domain xxxxxxxxxxxx
vpngroup xxxxxxxxxxxx idle-time 1800
vpngroup xxxxxxxxxxxx password ********
telnet 10.0.10.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
terminal width 80
Cryptochecksum: xxxxxxxxxxxx
: end
I'm trying to get the bridgehead server (BHS) which has the ip of 20.0.20.10 on the DMZ (DMZ interface address of 20.0.20.1) to been seen by the outside world on port 80 or HTTP. I have an external IP allocated to the traffic for the Bridge server of xx.xx.xx.243, but it seems not to be ported through the firewall (having spoken to the ISP I'm still not sure what they mean) How do i make this address seen in the outside world and connect throught the PIX to get to the BHS.
Secondly, the BHS has to g=be able to get through to the backend EXCH, but i'd settle for access to the BHS from the web to start with.
Your thoughts, help, etc would, as always, be much appreciated.
Rick
i'm back with another issue with my PIX. Having had a lot of help in the past, i thought i'd have a crack at setting up a Bridgeend server on my PIX 515E which has and installed DMX interface. However, having studied many of the articles for the web and especially d=from Cisco, it would seem that this is not as straihgt forward as it first looked. As the firewall is live at present and supports VPN's I don't ant to go wadeing in with chancey configs a knock out other things. Please see the config below and can you tell me why i cant see the DMZ Server??
PIX Version 6.3(1)
interface ethernet0 auto
interface ethernet1 100full
interface ethernet2 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz_int security50
enable password xxxxxxxxxxxxx encrypted
passwd xxxxxxxxxxxx encrypted
hostname xxxxxxxxxxxx
domain-name xxxxxxxxxxxx
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol ils 389
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
names
object-group service group1 udp
port-object range 27950 27965
object-group service HTTPPorts tcp
port-object range port-object eq www
port-object eq https
port-object range 8080 8080
port-object range 81 81
access-list inside_access_in permit tcp host 10.0.10.242 eq smtp any
access-list inside_access_in permit ip any any
access-list smtp permit tcp any interface outside eq smtp
access-list outside_access_in permit tcp any host xx.xx.xx.254 eq smtp
access-list outside_access_in permit tcp any host 20.0.20.10 eq www
access-list no_nat permit ip 192.168.10.0 255.255.255.0 192.168.253.0 255.255.255.0
access-list no_nat permit ip 10.0.10.0 255.255.255.0 192.168.253.0 255.255.255.0
access-list l2lvpn permit ip 192.168.10.0 255.255.255.0 192.168.253.0 255.255.255.0
access-list l2lvpn permit ip 10.0.10.0 255.255.255.0 192.168.253.0 255.255.255.0
pager lines 24
logging on
logging timestamp
logging buffered alerts
logging trap alerts
mtu outside 1500
mtu inside 1500
mtu dmz_int 1500
ip address outside xx.xx.xx.254 255.255.255.240
ip address inside 10.0.10.252 255.255.255.0
ip address dmz_int 20.0.20.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool VPNPool 192.168.253.1-192.168.253.254
pdm location 10.0.10.0 255.255.255.0 inside
pdm location 10.0.10.11 255.255.255.255 inside
pdm location 20.0.20.10 255.255.255.255 dmz_int
pdm history enable
arp timeout 14400
global (outside) 10 interface
global (dmz_int) 200 20.0.20.50-20.0.20.70 netmask 255.255.255.0
nat (inside) 0 access-list no_nat
nat (inside) 10 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp xx.xx.xx.254 smtp 10.0.10.242 smtp netmask 255.255.255.255 0 0
static (dmz_int,inside) xx.xx.xx.243 20.0.20.10 netmask 255.255.255.255 0 0
static (dmz_int,outside) 20.0.20.10 20.0.20.10 netmask 255.255.255.255 0 0
access-group outside_access_in in interface outside
access-group inside_access_in in interface inside
route outside 0.0.0.0 0.0.0.0 xx.xx.xx.241 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 10.0.10.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set 3DES esp-3des esp-sha-hmac
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto dynamic-map map2 10 set transform-set 3DES
crypto map map1 40 ipsec-isakmp dynamic map2
crypto map map1 client authentication LOCAL
crypto map map1 interface outside
isakmp enable outside
isakmp identity address
isakmp nat-traversal 20
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
isakmp policy 30 authentication pre-share
isakmp policy 30 encryption 3des
isakmp policy 30 hash md5
isakmp policy 30 group 2
isakmp policy 30 lifetime 86400
vpngroup xxxxxxxxxxxx address-pool VPNPool
vpngroup xxxxxxxxxxxx dns-server 10.0.10.11
vpngroup xxxxxxxxxxxx wins-server 10.0.10.11
vpngroup xxxxxxxxxxxx default-domain xxxxxxxxxxxx
vpngroup xxxxxxxxxxxx idle-time 1800
vpngroup xxxxxxxxxxxx password ********
telnet 10.0.10.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
terminal width 80
Cryptochecksum: xxxxxxxxxxxx
: end
I'm trying to get the bridgehead server (BHS) which has the ip of 20.0.20.10 on the DMZ (DMZ interface address of 20.0.20.1) to been seen by the outside world on port 80 or HTTP. I have an external IP allocated to the traffic for the Bridge server of xx.xx.xx.243, but it seems not to be ported through the firewall (having spoken to the ISP I'm still not sure what they mean) How do i make this address seen in the outside world and connect throught the PIX to get to the BHS.
Secondly, the BHS has to g=be able to get through to the backend EXCH, but i'd settle for access to the BHS from the web to start with.
Your thoughts, help, etc would, as always, be much appreciated.
Rick