博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
route 配置默认网关
阅读量:6092 次
发布时间:2019-06-20

本文共 3362 字,大约阅读时间需要 11 分钟。

影响Linux系统网络中网关配置信息的3种方式

1.生效文件cat /etc/sysconfig/network-scripts/ifcfg-eth0

GATEWAY=10.0.0.254 <- 局域网上网网关地址

命令行优先,且临时生效

[root@host01 ~]# route -nKernel IP routing tableDestination     Gateway         Genmask         Flags Metric Ref    Use Iface10.0.0.0        0.0.0.0         255.255.255.0   U     0      0        0 eth010.0.1.0        10.0.0.11       255.255.255.0   UG    0      0        0 eth0169.254.0.0     0.0.0.0         255.255.0.0     U     1002   0        0 eth00.0.0.0         10.0.0.254      0.0.0.0         UG    0      0        0 eth0 [root@host01 ~]# netstat -nrKernel IP routing tableDestination     Gateway         Genmask         Flags   MSS Window  irtt Iface10.0.0.0        0.0.0.0         255.255.255.0   U         0 0          0 eth010.0.1.0        10.0.0.11       255.255.255.0   UG        0 0          0 eth0169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 eth00.0.0.0         10.0.0.254      0.0.0.0         UG        0 0          0 eth0

route命令添加

[root@host01 ~]# route add default gw 10.0.0.253[root@host01 ~]# route -nKernel IP routing tableDestination     Gateway         Genmask         Flags Metric Ref    Use Iface10.0.0.0        0.0.0.0         255.255.255.0   U     0      0        0 eth010.0.1.0        10.0.0.11       255.255.255.0   UG    0      0        0 eth0169.254.0.0     0.0.0.0         255.255.0.0     U     1002   0        0 eth00.0.0.0         10.0.0.253      0.0.0.0         UG    0      0        0 eth0

route命令删除

[root@host01 ~]# route del default gw 10.0.0.253[root@host01 ~]# route -nKernel IP routing tableDestination     Gateway         Genmask         Flags Metric Ref    Use Iface10.0.0.0        0.0.0.0         255.255.255.0   U     0      0        0 eth010.0.1.0        10.0.0.11       255.255.255.0   UG    0      0        0 eth0169.254.0.0     0.0.0.0         255.255.0.0     U     1002   0        0 eth0

查看路由表信息 ----局域网----不用到网关(局域网)

避免为了没有DHCP服务器,如果没有dhcp后会吧自己模拟成169.254.0.0

[root@host01 ~]# route -nKernel IP routing tableDestination     Gateway         Genmask         Flags Metric Ref    Use Iface10.0.0.0        0.0.0.0         255.255.255.0   U     0      0        0 eth010.0.1.0        10.0.0.11       255.255.255.0   UG    0      0        0 eth0169.254.0.0     0.0.0.0         255.255.0.0     U     1002   0        0 eth00.0.0.0         10.0.0.254      0.0.0.0         UG    0      0        0 eth0代表到达任意地址的时候,通过网关默认的网关路由(没有这一条出不了外网)0.0.0.0         10.0.0.254      0.0.0.0         UG    0      0        0 eth0

临时删除网关路由条目方法

[root@host01 ~]# route del default 10.0.0.254SIOCDELRT: No such device[root@host01 ~]# route del default gw 10.0.0.254[root@host01 ~]# route -nKernel IP routing tableDestination     Gateway         Genmask         Flags Metric Ref    Use Iface10.0.0.0        0.0.0.0         255.255.255.0   U     0      0        0 eth010.0.1.0        10.0.0.11       255.255.255.0   UG    0      0        0 eth0169.254.0.0     0.0.0.0         255.255.0.0     U     1002   0        0 eth0

小结:

Ping域名的时候需要解析,wan

PingIP不需要解析:

Ping内网   在254内

Ping网关同的外网不行

[root@host01 ~]# ping 10.0.0.254PING 10.0.0.254 (10.0.0.254) 56(84) bytes of data.64 bytes from 10.0.0.254: icmp_seq=1 ttl=128 time=0.480 ms64 bytes from 10.0.0.254: icmp_seq=2 ttl=128 time=0.252 ms

2.生效文件 /etc/sysconfig/network

GATEWAY=10.0.0.254 有地时候没有(工作可能有)

转载于:https://www.cnblogs.com/zhaojingyu/p/9110961.html

你可能感兴趣的文章
JavaScript+Html 调用Wcf Rest Api接口
查看>>
推荐:python科学计算pandas/python画图库matplotlib【转】
查看>>
我理解的优秀软件工程师
查看>>
信息安全管理(3):网络安全
查看>>
Unity3D初识---窗口和菜单基础介绍
查看>>
[改善Java代码]集合中的元素必须做到compareTo和equals同步
查看>>
ASM文件系统
查看>>
poj1164 The Castle
查看>>
Combinations Of Coins - Medium
查看>>
vue swiper中的大坑
查看>>
Template Metaprogramming with Modern C++: Introduction
查看>>
二进制、八进制、十进制、十六进制之间的转换
查看>>
洛谷——P1596 [USACO10OCT]湖计数Lake Counting
查看>>
智力大冲浪
查看>>
算法思想(一)理解复杂度
查看>>
JSONP实现跨域
查看>>
Python基础班---第一部分(基础)---Python基础知识---计算机组成原理
查看>>
虚拟机VMware 9安装苹果MAC OSX 10.8图文教程
查看>>
POJ3694 Network
查看>>
Matconvnet环境配置一些坑
查看>>