ubuntu18⽹卡配置永久静态路由server和desktop版-更新
⼀、ubuntu18 ⽹卡配置永久静态路由 server版
ubuntu系统⽤的⽐较少,从ubuntu 18 server开始使⽤netplan管理卡;  纪录⼀下⽹卡配置,和静态路由配置;pinphp
netpan 命令帮助
root@fjgdwl_ubuntu_template:~# netplan help
usage: /usr/sbin/netplan  [-h] [--debug]  ...
Network configuration in YAML
optional arguments:
-h, --help  show this help message and exit
--debug    Enable debug messages    使⽤debug⽅式运⾏,前台显⽰运⾏⽇志;例  netplan --debug apply
Available commands:
help      Show this help message
apply    Apply current netplan config to running system    运⾏新的配置到服务器;似重启⽹卡
generate  Generate backend specific configuration files from  ⽣成配置⽂件(/etc/netplan/ 可能没有yaml ⽂件)
/etc/netplan/*.yaml
info      Show current netplan version and available features  显⽰版本
ip        Retrieve IP information from the system
try      Try to apply a new netplan config to running system, with  尝试验证配置⽂件
automatic rollback
配置:
root@ubuntu_18:~# vim /etc/netplan/tools-netcfgv4.yaml
# This file generated by castools, describes the ipv4 network interfaces available on your system
network:
version: 2
renderer: networkd
ethernets:
#hwaddr: 0c:da:41:1d:bf:44
ens3:
addresses:
- 192.168.136.6/28
routes:centos和ubuntu
- to: 10.166.0.0/15
via: 192.168.136.1
- to: 10.168.0.0/13
via: 192.168.136.1
c语言冒泡法排序#gateway4: 192.168.136.1
#hwaddr: 0c:da:41:1d:d0:65
ens10:
addresses:
html json文件
- 192.168.137.6/28
gateway4: 192.168.137.1
root@fjgdwl_ubuntu_template:~# netplan apply  重启⽹卡
=============================================================================================
⼆、ubuntu18 ⽹卡配置永久静态路由 desktop版
碰到服务器第三⽅装的系统。
⽹卡配置是这样的,通过查看系统版本发现装成了ubuntu desktop版本,是⽤图形界⾯配置的⽹络 默认使⽤了NetworkManager由于远程访问不能断⽹通过 grep -r "10.110.5.2" * 到了⽹卡配置⽂件在</etc/NetworkManager/system-connections/有线连接 2>。
看配置⽂件毫⽆头脑;试了下centos配置⽹卡的命令<nmtui>居然可以;
#nmtui  按步骤点击 可以添加路由,保存之后会同步到配置⽂件中,并且不需要重启⽹卡;
黄⾊部分是新添加的路由
root@huawei-2488-V5:/etc# cat NetworkManager/system-connections/有线连接\ 2 [connection]
id=有线连接2
uuid=c49242d8-3043-39bd-a0bc-32fd645767db
type=ethernet
autoconnect-priority=-999
permissions=
timestamp=1627875689
[ethernet]
iframe透明下拉框mac-address=F0:33:E5:1B:A5:DC
mac-address-blacklist=
[ipv4]
address1=10.10.5.2/29
dns-search=
ignore-auto-routes=true
林的写法田字格method=manual
route1=10.172.0.0/14,10.10.5.1
route2=10.180.0.0/15,10.10.5.1
route3=10.218.0.0/15,10.10.5.1
route4=10.220.0.0/14,10.10.5.1
route5=10.224.0.0/14,10.10.5.1
[ipv6]
addr-gen-mode=stable-privacy
dns-search=
method=auto

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。