Hello Experts
the following is my PIX 515E configuration,
as I had problems before getting the pix to work when I wanted to put it in place and lost many work hours through that, i'm kindly asking you to take a look at the config, and tell me if this will work the way expected, or if i'm far of from the right solution.
DMZ to Outside I don't want NAT/PAT, but i want to use public IPs on the DMZ.
The Accesslists currently permit any host to access HTTP (port 80) and SSH (port22) on any host on the DMZ.
The Outside network is a /30 transfernetwork, xxx.xxx.222.184/30
The DMZ network:
xxx.xxx.222.226/27
The INSIDE Network:
192.168.0.0/24
Thanks in advance for your time and your valued input.
Emanuel
emanuel@xconnect.ch
the following is my PIX 515E configuration,
as I had problems before getting the pix to work when I wanted to put it in place and lost many work hours through that, i'm kindly asking you to take a look at the config, and tell me if this will work the way expected, or if i'm far of from the right solution.
DMZ to Outside I don't want NAT/PAT, but i want to use public IPs on the DMZ.
The Accesslists currently permit any host to access HTTP (port 80) and SSH (port22) on any host on the DMZ.
The Outside network is a /30 transfernetwork, xxx.xxx.222.184/30
The DMZ network:
xxx.xxx.222.226/27
The INSIDE Network:
192.168.0.0/24
Thanks in advance for your time and your valued input.
Emanuel
emanuel@xconnect.ch
Code:
PIX Version 6.1(4)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 DMZ security10
hostname pix
domain-name test.org
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 1720
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
names
name xxx.xxx.222.229 jabber.test
name xxx.xxx.222.228 rodan.test
name xxx.xxx.222.227 ftp.test
name xxx.xxx.222.239 musik.cust
name xxx.xxx.222.238 teleboy.test
name xxx.xxx.222.237 tv.test
name xxx.xxx.222.236 media.test
name xxx.xxx.222.235 gateway.test
name xxx.xxx.222.234 backoffice
name xxx.xxx.222.233 test.org
name xxx.xxx.222.232 jabber.dnc
name xxx.xxx.222.231 platon.clubgirl
name xxx.xxx.222.230 grendel.test
name xxx.xxx.222.246 wap1.machine.ch
name xxx.xxx.222.245 platon2.test
name xxx.xxx.222.244 platon.test
name xxx.xxx.222.243 cine.cust
name xxx.xxx.222.242 tv.cust
name xxx.xxx.222.241 kino.cust
name xxx.xxx.222.240 games.cust
name xxx.xxx.222.252 floating
name xxx.xxx.222.251 grendel2.test
name xxx.xxx.222.250 src.kino
name xxx.xxx.222.249 src.machine
name xxx.xxx.222.248 mate.test.ch
name xxx.xxx.222.247 wap.machine
name xxx.xxx.222.253 floating2
access-list outside_access_in permit tcp any any eq www
access-list outside_access_in permit tcp any any eq 22
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto
mtu outside 1500
mtu inside 1500
mtu DMZ 1500
ip address outside xxx.xxx.222.186 255.255.255.252
ip address inside 192.168.0.1 255.255.255.0
ip address DMZ xxx.xxx.222.226 255.255.255.224
ip audit info action alarm
ip audit attack action alarm
pdm location 192.168.0.2 255.255.255.255 inside
pdm location 192.168.0.3 255.255.255.255 inside
pdm location ftp.test 255.255.255.255 DMZ
pdm location rodan.test 255.255.255.255 DMZ
pdm location jabber.test 255.255.255.255 DMZ
pdm location grendel.test 255.255.255.255 DMZ
pdm location platon.clubgirl 255.255.255.255 DMZ
pdm location jabber.dnc 255.255.255.255 DMZ
pdm location test.ch 255.255.255.255 DMZ
pdm location backoffice 255.255.255.255 DMZ
pdm location gateway.test 255.255.255.255 DMZ
pdm location media.test 255.255.255.255 DMZ
pdm location tv.test 255.255.255.255 DMZ
pdm location teleboy.test 255.255.255.255 DMZ
pdm location musik.cust 255.255.255.255 DMZ
pdm location games.cust 255.255.255.255 DMZ
pdm location kino.cust 255.255.255.255 DMZ
pdm location tv.cust 255.255.255.255 DMZ
pdm location cine.cust 255.255.255.255 DMZ
pdm location platon.test 255.255.255.255 DMZ
pdm location platon2.test 255.255.255.255 DMZ
pdm location wap1.machine.ch 255.255.255.255 DMZ
pdm location wap.cinemachine 255.255.255.255 DMZ
pdm location mate.test.ch 255.255.255.255 DMZ
pdm location src.machine 255.255.255.255 DMZ
pdm location src.kino 255.255.255.255 DMZ
pdm location grendel2.test 255.255.255.255 DMZ
pdm location floating 255.255.255.255 DMZ
pdm location floating2 255.255.255.255 DMZ
pdm history enable
arp timeout 14400
global (DMZ) 1 ftp.test-floating2
nat (inside) 0 0.0.0.0 0.0.0.0 0 0
nat (DMZ) 0 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 xxx.xxx.222.185 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 0:05:00 si
p 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
http server enable
http 192.168.0.2 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
no sysopt route dnat
telnet timeout 5
ssh timeout 5