搜索

一台路由器如何连接两个不同网段pc,使其能互联,路由器是cisco2811,无w...

发布网友 发布时间:2024-10-24 12:22

我来回答

4个回答

热心网友 时间:2天前

2个接口,分别配置2个网段的IP地址
比如Ethernet0/0是192.168.1.1/24,ethernet0/1是192.168.100.1/24
enable
conf t
int f0/0
ip add 192.168.1.1 255.255.255.0
no shu
int f0/1
ip add 192.168.100.1 255.255.255.0
no shu
end
然后就可以试试看了
如果只有一个接口,可以配置secondary地址
方法:
int f0/0
ip add 192.168.1.1 255.255.255.0
ip add 192.168.100.1 255.255.255.0 sec

热心网友 时间:2天前

那你还不如接交换机 做单臂路由 Current configuration : 1079 bytes
!
!
!
!
!

路由配置:
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.1
encapsulation dot1Q 2
ip address 192.168.1.1 255.255.255.0
!
interface FastEthernet0/0.2
encapsulation dot1Q 3
ip address 192.168.2.1 255.255.255.0

交换机配置version 12.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Switch
!
!
!
interface FastEthernet0/1
switchport mode trunk
!
interface FastEthernet0/2
!
interface FastEthernet0/3
switchport access vlan 2
switchport mode access
!
interface FastEthernet0/4
switchport access vlan 3
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16

这样两个网段都能互通用电脑接交换机

热心网友 时间:2天前

如果你是打算一个端口一个网段。只要在端口上配置IP,再做个路由宣告,写两个静态路由就可以了。如果是一个端口两个网段,需要你的交换机,至少也要是个智能网管型的二层交换,或者三层交换,做VLAN划分。

热心网友 时间:2天前

晕死,那么强大功能的路由器不敢多口,建议咨询cisco客服,有专业的技术人员帮你解决
声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。
E-MAIL:11247931@qq.com
Top