当前位置:网站首页>IP job (1)
IP job (1)
2022-07-24 06:16:00 【Nine character Chen】

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 On the configuration 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
边栏推荐
- Unity shader migrated from built-in rendering pipeline to URP
- Sort ArrayList < ArrayList < double> >
- Data warehouse and data warehouse modeling
- Dameng database_ Logical architecture foundation
- Unity shader: realize diffuse reflection and specular reflection
- 常见十大漏洞总结(原理、危害、防御)
- IP笔记(8)
- Channel attention and spatial attention module
- Unity2d horizontal game jump real-time response
- IA笔记 1
猜你喜欢

Lua基础

unity2D横版游戏跳跃实时响应

IP笔记(8)

IP课总结(3)

Machine learning & deep learning introduction information sharing summary

不租服务器,自建个人商业网站(3)

Unity (III) three dimensional mathematics and coordinate system

Paper reading endmember guided unmixing network (EGU net)

First knowledge of graphics

Hololens2 development: use MRTK and simulate eye tracking
随机推荐
day5-jvm
IP课(OSPF)综合实验
常见AR以及MR头戴显示设备整理
Dameng database_ Common commands
Conversion of world coordinate system, camera coordinate system and image coordinate system
Yolov5 learning summary (continuously updated)
Unity2d game let characters move - Part 1
LSTM neural network
公网使用Microsoft Remote Desktop远程桌面,随时远程办公
ue4 瞄准偏移
UE4:浅谈什么是GamePlay框架
Jupyter notebook select CONDA environment
Unity (III) three dimensional mathematics and coordinate system
Unity基础知识及一些基本API的使用
Find the number with the most occurrences in the array
Bat batch script, running multiple files at the same time, batch commands executed in sequence, and xshell script.
餐饮数据统计分析---泰迪云课程大作业
本地搭建WordPress个人博客,并内网穿透发布上线 (22)
UE4 aiming offset
Foundation of JUC concurrent programming (1) -- related basic concepts