发新话题
打印

华为的ADSL PPPoEoE 配置

华为的ADSL PPPoEoE 配置

version 1.74
    local-user blk service-type administrator password simple klb
    sysname  ghjyuk
    dialer-rule 1 ip permit
    info-center console
    info-center console debugging
    firewall enable
    aaa-enable
    aaa accounting-scheme optional
  !
  acl 1 match-order auto
    rule normal permit source 192.168.0.0 192.168.0.255
  !
  interface Aux0  
    async mode flow
    link-protocol ppp

  interface Ethernet0  
    ip address 192.168.0.254 255.255.255.0
  !
  interface Ethernet1  
    pppoe-client dial-bundle-number 1  
    nat outbound 1 interface
  !
  interface Serial0  
    link-protocol ppp
  !
  interface Serial1  
    link-protocol ppp
  !
  interface Dialer1  
    link-protocol ppp
    mtu 1450
    tcp mss 1024
    ppp pap local-user vip  password simple  vip
    ip address ppp-negotiate
    dialer bundle 1
    dialer-group 1
    nat outbound 1 interface
   !
  quit
  ip route-static 0.0.0.0 0.0.0.0 Dialer 1 preference 60

TOP

其实在Ethernet1上是不需要配置nat outbound 1 interface 命令的!

TOP

dialer-rule 1 ip permit
dialer-group 1
这两句不要好象也没关系的哦
将爱格式化!!!

TOP

真是女中英雄

TOP

提示: 作者被禁止或删除 内容自动屏蔽

TOP

bu chuo

TOP

确实在Ethernet1上是不需要配置nat outbound 1 interface 命令,另外,dialer-rule 1 ip permit 是必须配的,敏感数据流,另外,在外接口上还应加上tcp mss 1024语句,不然会产生丢包,和一些网页不能打开哦

TOP

???

Nat outbound 1interface 配不上去

TOP

我也觉得不需要在Ethernet1上是不需要配置nat outbound 1 interface 命令的!

TOP

全英文?不清楚说什么

TOP

如果在D1口配了nat outbound 1 interface.在E1口应该是写不上这条命令的!

TOP

发新话题