pix 515e配置问题
各位老大,我的 pix515e 这样配置,内部电脑可以上网,但是为什么 qq(192.168.0.22)和 mail(192.168.0.110) 不能上网呢,请帮帮我啊。
: Saved
: Written by enable_15 at 09:47:31.807 UTC Sat May 12 2007
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password xxxxxxxxxx encrypted
passwd xxxxxxxxxx encrypted
hostname pixfirewall
domain-name xxxxc.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 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 192.168.0.22 qq
name 192.168.0.110 mis-mail
access-list inside_access_in permit tcp any any
access-list inside_access_in permit tcp host qq any
access-list inside_access_in permit icmp any any echo-reply
access-list inside_access_in permit udp any any eq domain
access-list inside_access_in permit tcp any any eq pop3
access-list inside_access_in deny tcp any any
access-list inside_access_in deny udp any any
access-list inside_access_in permit ip any any
access-list outside_access_in permit icmp any any echo-reply
access-list outside_access_in deny ip any any
access-list outside_access_in deny tcp any any
access-list outside_access_in deny udp any any
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 210.155.219.115 255.255.255.240
ip address inside 192.168.0.123 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
no failover
failover timeout 0:00:00
failover poll 15
no failover ip address outside
no failover ip address inside
pdm location 210.155.219.112 255.255.255.240 inside
pdm location qq 255.255.255.255 inside
pdm location mis-mail 255.255.255.255 inside
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) 210.155.219.119 mis-mail netmask 255.255.255.255 0 0
static (inside,outside) 210.155.219.116 qq 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 210.155.219.113 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 sip-disconnect 0:02:00 sip-invite 0:03:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
http server enable
http 192.168.0.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
telnet 192.168.0.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
terminal width 80
Cryptochecksum:d41d8cd98f00b204e9800998ecf8427e
: end