configing more ip in debian9
configing more ip in debian9:
1
cp /etc/systemd/network/50-default.network /etc/systemd/network/50-default.network.bak
//backup network config
edit your ipconfig
1
2
3
4
5
6
vi /etc/systemd/network/50-default.network
as:
Address=22.33.44.55/32
gateway=0.0.0.0
mast=255.255.255.0
…………………………
restart network
systemctl restart systemd-networkd
💘 相关文章
- 在ubuntu和Debian系统单网卡绑定多个IP v6地址的方法
- 亲测可用debian 9添加多ip实例的方法
- 解决路由器ip变动的方法
- debian 12安装pve出现/etc/pve/local/pve-ssl.key: failed to load错误的解决方法
- ubuntu/Debian出现 libcrypto.so.1.1: cannot open shared object file:的解决方法
- IP段到底有多少个IP?/56是多少个IP?IPv6盒IPv4度IP网段地址表示数大全
- soyoustart添加多ip的方法
- debian 10單網卡添加多個IPv6地址的方法
- 在Debian系統下安裝MegaCli硬Raid軟件監控的方法
- debian 10安装MySQL服务器记录