 |
|
HP : 0 / 43
MP : 5 / 538
EXP : 74%
|
|
初涉江湖
 
成员等级: 2
发表总数: 16
金币总数: 81
所属组别: 普通成员
注册日期: 2004/10/20

|
拓扑: pc----cisco3550----pix525----internet 在3550上划分了三个VLAN. vlan1:10.0.2.0 vlan2:10.0.3.0 vlan3:10.0.4.0 PIX525接在vlan2,现在的问题是我做了端口映射后vlan2 和 就不能上网了,但是VLAN1的用户可以上网.请问是什么问题 配置如下: PIX Version 6.3(4) interface ethernet0 auto interface ethernet1 auto nameif ethernet0 outside security0 nameif ethernet1 inside security100 enable password 2KFQnbNIdI.2KYOU encrypted passwd 2KFQnbNIdI.2KYOU encrypted hostname GLGLJ-FW domain-name GLGLJ.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 access-list 101 permit any access-list 111 deny tcp any any range 10000 30000 access-list inside_outbound_nat0_acl permit ip any 10.0.6.0 255.255.255.192 access-list outside_cryptomap_dyn_20 permit ip any 10.0.6.0 255.255.255.192 access-list 102 permit ip 10.0.3.0 255.255.255.0 10.0.8.0 255.255.255.0 pager lines 24 mtu outside 1500 mtu inside 1500 ip address outside 219.151.xxx.xxx 255.255.255.192 ip address inside 10.0.3.253 255.255.255.0 ip audit info action alarm ip audit attack action alarm ip local pool glgljvpn 10.0.6.20-10.0.6.50 no failover failover timeout 0:00:00 failover poll 15 no failover ip address outside no failover ip address inside pdm location 192.168.1.233 255.255.255.255 inside pdm location 10.0.3.0 255.255.255.0 inside pdm location 192.168.1.0 255.255.255.0 inside pdm location 10.0.2.0 255.255.255.0 inside pdm location 10.0.4.0 255.255.255.0 inside pdm location 10.0.5.0 255.255.255.0 inside pdm location 10.0.6.0 255.255.255.192 outside pdm location 10.0.6.0 255.255.255.0 outside pdm location 10.0.8.0 255.255.255.0 outside pdm history enable arp timeout 14400 global (outside) 1 interface nat (inside) 2 access-list inside_outbound_nat0_acl 0 0 nat (inside) 3 access-list 102 0 0 nat (inside) 1 0.0.0.0 0.0.0.0 0 0 static (inside,outside) 219.151.xxx.xxx 10.0.2.2 netmask 255.255.255.255 0 0 conduit permit icmp any any conduit permit tcp host 219.151.xxx.xxx eq www any conduit permit tcp host 219.151.xxx.xxx eq smtp any route outside 0.0.0.0 0.0.0.0 219.151.36.xxx1 route inside 10.0.2.0 255.255.255.0 10.0.3.254 1 route inside 10.0.4.0 255.255.255.0 10.0.3.254 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 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.1.233 255.255.255.255 inside http 192.168.1.0 255.255.255.0 inside http 10.0.3.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 ESP-DES-MD5 esp-des esp-md5-hmac crypto ipsec transform-set mytrans esp-des esp-sha-hmac crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_dyn_20 crypto dynamic-map outside_dyn_map 20 set transform-set ESP-DES-MD5 crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map crypto map mymap 10 ipsec-isakmp crypto map mymap 10 match address 102 crypto map mymap 10 set pfs crypto map mymap 10 set peer 202.98.xxx.xxx crypto map mymap 10 set transform-set mytrans crypto map mymap interface outside isakmp enable outside isakmp key ******** address 202.98.xxx.xxx netmask 255.255.255.255 isakmp identity address isakmp policy 10 authentication pre-share isakmp policy 10 encryption des isakmp policy 10 hash sha isakmp policy 10 group 1 isakmp policy 10 lifetime 86400 vpngroup glgljvpn address-pool glgljvpn vpngroup glgljvpn idle-time 1800 vpngroup glgljvpn password ******** telnet 192.168.1.0 255.255.255.0 inside telnet 10.0.3.0 255.255.255.0 inside telnet 10.0.2.0 255.255.255.0 inside telnet timeout 5 ssh timeout 5 console timeout 0 terminal width 80 Cryptochecksum:8bb7a6ec1dbb6c49f9f1f985937a0fb2 : end |