发布网友 发布时间:2022-05-24 23:03
共3个回答
热心网友 时间:2023-11-10 06:47
简单的做法:追答enable
configure terminal
interface f0/0
ip address 192.168.1.1 255.255.255.0
no shutdown
interface f0/1
ip address 192.168.2.1 255.255.255.0
no shutdown
interface f1/0
ip address 192.168.3.1 255.255.255.0
no shutdown
interface f1/1
ip address 192.168.4.1 255.255.255.0
no shutdown
exit
router rip
network 192.168.1.0
network 192.168.2.0
network 192.168.3.0
network 192.168.4.0
exit
copy running-config start-config
热心网友 时间:2023-11-10 06:48
首先把ip地址给配好吧,如果你同一个路由器下的两台pc没有用交换机先连的话,那么就要在路由器上用两个ip地址分别和两台pc同一网段的端口作为网关,然后把这两个端口划为一个vlan才能让两台pc通信,不同路由之间的通信如果简单点可以先用静态路由表建好,动态路由也行,然后把nat也做了,这样就可以让pc1和pc2通信之余,还可以与3456通信热心网友 时间:2023-11-10 06:48
这个比较简单,你打算用什么模拟器实现?