当前位置:首页 » 操作系统 » linux加路由命令

linux加路由命令

发布时间: 2022-02-10 21:46:33

linux如何配置路由

linux下添加路由的方法:
一:使用 route 命令添加
使用route 命令添加的路由,机器重启或者网卡重启后路由就失效了,方法:
//添加到主机的路由
# route add –host 192.168.168.110 dev eth0
# route add –host 192.168.168.119 gw 192.168.168.1
//添加到网络的路由
# route add –net IP netmask MASK eth0
# route add –net IP netmask MASK gw IP
# route add –net IP/24 eth1
//添加默认网关
# route add default gw IP
//删除路由
# route del –host 192.168.168.110 dev eth0

二:在linux下设置永久路由的方法:
1.在/etc/rc.local里添加
方法:
route add -net 192.168.3.0/24 dev eth0
route add -net 192.168.2.0/24 gw 192.168.3.254

2.在/etc/sysconfig/network里添加到末尾
方法:GATEWAY=gw-ip 或者 GATEWAY=gw-dev

3./etc/sysconfig/static-router :
any net x.x.x.x/24 gw y.y.y.y

Ⅱ route add 添加路由的命令

你得提供你内网的网关、子网,大概的网络情况

后用route add添加路由到你电脑的路由表。

用route与用什么软件没有关系,只与你的网络环境有关

Ⅲ linux怎么添加静态路由

linux下添加路由的方法:
一:使用 route 命令添加使用route 命令添加的路由,机器重启或者网卡重启后路由就失效了。

# route del –host 192.168.168.110 dev eth0
二:在linux下设置永久路由的方法:
1.在/etc/rc.local里添加方法:
route add -net 192.168.3.0/24 dev eth0
route add -net 192.168.2.0/24 gw 192.168.3.254
2.在/etc/sysconfig/network里添加到末尾
方法:GATEWAY=gw-ip 或者 GATEWAY=gw-dev
3./etc/sysconfig/static-router :
any net x.x.x.x/24 gw y.y.y.y

Ⅳ linux添加静态路由命令

route add –host 192.168.40.3 gw 192.12.10.1

Ⅳ linux怎么永久添加路由

举例:
vim /etc/sysconfig/network-scripts/route-eth0
添加如下信息:
192.168.142.100/32 via 192.168.142.10
192.168.142.200/32 via 192.168.142.20
保存并退出。

Ⅵ linux路由设置命令

linux的路由设置命令主要是route:
1、添加路由命令: route add -net 192.168.0.0/24 gw 192.168.0.1 增加一个到192.168.X.X的网段,网关为192.168.0.1。
2、删除路由命令:route del -net 192.168.0.0/24 gw 192.168.0.1
3、新增默认路由:route add default gw 192.168.0.1
4、查询路由表 : route -n

Ⅶ linux添加静态路由

linux下添加路由的方法:
一:使用 route 命令添加
使用route 命令添加的路由,机器重启或者网卡重启后路由就失效了,方法:
//添加到主机的路由
# route add –host 192.168.168.110 dev eth0
# route add –host 192.168.168.119 gw 192.168.168.1
//添加到网络的路由
# route add –net IP netmask MASK eth0
# route add –net IP netmask MASK gw IP
# route add –net IP/24 eth1
//添加默认网关
# route add default gw IP
//删除路由
# route del –host 192.168.168.110 dev eth0

二:在linux下设置永久路由的方法:
1.在/etc/rc.local里添加
方法:
route add -net 192.168.3.0/24 dev eth0
route add -net 192.168.2.0/24 gw 192.168.3.254

2.在/etc/sysconfig/network里添加到末尾
方法:GATEWAY=gw-ip 或者 GATEWAY=gw-dev

3./etc/sysconfig/static-router :
any net x.x.x.x/24 gw y.y.y.y
满意请采纳。

热点内容
我的世界tim服务器ip 发布:2025-01-10 08:55:40 浏览:343
为什么gg都是服务器无响应 发布:2025-01-10 08:53:27 浏览:587
qq消息记录加密 发布:2025-01-10 08:52:46 浏览:118
扫描wifi密码在哪里找 发布:2025-01-10 08:52:40 浏览:871
股票c语言 发布:2025-01-10 08:52:31 浏览:78
数据库监测 发布:2025-01-10 08:51:57 浏览:204
solidworks缓存 发布:2025-01-10 08:51:56 浏览:712
sql语言有什么 发布:2025-01-10 08:51:48 浏览:976
php开发实例教程 发布:2025-01-10 08:49:29 浏览:497
android显示隐藏控件 发布:2025-01-10 08:49:23 浏览:742