当前位置:网站首页>ip作业(1)
ip作业(1)
2022-07-24 05:22:00 【九字宸】

r1
ip route-static 0.0.0.0 0.0.0.0 192.168.3.2
ip route-static 0.0.0.0 0.0.0.0 192.168.4.2
ip route-static 192.168.1.0 255.255.255.0 NULL0
r2
ip route-static 0.0.0.0 0.0.0.0 192.168.5.2
ip route-static 192.168.1.0 255.255.255.0 192.168.3.1
ip route-static 192.168.2.0 255.255.255.0 NULL0
ip route-static 192.168.4.0 255.255.255.0 192.168.3.1
r3
ip route-static 0.0.0.0 0.0.0.0 192.168.6.2
ip route-static 192.168.1.0 255.255.255.0 192.168.4.1
ip route-static 192.168.3.0 255.255.255.0 192.168.4.1
r4
ip route-static 0.0.0.0 0.0.0.0 192.168.9.2
ip route-static 0.0.0.0 0.0.0.0 192.168.10.2 preference 61
ip route-static 192.168.1.0 255.255.255.0 192.168.5.1
ip route-static 192.168.1.0 255.255.255.0 192.168.6.1
ip route-static 192.168.2.0 255.255.255.0 192.168.5.1
ip route-static 192.168.3.0 255.255.255.0 192.168.5.1
ip route-static 192.168.4.0 255.255.255.0 192.168.6.1
ip route-static 192.168.8.0 255.255.255.0 192.168.6.1
r5
ip route-static 0.0.0.0 0.0.0.0 56.1.1.2
ip route-static 192.168.1.0 255.255.255.0 192.168.9.1
ip route-static 192.168.1.0 255.255.255.0 192.168.10.1 preference 61
ip route-static 192.168.2.0 255.255.255.0 192.168.9.1
ip route-static 192.168.2.0 255.255.255.0 192.168.10.1 preference 61
ip route-static 192.168.3.0 255.255.255.0 192.168.9.1
ip route-static 192.168.3.0 255.255.255.0 192.168.10.1 preference 61
ip route-static 192.168.4.0 255.255.255.0 192.168.9.1
ip route-static 192.168.4.0 255.255.255.0 192.168.10.1 preference 61
ip route-static 192.168.5.0 255.255.255.0 192.168.9.1
ip route-static 192.168.5.0 255.255.255.0 192.168.10.1 preference 61
ip route-static 192.168.6.0 255.255.255.0 192.168.9.1
ip route-static 192.168.6.0 255.255.255.0 192.168.10.1 preference 61
ip route-static 192.168.7.0 255.255.255.0 192.168.9.1
ip route-static 192.168.7.0 255.255.255.0 192.168.10.1 preference 61
ip route-static 192.168.8.0 255.255.255.0 192.168.9.1
ip route-static 192.168.8.0 255.255.255.0 192.168.10.1 preference 61
r3上配置dhcp
dhcp enable
ip pool chizi
gateway-list 192.168.8.1
network 192.168.8.0 mask 255.255.255.0
lease day 2 hour 0 minute 0
dhcp select global
边栏推荐
- JUC并发编程基础(1)--相关基础概念
- Write the list to txt and directly remove the comma in the middle
- IP笔记(7)
- JDBC进阶—— 师承尚硅谷(DAO)
- Machine learning & deep learning introduction information sharing summary
- Force buckle: 1-sum of two numbers
- Dameng database_ Trigger, view, materialized view, sequence, synonym, auto increment, external link and other basic operations
- 论文阅读-Endmember-Guided Unmixing Network (EGU-Net) 端元指导型高光谱解混网络
- Foundation of JUC concurrent programming (8) -- read write lock
- Unity shader: realize diffuse reflection and specular reflection
猜你喜欢
随机推荐
碰壁记录(持续更新)
HoloLens 2 开发101:创建首个HoloLens 2应用程序
day1-jvm+leetcode
day4-jvm
HoloLens2开发:使用MRTK并且模拟眼动追踪
IP笔记(11)
Channel attention and spatial attention module
Force buckle: 1-sum of two numbers
UE4 random generation of items
不租服务器,自建个人商业网站(1)
QT drawing exception using pure code
Foundation of JUC concurrent programming (8) -- read write lock
Find the number with the most occurrences in the array
什么是单调队列
不租服务器,自建个人商业网站(2)
ue4 换装系统 2.换装系统的场景捕捉
【无需公网IP】为远程桌面树莓派配置固定的公网TCP端口地址
HoloLens 2 开发:开发环境部署
Unity(二) 更多API和物理引擎
Xshell remote access tool









