当前位置:网站首页>Mikrotik ROS soft route setting Internet access mode (II)
Mikrotik ROS soft route setting Internet access mode (II)
2022-07-20 10:17:00 【weixin_ forty-three million six hundred and twenty thousand nin】
Mikrotik ROS Soft route setting Internet access ( One )
4、 Configure the way to connect to the Internet :
4.1、PPPOE dial :
4.1.1、 add to PPPOE Dial up client
1、 Click... On the menu PPP Options on PPP window ,
2、 stay PPP The upper left corner of the window + Click No. to open the list ,
3、 choice PPPoE Client, Add a dial-up client .
4.1.2、 add to PPPOE Account and password
1、 stay General Tab , stay name Set in the rule pppoe The name of the dial , Keep the default here ,
2、 stay Interfaces Select the network port for dial-up connection , Use here WAN Dial up ,
3、 Switch to Dial Out Tab , Fill in the online account and password respectively ,
4、Use Peer DNS、Add Default Route Respectively, it means to obtain the DNS、 Automatically create default routes ; Don't check here , If you tick the corresponding subsequent operations, you can simplify the corresponding steps ,
5、 Click on OK.
Check the status
Add good PPPoE Client The client can then view the leftmost beginning of the current entry ,R Indicates that it has been connected Connect , If you wait for a while and don't appear after the meeting , You need to check whether the account password is correct and whether the line is connected Connect correctly, etc .
4.1.3、 Add routing information
1、 Click... On the menu IP Options on IP list ,
2、 choice Routes, Enter the routing list ,
3、 Then click... In the upper left corner of the routing list interface + Number , Add a new route entry
4、 take General Tab Gateway Select the new one above PPPoE dial ,
5、 Click on OK.
4.2、DHCP Automatic access to :
4.2.1、 add to DHCP Client client
1、 Click... On the menu IP Tab on IP list ,
2、 choice DHCP Client, Get into DHCP client ,
3、 Click again DHCP Client In the upper left corner of the interface + good , Add a new client entry ,
4、 stay DHCP In the tab Interfaces The interface is changed to WAN, And from WAN Oral Acquisition IP Address Information , At the same time, uncheck Use Peer DNS, That is, do not use upstream DHCP Server assigned DNS; If checked , You can also skip the back DNS Server configuration ,
5、Add Default Route Change to no, That is, cancel adding the default route automatically ; If you choose yes You can skip the configuration of adding the default route later .
see DHCP state
Add to complete DHCP Client Wait a moment later , wait for ros The router obtains the information automatically assigned by the superior IP Address information , If you can't get it for a long time , Please check whether the interface is connected incorrectly or whether the superior equipment is turned on DHCP Automatic allocation function .
4.2.2、 Add default routing information
1、 Click... On the menu IP Options on IP list ,
2、 choice Routes, Enter the routing list ,
3、 Then click... In the upper left corner of the routing list interface + Number , Add a new route entry
4、 take General Tab Gateway Fill in the superior DHCP Gateway address for ,
5、 Click on OK.
4.3、 static state IP surf the internet :
4.3.1、 Add static IP Address
1、 stay Winbox Click on the left side of the interface IP,
2、 Select... In the pop-up list Routes, Open the routing address list ,
3、 Click on the top left + No. create a new routing address ,
4、 take General Tab Gateway Fill in the gateway address of the superior ,
5、 Click on OK.
4.3.2、 Add default routing information
1、 Click... On the menu IP Options on IP list ,
2、 choice Routes, Enter the routing list ,
3、 Then click... In the upper left corner of the routing list interface + Number , Add a new route entry
4、 take General Tab Gateway Fill in the superior DHCP Gateway address for ,
5、 Click on OK.
5、 To configure DNS The server :
5.1 newly build DNS The server
1、 stay Winbox Click on the left side of the interface IP,
2、 Select... In the pop-up list DNS, open DNS Settings window ,
3、 stay Server writes 192.168.101.1,223.5.5.5 For Intranet DNS Server address , You can click the triangle arrow on the right to increase or delete the number of rows ,
4、 Check on allow remote requests, Enable DNS Cache function of ,
5、 Click on OK.
边栏推荐
猜你喜欢
随机推荐
黑马程序员多线程实现方式二
Regular Expression
在磁盘阵列(RAID)上搭建LVM
Software engineering final review mind map
网络安全学习(十四)IP协议
我的2020年线上的夏令营总结
栈模拟队列
网络安全学习(十三)数据链路层
Leetcode:13. Roman numeral to integer [key value pair mapping]
CA运行fft版本
MariaDB Tutorial
Leetcode:14. Longest common prefix [thinking + sorting]
Postgresql Tutorial
DHCP第一次静态实验
重载(Overload) 与 重写(Override)的区别
栈模拟队列
寒假训练赛第二场 -- 思维题
使用umount命令解挂载失败解决办法
Network Security Learning (21) NAT dynamic routing
FileInputStream与BufferedInputStream有哪些区别?