Dual-wan router settings DI-602LB + instance

Source: Internet
Author: User

For the problem of dual wan router settings, we often encounter, DI-602LB router is also familiar to everyone. Through the following instance and reconfiguration, we will have a preliminary understanding of the dual-wan router settings.

Dual-wan router settings DI-602LB + instance

This article introduces Dlink dual-wan router settings enterprise router DI-602LB +) with command line to configure the Internet Settings.

I. steps for setting dual-wan routers
◆ Telnet: Dual-ADSL line Internet access
◆ PPPoE settings
◆ Forwarding settings: Dynamic Address forwarding
◆ Route settings: Default Gateway
◆ Optional settings: DNS, DDNS, SNTP
◆ Save.

Ii. Dual-wan router configuration commands

Open start-run-cmd and enter the command prompt interface. Press telnet 192.168.2.1 and you will be asked to write the username and password to admin.) then, the command configuration interface will be displayed, "router>" Enter enable next to "greater than" and enter "router #" in route management mode #".
◆ Router # config
◆ Router_config # interface f0/0
◆ Router_config_f0/0 # ip nat inside
◆ Router_config_f0/0 # exit
◆ Router_config # interface d1
◆ Router_config_d1 # ppp pap sent-username 1000004321 332211 // your ADSL user name and password
◆ Router_config_d1 # ip address negotiated
◆ Router_config_d1 # ip nat outside
◆Router_config_d1 # ip nat mss 1400
◆ Router_config # interface d2
◆ Router_config_d1 # ppp pap sent-username 1000004322 112233 // your ADSL user name and password
◆ Router_config_d1 # ip address negotiated
◆ Router_config_d1 # ip nat outside
◆Router_config_d1 # ip nat mss 1400
◆ Router_config # interface f0/1
◆ Router_config_f0/1 # pppoe-client Dialer 1
◆ Router_config_f0/1 # exit
◆ Router_config # interface f0/2
◆ Router_config_f0/1 # pppoe-client Dialer 2
◆ Router_config_f0/1 # exit
◆ Router_config # ip route default d1
◆ Router_config # ip route default d2
◆ Router_config # ip access-list extended NAT_1
◆ Router_config_ext_nacl # permit ip 192.168.2.0 255.255.255.0 any
◆ Router_config_ext_nacl # exit
◆ Router_config # ip nat inside source list NAT_1 interface d1
◆ Router_config # ip nat inside source list NAT_1 interface d2
◆ Router_config # exit
◆ Router # write
◆ Saving current configuration...

The above is the basic step for configuring the dual-wan router. You can understand the configuration. For the following code, see. Non-professionals do not need to care too much.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.