真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯網站制作重慶分公司

linux添加下一跳命令,設置下一跳的命令

在linux命令行下從一行跳入下一行命令,不輸入回車,輸入什么命令

光標定位

創(chuàng)新互聯成立與2013年,先為涉縣等服務建站,涉縣等地企業(yè),進行企業(yè)商務咨詢服務。為涉縣企業(yè)網站制作PC+手機+微官網三網同步一站式服務解決您的所有建站問題。

01 G 移至最后一行行首

02 nG 移至第n行行首

03 n+ 下移n行,行首

04 n- 上移n行,行首

05 n$ 下移n行(1表示本行),行尾

06 0 所在行行首

07 $ 所在行行尾

08 ^ 所在行首字母

09 h,j,k,l 左移,下移,上移,右移

10 H 當前屏幕首行行首

11 M 屏幕顯示文件的中間行行首

12 L 當前屏幕最底行行首

linux怎么添加靜態(tài)路由

linux系統(tǒng)下路由的操作:

查看路由表:

route -n/ip route

添加路由:

route add -host 1.1.1.1/32 gw 172.18.30.45

route add -host 主機ip地址 gw 下一跳[ip或設備]

route add -net 10.20.20.0/24 dev eth0

route add -net 網段 gw 下一跳[ip或設備]

刪除路由:

route del -net 10.20.20.0/24 【刪除網段路由】

route del -host 1.1.1.1? ?【刪除主機路由】

默認網關:

route add default gw 172.18.30.204

route del default gw 172.18.30.204

具體操作:

[root@test1 ~]# ip route

10.10.10.10 via 172.18.30.1 dev eth0

172.18.30.0/24 dev eth0? proto kernel? scope link? src 172.18.30.45

192.168.122.0/24 dev virbr0? proto kernel? scope link? src 192.168.122.1

169.254.0.0/16 dev eth0? scope link? metric 1002

default via 172.18.30.254 dev eth0? proto static

[root@test1 ~]# route

Kernel IP routing table

Destination? ? ?Gateway? ? ? ? ?Genmask? ? ? ? ?Flags Metric Ref? ? Use Iface

bogon? ? ? ? ? ?bogon? ? ? ? ? ?255.255.255.255 UGH? ?0? ? ? 0? ? ? ? 0 eth0

172.18.30.0? ? ?*? ? ? ? ? ? ? ?255.255.255.0? ?U? ? ?0? ? ? 0? ? ? ? 0 eth0

192.168.122.0? ?*? ? ? ? ? ? ? ?255.255.255.0? ?U? ? ?0? ? ? 0? ? ? ? 0 virbr0

link-local? ? ? *? ? ? ? ? ? ? ?255.255.0.0? ? ?U? ? ?1002? ?0? ? ? ? 0 eth0

default? ? ? ? ?bogon? ? ? ? ? ?0.0.0.0? ? ? ? ?UG? ? 0? ? ? 0? ? ? ? 0 eth0

[root@test1 ~]#

[root@test1 ~]# route add -host 1.1.1.1/32 gw 172.18.30.45

[root@test1 ~]# route add -net 10.20.20.0/24 dev eth0

[root@test1 ~]# route del -net 10.20.20.0/24

[root@test1 ~]# route del -host 1.1.1.1

[root@test1 ~]# route add default gw 172.18.30.204

[root@test1 ~]# route del default gw 172.18.30.204

更多l(xiāng)inux知識建議參考《Linux就該這樣學》,linux的學習需要多巧多練習,加油吧

Linux的下進入下一級的命令有什么?

Cd命令 例如/root/123 這樣的路徑 你現在在/root 想要進123就可以 輸入cd /root/123

《Linux就該這么學》不錯的Linux學習書籍 里面各個命令講解的很清楚

求救,linux高手進?。?!

route add -host 3.3.3.1 netmask 255.255.255.0 gateway 5.2.2.2 dev eth1

試試吧!


本文標題:linux添加下一跳命令,設置下一跳的命令
URL地址:http://weahome.cn/article/dsgijop.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部