In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >
Share
Shulou(Shulou.com)06/01 Report--
"Network and Technology Application"
Chapter (9)-Experimental report
Real
Check
Ren
Business
Configure ADSL Broadband Router
Detailed
Fine
Real
Check
Step
Sudden
Step 1: configure vpdn
Router (config) # vpdn enable (enable virtual private dial-up networking for routers-* * d)
Router (config) # vpdn-group office (create a vpdn group office)
Router (config-vpdn) # request-dialin (initialize a * d tunnel and establish a VPDN subgroup requesting dial-in,)
Router (config-vpdn-req-in) # protocol pppoe (vpdn subgroup uses pppoe to establish session tunneling)
Step 2: configure the interface on which the router connects to adsl modem
Router (config) # interface fastEthernet 0amp 1
Router (config-if) # no ip address
Router (config-if) # pppoe enable allows the Ethernet interface to run pppoe
Router (config-if) # pppoe-client dial-pool-number1 joins the pppoe dialing client of the Ethernet interface to dial pool 1
Step 3: configure logical dialing interface:
Router (config) # interface dialer1 (configure logical dial-up interface)
Router (config-if) # ip address negotiated (ip address obtained from dynamic negotiation of adsl service provider)
Router (config-if) # ip nat outside (enable NAT for this interface)
Router (config-if) # encapsulation ppp (encapsulates the PPP protocol for this interface)
Router (config-if) # dialer pool 1 (this interface uses the No. 1 dial pool for dialing)
Router (config-if) # dialer-group 1 (this command doesn't make much sense to pppoe)
Router (config-if) # ppp authentication pap callin (enable ppp pap authentication)
Router (config-if) # $t-username fsDSL86257576@163.gd password 12345678
(use the username and password you have applied for)
Step 4: configure the internal network interface
Router (config) # interface fastethernet0/0 (configure internal network interface)
Router (config-if) # ip address 10.10.10.1 255.255.255.0 (configure IP address)
Router (config-if) # ip nat inside (enable NAT)
Step 5: configure the router to provide dhcp services to internal network hosts
Router (config) # ip dhcp excluded-address 10.10.10.1
Router (config) # ip dhcp pool ABC (create address pool)
Router (dhcp-config) # import all (import dns and wins server to obtain DNS and other information from operators)
Router (dhcp-config) # network 10.10.10.0 255.255.255.0
Router (dhcp-config) # default-router 10.10.10.1
Step 6: configure NAT:
Router (config) # access-list 1 permit 10.10.10.0 0.0.0.255
Router (config) # ip nat inside source list 1 interface dialer 1 overload
Step 7: configure the default route
Router (config) ip route 0.0.0.0 0.0.0.0 Dialer1
Knot
Fruit
Check
Syndrome
Screenshots are attached to all the test results.
Ask
Title
And
Points
Analysis
No problems were found in the operation and verification during the test.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.