我住在英国,我们最近获得了 VDSL FTTC 光纤连接。我们目前正在使用供应商提供的 VDSL 调制解调器和无线路由器。
我们想使用 Cisco 877 而不是无线路由器。显然我们无法绕过使用提供的 VDSL 调制解调器。我在互联网上找到了如何执行此操作的配置,但我似乎无法使其工作。实际上,我们已将路由器配置为使用 FastEthernet3 进行 WAN 连接,还配置了所需的 PPPoE 设置。我们将使用 FastEthernet0 连接到我们的内部 LAN,并在这两个端口上配置 NAT。
有没有人成功过这个,或者我正在尝试一些不可能的事情?
答案1
我终于让它工作了,下面是我的配置中实现它的部分:
interface ATM0
no ip address
shutdown
no atm ilmi-keepalive
pvc 0/38
encapsulation aal5mux ppp dialer
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
switchport access vlan 101
!
interface FastEthernet3
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$FW_INSIDE$
ip address 10.193.125.254 255.255.255.0
ip nat inside
ip virtual-reassembly
zone-member security in-zone
!
interface Vlan101
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip virtual-reassembly
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface Dialer1
description $FW_OUTSIDE$
mtu 1492
ip address negotiated
no ip unreachables
ip nat outside
ip virtual-reassembly
zone-member security out-zone
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
ppp chap hostname
ppp chap password 0
ppp ipcp route default
!
ip forward-protocol nd
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
ip nat inside source list 1 interface Dialer1 overload
!
ip access-list extended NAT
permit ip 10.193.125.0 0.0.0.255 any