
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系統下安裝MegaCli硬Raid軟件監控的方法
- Debian 10 开启和关闭Ipv6的方法
- Debian 10 installation MySQL server record
- debian/Ubuntu系统超级简单的防火墙配置
- 两种自动添加 ip 白名单到cloudflare的脚本
- debian,ubuntu赋予普通用户绑定端口权限的方法
- debian 9添加开机启动命令的记录
- Configure nginx to only allow cloudflare's IP to connect to the server shell script