
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实例的方法
- Debian 10 开启和关闭Ipv6的方法
- debian 10安装MySQL服务器记录
- MySQL8 method to restrict the connection of the intranet IP segment
- 使用Hyper-V創建Debian minimal
- debian安装docker和Docker面板Portainer并部署Wordpress
- debian 12安装pve出现/etc/pve/local/pve-ssl.key: failed to load错误的解决方法
- debian 7 升级到debian 8并配置bbr加速的详细教程。
- Debian系统webpack: not found的解决方法