linux下新增路由的方法
linux下新增路由的方法: 一:使用 route 命令新增 使用route
命令新增的路由,機器重啟或者網路卡重啟後路由就失效了,方法: //新增到主機的路由 # route add –host
192.168.168.110 dev eth0 ...
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 命令新增
使用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
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/90618/viewspace-675674/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- suse 11 Linux 靜態路由的新增方法Linux路由
- Linux新增路由Linux路由
- 關於linux的新增永久靜態路由的static-routes方法Linux路由
- LINUX下的路由Linux路由
- LINUX新增靜態路由Linux路由
- Linux 下新增多網段方法Linux
- mac/linux 新增靜態路由MacLinux路由
- Linux新增永久靜態路由資訊Linux路由
- Laravel 8 路由模組新增 missing 方法Laravel路由
- Linux下路由配置梳理Linux路由
- linux下新增SWAPLinux
- linux下新增磁碟Linux
- Linux下新增php的zip模組LinuxPHP
- windows 下共用外網與內網的靜態路由新增Windows內網路由
- linux下新增ASM磁碟LinuxASM
- linux新增策略路由python指令碼(待完善)Linux路由Python指令碼
- linux下新增裸裝置Linux
- Centos下新增靜態路由(臨時和永久有效)的操作記錄CentOS路由
- Linux下檢視、新增及配置Linux
- Linux下新增桌面快捷方式Linux
- Linux下新增定時任務Linux
- linux多路徑下線上新增磁碟Linux
- win10系統新增路由器隱藏wifi訊號的方法Win10路由器WiFi
- SCO OpenServer 5下新增硬碟方法(轉)Server硬碟
- linux下的QT打包方法LinuxQT
- 網頁中新增下劃線樣式的方法網頁
- django新增路由訪問helloworldDjango路由
- linux中新增開機自啟服務的方法Linux
- Linux 下掛載硬碟的 方法Linux硬碟
- linux下重啟oracle的方法LinuxOracle
- linux下批次kill程式的方法Linux
- linux下目錄打包的方法Linux
- android原始碼framework下新增新資源的方法Android原始碼Framework
- Laravel5.4 新增路由檔案Laravel路由
- React 路由的使用方法React路由
- Linux下為PHP新增FTP擴充套件LinuxPHPFTP套件
- linux下新增oracle自啟動指令碼LinuxOracle指令碼
- Win10系統下新增索引資料夾的方法Win10索引