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.