设置列表
对齐方式
一台F100和一台PC,最简单的网络,无其他设备
g1/0/1接的是电信pppoe,并且拨号成功,拿到动态公网IP
g1/0/3接的是一台电脑,使用IP 192.168.101.1/24,电脑端获得DHCP地址192.168.101.2/24
现象:
电脑(192.168.101.2/24)可以ping通公网IP:223.5.5.5。但电脑使用浏览器访问https网站无法访问,纯http的网站好像可以。security-policy ip里的rule3已经做了全放通。
作为分支端,和中心端的防火墙做IPsec VPN不会主动连,被动接受中心端的连接,VPN却可以UP。中心端内网IP主机可以ping通分支端的内网IP,但反过来不行(10.1.10.10可以ping通192.168.101.2,但101.2不能ping通10.10)
所有配置如下:
[H3C]display current-configuration
#
version 7.1.064, Release 9524P27
#
sysname H3C
#
context Admin id 1
#
irf mac-address persistent timer
irf auto-update enable
undo irf link-delay
irf member 1 priority 1
#
dialer-group 1 rule ip permit
#
dhcp enable
#
password-recovery enable
#
vlan 1
#
vlan 100
#
object-group ip address shanghaigongsi
security-zone Untrust
0 network subnet 116.222.222.222 255.255.255.248
#
object-group ip address shanghaigongsi2
security-zone Untrust
0 network subnet 116.222.222.222 255.255.255.248
#
dhcp server ip-pool GuideSecDHCPPool
gateway-list 192.168.101.1
network 192.168.101.0 mask 255.255.255.0
dns-list 223.5.5.5
#
dhcp server ip-pool pool192
gateway-list 192.168.102.1
network 192.168.102.0 mask 255.255.255.0
dns-list 223.5.5.5
#
controller Cellular1/0/0
#
interface Dialer0
mtu 1492
ppp chap password cipher $fwfgewfwfdsfdsfwzf1XA2FS4RqUMR5T8I7
ppp chap user ad12345678
ppp ipcp dns admit-any
ppp ipcp dns request
ppp pap local-user ad12345678 password cipher $crewrewgcCfdafdsafsastlg+jgts6aysw8
dialer bundle enable
dialer-group 1
dialer timer idle 0
dialer timer autodial 5
ip address ppp-negotiate
nat outbound description GuideNat
nat outbound 3000
ipsec apply policy to_ShangHaiJinQiao
#
interface NULL0
#
interface Vlan-interface100
ip address 192.168.102.1 255.255.255.0
#
interface GigabitEthernet1/0/0
port link-mode route
ip address 192.168.0.1 255.255.255.0
#
interface GigabitEthernet1/0/1
port link-mode route
description GuideWan Interface
bandwidth 100000
pppoe-client dial-bundle-number 0
#
interface GigabitEthernet1/0/2
port link-mode route
ip address 192.168.1.1 255.255.255.0
#
interface GigabitEthernet1/0/3
port link-mode route
description GuideLan Interface
ip address 192.168.101.1 255.255.255.0
#
interface GigabitEthernet1/0/5
port link-mode route
#
interface GigabitEthernet1/0/6
port link-mode route
#
interface GigabitEthernet1/0/7
port link-mode route
#
interface GigabitEthernet1/0/4
port link-mode bridge
port access vlan 100
#
security-zone name Local
#
security-zone name Trust
import interface GigabitEthernet1/0/3
import interface GigabitEthernet1/0/4 vlan 100
#
security-zone name DMZ
#
security-zone name Untrust
import interface Dialer0
import interface GigabitEthernet1/0/1
#
security-zone name Management
import interface GigabitEthernet1/0/0
import interface GigabitEthernet1/0/2
#
scheduler logfile size 16
#
line class aux
user-role network-operator
#
line class console
authentication-mode scheme
user-role network-admin
#
line class usb
user-role network-admin
#
line class vty
user-role network-operator
#
line aux 0
user-role network-admin
#
line con 0
user-role network-admin
#
line vty 0 63
authentication-mode scheme
user-role network-admin
#
ip route-static 0.0.0.0 0 Dialer0
#
ssh server enable
#
acl advanced 3000
rule 0 deny ip source 192.168.101.0 0.0.0.255 destination 10.1.0.0 0.0.255.255
rule 40 permit ip source 192.168.101.0 0.0.0.255
rule 50 permit ip
#
acl advanced name to_ShangHaiJinQiao
rule 0 permit ip source 192.168.101.0 0.0.0.255 destination 10.1.0.0 0.0.255.255
#
domain system
#
domain default enable system
#
role name level-0
description Predefined level-0 role
#
role name level-1
description Predefined level-1 role
#
role name level-2
description Predefined level-2 role
#
role name level-3
description Predefined level-3 role
#
role name level-4
description Predefined level-4 role
#
role name level-5
description Predefined level-5 role
#
role name level-6
description Predefined level-6 role
#
role name level-7
description Predefined level-7 role
#
role name level-8
description Predefined level-8 role
#
role name level-9
description Predefined level-9 role
#
role name level-10
description Predefined level-10 role
#
role name level-11
description Predefined level-11 role
#
role name level-12
description Predefined level-12 role
#
role name level-13
description Predefined level-13 role
#
role name level-14
description Predefined level-14 role
#
user-group system
#
local-user admin class manage
password hash $h$6$UbIhNnPevyKUwfpm$LqR3+yg1IjNct39MkOR0H0iQXLkYB3jMqM4vbAeoXOhbabIIFnjJPEGR00YiYA1Sz4LiY3FmEdru2fOLMb1shQ==
service-type ssh terminal https
authorization-attribute user-role level-3
authorization-attribute user-role network-admin
authorization-attribute user-role network-operator
#
ipsec logging negotiation enable
#
ipsec transform-set to_ShangHaiJinQiao
esp encryption-algorithm 3des-cbc
esp authentication-algorithm md5
#
ipsec policy to_ShangHaiJinQiao 65535 isakmp
transform-set to_ShangHaiJinQiao
security acl name to_ShangHaiJinQiao
remote-address 116.222.222.222
ike-profile to_ShangHaiJinQiao
sa duration time-based 28800
sa duration traffic-based 1843200
#
nat global-policy
rule name natrule1
source-zone Trust
destination-zone Untrust
#
ike logging negotiation enable
#
ike profile to_ShangHaiJinQiao
keychain to_ShangHaiJinQiao
dpd interval 10 on-demand
exchange-mode aggressive
local-identity fqdn wh
match remote identity fqdn jq
match local address Dialer0
proposal 65535
#
ike proposal 65534
dh group2
authentication-algorithm md5
sa duration 3600
#
ike proposal 65535
encryption-algorithm 3des-cbc
dh group2
#
ike keychain to_ShangHaiJinQiao
match local address Dialer0
pre-shared-key hostname jq key cipher $cgfdgsdsdy+4SGEXRxDpISblA==
#
ip https port 10002
ip http enable
ip https enable
webui log enable
#
netshare-control
#
inspect logging parameter-profile av_logging_default_parameter
#
inspect logging parameter-profile ips_logging_default_parameter
#
inspect logging parameter-profile url_logging_default_parameter
#
loadbalance isp file flash:/lbispinfo_v1.5.tp
#
traffic-policy
rule 1 name GuideAVCPolicy
action qos profile guideavcprofile1
source-zone Trust
destination-zone DMZ
destination-zone Untrust
profile name guideavcprofile1
bandwidth downstream guaranteed 100000
bandwidth downstream maximum 100000
#
security-policy ip
rule 8 name tojq
action pass
counting enable
destination-zone Untrust
destination-ip shanghaigongsi2
rule 7 name GuideSecPolicy
action pass
source-zone Trust
destination-zone Untrust
destination-zone DMZ
rule 6 name r3icmp
action pass
counting enable
service ping
rule 1 name shanghai
action pass
source-zone Untrust
destination-zone Trust
rule 2 name r2
action pass
counting enable
source-zone Management
destination-zone Untrust
rule 3 name r3
action pass
counting enable
rule 4 name r4
action pass
source-zone Local
destination-zone Untrust
destination-zone Trust
destination-zone Management
rule 5 name r5
action pass
source-zone Untrust
destination-zone Local
#
ips logging parameter-profile ips_logging_default_parameter
#
anti-virus logging parameter-profile av_logging_default_parameter
#
return
设置列表
对齐方式
(0)
最佳答案
出接口的nat outbound 删掉,只留一个nat out 3000,打不开https的问题,试一下修改tcp mss为1024
(0)
非常感谢,tcp mss1024解决了https的问题,但vpn还是有问题
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
非常感谢,tcp mss1024解决了https的问题,但vpn还是有问题