双电信pppoe接入,均连接成功,设置src-ip负载均衡
静态路由设置为
#
ip route-static 0.0.0.0 0 Dialer0
ip route-static 0.0.0.0 0 Dialer1
#
两个出口均有流量,从内网可以正常上外网,但是无法从外网ping通任何一个出口ip,一直报timeout
单独设置静态路由
#
ip route-static 0.0.0.0 0 Dialer0
#
可以从公网ping通Dialer0出口ip,无法ping通Dialer1出口ip
单独设置以下静态路由
#
ip route-static 0.0.0.0 0 Dialer1
#
可以从公网ping通Dialer1出口ip,无法ping通Dialer0出口ip
请问怎么设置才能让两个出口ip都能被外网访问
主要配置如下
#
version 7.1.064, Release 0605P13
#
sysname H3C
#
wlan load-balance enable
#
dialer-group 1 rule ip permit
dialer-group 2 rule ip permit
#
ip redirects enable
ip unreachables enable
ip ttl-expires enable
#
ip load-sharing mode per-flow src-ip global
#
interface Dialer0
description 0
ppp chap password cipher ...
ppp chap user ...
ppp ipcp dns admit-any
ppp ipcp dns request
ppp pap local-user ... password cipher ...
dialer bundle enable
dialer-group 1
dialer timer idle 0
dialer timer autodial 5
ip address ppp-negotiate
nat outbound
nat static enable
#
interface Dialer1
ppp chap password cipher ...
ppp chap user ...
ppp ipcp dns admit-any
ppp ipcp dns request
ppp pap local-user ... password cipher ...
dialer bundle enable
dialer-group 2
dialer timer idle 0
dialer timer autodial 5
ip address ppp-negotiate
nat outbound
nat static enable
#
interface GigabitEthernet0/1
port link-mode route
description Multiple_Line
ip last-hop hold
nat outbound
nat hairpin enable
pppoe-client dial-bundle-number 0
#
interface GigabitEthernet0/2
port link-mode route
description Multiple_Line
ip last-hop hold
nat hairpin enable
pppoe-client dial-bundle-number 1
#
ip route-static 0.0.0.0 0 Dialer0
ip route-static 0.0.0.0 0 Dialer1
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论