linux不同网络互访,linux 不同网段相互访问

这篇博客介绍了如何在Linux系统中添加路由规则,以实现从默认网段到192.168.0.0/24网段的访问,通过`route add`命令操作,展示了网络配置过程和使用的路由表信息。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

eno16777736: flags=4163  mtu 1500

inet 192.168.1.96  netmask 255.255.255.0  broadcast 192.168.1.255

inet6 fe80::20c:29ff:fe1e:84b5  prefixlen 64  scopeid 0x20

ether 00:0c:29:1e:84:b5  txqueuelen 1000  (Ethernet)

RX packets 2148  bytes 148398 (144.9 KiB)

RX errors 0  dropped 0  overruns 0  frame 0

TX packets 133  bytes 10790 (10.5 KiB)

TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73  mtu 65536

inet 127.0.0.1  netmask 255.0.0.0

inet6 ::1  prefixlen 128  scopeid 0x10

loop  txqueuelen 0  (Local Loopback)

RX packets 9  bytes 764 (764.0 B)

RX errors 0  dropped 0  overruns 0  frame 0

TX packets 9  bytes 764 (764.0 B)

TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

virbr0: flags=4099  mtu 1500

inet 192.168.122.1  netmask 255.255.255.0  broadcast 192.168.122.255

ether 52:54:00:1d:99:a5  txqueuelen 0  (Ethernet)

RX packets 0  bytes 0 (0.0 B)

RX errors 0  dropped 0  overruns 0  frame 0

TX packets 0  bytes 0 (0.0 B)

TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

[[email protected] 桌面]# route     #查看路由信息

Kernel IP routing table

Destination     Gateway         Genmask         Flags Metric Ref    Use Iface

default         192.168.1.1     0.0.0.0         UG    100    0        0 eno16777736

192.168.1.0     0.0.0.0         255.255.255.0   U     100    0        0 eno16777736

192.168.122.0   0.0.0.0         255.255.255.0   U     0      0        0 virbr0

255.255.255.0   0.0.0.0         255.255.255.0   U     100    0        0 eno16777736

[[email protected] 桌面]# route add -net 192.168.0.0 netmask 255.255.255.0 dev eno16777736

# 添加路由规则

Kernel IP routing table

Destination     Gateway         Genmask         Flags Metric Ref    Use Iface

default         192.168.1.1     0.0.0.0         UG    100    0        0 eno16777736

192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 eno16777736

192.168.1.0     0.0.0.0         255.255.255.0   U     100    0        0 eno16777736

192.168.122.0   0.0.0.0         255.255.255.0   U     0      0        0 virbr0

255.255.255.0   0.0.0.0         255.255.255.0   U     100    0        0 eno16777736

spacer.gif

spacer.gif

原文:http://anonymous9smile.blog.51cto.com/10453721/1897290

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值