Hi
Router mình có 1 đường ADSL và một đường Leased line, mình muốn sharing ví dụ như VPN, mail, webserver thì đi đường leased line, còn internet thì đi đường ADSL và một trong 2 đường chết thì vẫn đảm bảo internet vẫn đi được, mình đã thử làm route map những nó chỉ chạy đường một đường thôi, mô hình:
ADSL ------- }Router 26221XM-------PIX------LAN
Leased line -------}
cấu hình cụ thể:
vpdn enable
!
vpdn-group ppoe
request-dialin
protocol pppoe
!
!
!
no voice hpi capture buffer
no voice hpi capture destination
!
!
interface ATM0/0
no ip address
no atm ilmi-keepalive
pvc 8/35
pppoe-client dial-pool-number 1
!
dsl operating-mode auto
!
interface FastEthernet0/0
ip address 203.162.102.113 255.255.255.248
ip nat inside
ip policy route-map serverout
duplex auto
speed auto
!
interface Serial0/0
no ip address
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
!
interface Serial0/1
ip address 203.162.103.138 255.255.255.252
!
interface Dialer0
no ip address
!
interface Dialer1
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
ppp authentication pap callin
ppp pap sent-username xxxxpassword 0 xxxx
!
ip nat inside source list 1 interface Dialer1 overload
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/1
ip route 203.162.102.112 255.255.255.248 dialer1 (đây là địa chỉ lớp mạng VDC cấp)
!
!
access-list 1 permit 203.162.102.114 (địa chỉ outside của PIX firewall để NAT các máy con ra ngoài internet)
access-list 2 permit 203.162.102.112 0.0.0.7
!
route-map serverout permit 10
match ip address 2
set interface Dialer1
set ip default next-hop 203.162.103.137
!
!
Ngoài cách này ra còn cách nào hay hơn không nhỉ (không dùng backup load, backup interface)
Thkssss.
Router mình có 1 đường ADSL và một đường Leased line, mình muốn sharing ví dụ như VPN, mail, webserver thì đi đường leased line, còn internet thì đi đường ADSL và một trong 2 đường chết thì vẫn đảm bảo internet vẫn đi được, mình đã thử làm route map những nó chỉ chạy đường một đường thôi, mô hình:
ADSL ------- }Router 26221XM-------PIX------LAN
Leased line -------}
cấu hình cụ thể:
vpdn enable
!
vpdn-group ppoe
request-dialin
protocol pppoe
!
!
!
no voice hpi capture buffer
no voice hpi capture destination
!
!
interface ATM0/0
no ip address
no atm ilmi-keepalive
pvc 8/35
pppoe-client dial-pool-number 1
!
dsl operating-mode auto
!
interface FastEthernet0/0
ip address 203.162.102.113 255.255.255.248
ip nat inside
ip policy route-map serverout
duplex auto
speed auto
!
interface Serial0/0
no ip address
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
!
interface Serial0/1
ip address 203.162.103.138 255.255.255.252
!
interface Dialer0
no ip address
!
interface Dialer1
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
ppp authentication pap callin
ppp pap sent-username xxxxpassword 0 xxxx
!
ip nat inside source list 1 interface Dialer1 overload
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/1
ip route 203.162.102.112 255.255.255.248 dialer1 (đây là địa chỉ lớp mạng VDC cấp)
!
!
access-list 1 permit 203.162.102.114 (địa chỉ outside của PIX firewall để NAT các máy con ra ngoài internet)
access-list 2 permit 203.162.102.112 0.0.0.7
!
route-map serverout permit 10
match ip address 2
set interface Dialer1
set ip default next-hop 203.162.103.137
!
!
Ngoài cách này ra còn cách nào hay hơn không nhỉ (không dùng backup load, backup interface)
Thkssss.
Comment