
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
💘 相关文章
- 亲测可用debian 9添加多ip实例的方法
- 在ubuntu和Debian系统单网卡绑定多个IP v6地址的方法
- debian 8平滑升级到debian 9
- 一款实时监控网络IP质量的python脚本
- nginx安全设置之-限制IP来源只能为cloudflare
- IP 地址数据可靠来源查找供应商-IPinfo
- MySQL8 method to restrict the connection of the intranet IP segment
- 在Debian系統下安裝MegaCli硬Raid軟件監控的方法
- debian 9安装openjdk,tomcat以及开机启动tomcat的方法
- debian/Ubuntu系统超级简单的防火墙配置