当前位置:网站首页>Static routing assignment of network reachable and telent connections
Static routing assignment of network reachable and telent connections
2022-07-07 12:26:00 【Miracle_ ze】
Static routing
- 1. Subnet partition
- 2.IP Address command example
- 3. Configuration loopback interface command example
- 4.IP Address assignment , And configure the loopback interface
- 5. to R3 Conduct DHCP Service configuration , Simultaneous configuration IP Address
- 6.R1-R5 You can visit R6 The loopback of =》 Network wide accessibility 【 Consider at the same time R4-R5 Priority routing 】
- 7. send r6 telent r5 Actual connection r1
1. Subnet partition
There are requirements R1-R5 For LAN 192.168.1.0/24, Plus the loopback needs and needs 6 Net segment , That is, borrow the network bit 3 position .
R5 To R6 The network segment of is private ,R6 Represents all other network segments, which is replaced by loopback .
Divide 6 Network segment reasons :
R1-R5 For a LAN , Divide all backbone roads into one network segment , The loopback of each server is considered as a network segment , Then divide the divided network segment .
2.IP Address command example
[R1]interface GigabitEthernet 0/0/1
[R1-GigabitEthernet0/0/1]ip address 192.168.1.1 255.255.255.252
3. Configuration loopback interface command example
[r1]interface LoopBack 0
[r1-LoopBack0]ip address 192.168.1.1 30
4.IP Address assignment , And configure the loopback interface
R1
R2
R4
R5
R6
5. to R3 Conduct DHCP Service configuration , Simultaneous configuration IP Address
r3 Of DHCP Service configuration
[r3]dhcp enable --- Turn on DHCP The server
[r3]ip pool a
Info: It's successful to create an IP address pool.
[r3-ip-pool-a]
--- establish IP Address pool
[r3-ip-pool-a]network 192.168.1.97 mask 27
[r3-ip-pool-a]gateway-list 192.168.1.97
[r3-ip-pool-a]dns-list 114.114.114.114 8.8.8.8
--- To configure IP Address pool
Enter the interface view
[r3-GigabitEthernet0/0/2]dhcp select global
Select global configuration
Be careful :PC Choose dhcp Get dynamic ip Options for pass Ipconfig obtain dhcp Address
6.R1-R5 You can visit R6 The loopback of =》 Network wide accessibility 【 Consider at the same time R4-R5 Priority routing 】
To facilitate matching, use the default route to complete , For the required route, it is better to statically configure individual routes
Default route :
[r4]ip route-static 0.0.0.0 0.0.0.0 192.168.1.18 --- Configure the default route
Empty interface routing
[r4]ip route-static 192.168.1.128 28 NULL 0
Priority modification 【 The default priority of routing is 60, The higher the priority, the lower 】
[r4]ip route-static 0.0.0.0 0.0.0.0 192.168.1.22 preference 61 Floating static routing
Detailed configuration :
1.R1
2.R2
3.R3
4.R4
5.R5
7. send r6 telent r5 Actual connection r1
r1 Turn on aaa
[R1-aaa]local-user panxi privilege level 15 password cipher 123456
[R1-aaa]local-user panxi service-type telnet
[R1-aaa]q
[R1-ui-vty0]authentication-mode aaa
R5 mapping
[r5]int g 0/0/1
[r5-GigabitEthernet0/0/1]nat server protocol tcp global current-interface 23 inside 192.168.1.1 23
R6 Connect
<r6>telnet 56.1.1.1
边栏推荐
- 从工具升级为解决方案,有赞的新站位指向新价值
- wallys/Qualcomm IPQ8072A networking SBC supports dual 10GbE, WiFi 6
- 112.网络安全渗透测试—[权限提升篇10]—[Windows 2003 LPK.DDL劫持提权&msf本地提权]
- SQL Lab (46~53) (continuous update later) order by injection
- Solutions to cross domain problems
- Introduction and application of smoothstep in unity: optimization of dissolution effect
- The left-hand side of an assignment expression may not be an optional property access.ts(2779)
- Matlab implementation of Huffman coding and decoding with GUI interface
- 111.网络安全渗透测试—[权限提升篇9]—[Windows 2008 R2内核溢出提权]
- 免备案服务器会影响网站排名和权重吗?
猜你喜欢
Static comprehensive experiment
110.网络安全渗透测试—[权限提升篇8]—[Windows SqlServer xp_cmdshell存储过程提权]
什么是ESP/MSR 分区,如何建立ESP/MSR 分区
盘点JS判断空对象的几大方法
SQL lab 26~31 summary (subsequent continuous update) (including parameter pollution explanation)
110. Network security penetration test - [privilege promotion 8] - [windows sqlserver xp_cmdshell stored procedure authorization]
Xiaohongshu microservice framework and governance and other cloud native business architecture evolution cases
EPP+DIS学习之路(1)——Hello world!
Tutorial on the principle and application of database system (011) -- relational database
Solutions to cross domain problems
随机推荐
[neural network] convolutional neural network CNN [including Matlab source code 1932]
2022 年第八届“认证杯”中国高校风险管理与控制能力挑战赛
The hoisting of the upper cylinder of the steel containment of the world's first reactor "linglong-1" reactor building was successful
【玩转 RT-Thread】 RT-Thread Studio —— 按键控制电机正反转、蜂鸣器
[data clustering] realize data clustering analysis based on multiverse optimization DBSCAN with matlab code
《通信软件开发与应用》课程结业报告
Attack and defense world - PWN learning notes
Solutions to cross domain problems
VSCode的学习使用
SQL lab 21~25 summary (subsequent continuous update) (including secondary injection explanation)
RHSA first day operation
[play RT thread] RT thread Studio - key control motor forward and reverse rotation, buzzer
Up meta - Web3.0 world innovative meta universe financial agreement
What are the top-level domain names? How is it classified?
解决 Server returns invalid timezone. Go to ‘Advanced’ tab and set ‘serverTimezone’ property manually
An error occurred when vscade tried to create a file in the target directory: access denied [resolved]
Tutorial on principles and applications of database system (010) -- exercises of conceptual model and data model
Detailed explanation of debezium architecture of debezium synchronization
数据库系统原理与应用教程(010)—— 概念模型与数据模型练习题
数据库系统原理与应用教程(011)—— 关系数据库