I have just installed a Pix515. My intention is to allow traffic to Exchange Server on inside of Pix. I want to allow all traffic for smtp, pop3, OWA (Http) for now until I setup certificates. I have no trouble with outbound traffic. I have set up a static translation to the Exchange Box on the Pix, and I am using Nat/Pat on the Pix.
Problem - - - - I can ping the Exchange machine from either interface on the router, but can not access it from any other outside source. I think the problem stems from the Nat statements on the router, however I am not sure how fix it. (I am a newbie).
Configs - - - - -
Pix>
PIX Version 6.1(3)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz security10
enable password NC1KgWaSUzBT8QU2 encrypted
passwd NC1KgWaSUzBT8QU2 encrypted
hostname pix515
domain-name svc.com
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
access-list 100 permit icmp any any echo-reply
access-list 100 permit icmp any any time-exceeded
access-list 100 permit icmp any any unreachable
access-list 100 permit tcp any host xxx.158.224.107 eq smtp
access-list 100 permit icmp any host xxx.158.224.107
access-list 100 permit tcp any host xxx.158.224.107 eq www
pager lines 24
logging on
logging timestamp
logging trap alerts
logging history debugging
logging host inside 172.16.10.3
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto shutdown
mtu outside 1500
mtu inside 1500
mtu dmz 1500
ip address outside xxx.158.224.106 255.255.255.248
ip address inside 172.16.10.1 255.255.255.0
ip address dmz 127.0.0.1 255.255.255.255
ip audit info action alarm
ip audit attack action alarm
pdm location 172.16.10.5 255.255.255.255 inside
pdm location 172.16.10.11 255.255.255.255 inside
pdm location 172.16.10.3 255.255.255.255 inside
pdm history enable
arp timeout 14400
global (outside) 1 xxx.158.224.108-xxx.158.224.109
global (outside) 1 xxx.158.224.110
nat (inside) 1 172.16.10.0 255.255.255.0 0 0
static (inside,outside) xxx.158.224.107 172.16.10.5 netmask 255.255.255.255 0 0
access-group 100 in interface outside
route outside 0.0.0.0 0.0.0.0 216.158.224.105 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 172.16.10.11 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 172.16.10.0 255.255.255.0 inside
telnet timeout 2
ssh timeout 5
dhcpd dns 172.16.10.3
dhcpd wins 172.16.10.3
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd domain svc.com
terminal width 80
Cryptochecksum:0454e4938222f73d16a95565d1df49c2
: end
[OK]
pix515#
Router>
Current configuration : 999 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname ICCI_Gateway
!
enable password 7 03174D08395D711C1F4D
!
ip subnet-zero
ip name-server xxx.0.191.140
!
!
!
!
interface FastEthernet0
description connected to Deering_Lan
ip address xxx.158.224.105 255.255.255.248
ip nat inside
speed auto
!
interface Serial0
description connected to Internet
ip address xxx.158.217.34 255.255.255.252
ip nat outside
service-module t1 remote-alarm-enable
!
interface Serial1
no ip address
shutdown
!
ip nat inside source list 1 interface Serial0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
ip route xxx.158.224.104 255.255.255.248 xxx.158.224.106
no ip http server
!
!
access-list 1 permit 172.16.10.0 0.0.0.255
access-list 1 permit xxx.158.224.104 0.0.0.7
snmp-server community public RO
!
line con 0
exec-timeout 0 0
password 7 04481D0530731C1E585D
login
line aux 0
line vty 0 4
password 7 08325A4D364B5547434F
login
!
end
ICCI_Gateway#
Any help will be greatly appreciated!!!!
Problem - - - - I can ping the Exchange machine from either interface on the router, but can not access it from any other outside source. I think the problem stems from the Nat statements on the router, however I am not sure how fix it. (I am a newbie).
Configs - - - - -
Pix>
PIX Version 6.1(3)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz security10
enable password NC1KgWaSUzBT8QU2 encrypted
passwd NC1KgWaSUzBT8QU2 encrypted
hostname pix515
domain-name svc.com
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
access-list 100 permit icmp any any echo-reply
access-list 100 permit icmp any any time-exceeded
access-list 100 permit icmp any any unreachable
access-list 100 permit tcp any host xxx.158.224.107 eq smtp
access-list 100 permit icmp any host xxx.158.224.107
access-list 100 permit tcp any host xxx.158.224.107 eq www
pager lines 24
logging on
logging timestamp
logging trap alerts
logging history debugging
logging host inside 172.16.10.3
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto shutdown
mtu outside 1500
mtu inside 1500
mtu dmz 1500
ip address outside xxx.158.224.106 255.255.255.248
ip address inside 172.16.10.1 255.255.255.0
ip address dmz 127.0.0.1 255.255.255.255
ip audit info action alarm
ip audit attack action alarm
pdm location 172.16.10.5 255.255.255.255 inside
pdm location 172.16.10.11 255.255.255.255 inside
pdm location 172.16.10.3 255.255.255.255 inside
pdm history enable
arp timeout 14400
global (outside) 1 xxx.158.224.108-xxx.158.224.109
global (outside) 1 xxx.158.224.110
nat (inside) 1 172.16.10.0 255.255.255.0 0 0
static (inside,outside) xxx.158.224.107 172.16.10.5 netmask 255.255.255.255 0 0
access-group 100 in interface outside
route outside 0.0.0.0 0.0.0.0 216.158.224.105 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 172.16.10.11 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 172.16.10.0 255.255.255.0 inside
telnet timeout 2
ssh timeout 5
dhcpd dns 172.16.10.3
dhcpd wins 172.16.10.3
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd domain svc.com
terminal width 80
Cryptochecksum:0454e4938222f73d16a95565d1df49c2
: end
[OK]
pix515#
Router>
Current configuration : 999 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname ICCI_Gateway
!
enable password 7 03174D08395D711C1F4D
!
ip subnet-zero
ip name-server xxx.0.191.140
!
!
!
!
interface FastEthernet0
description connected to Deering_Lan
ip address xxx.158.224.105 255.255.255.248
ip nat inside
speed auto
!
interface Serial0
description connected to Internet
ip address xxx.158.217.34 255.255.255.252
ip nat outside
service-module t1 remote-alarm-enable
!
interface Serial1
no ip address
shutdown
!
ip nat inside source list 1 interface Serial0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
ip route xxx.158.224.104 255.255.255.248 xxx.158.224.106
no ip http server
!
!
access-list 1 permit 172.16.10.0 0.0.0.255
access-list 1 permit xxx.158.224.104 0.0.0.7
snmp-server community public RO
!
line con 0
exec-timeout 0 0
password 7 04481D0530731C1E585D
login
line aux 0
line vty 0 4
password 7 08325A4D364B5547434F
login
!
end
ICCI_Gateway#
Any help will be greatly appreciated!!!!