configing more ip in debian9
configing more ip in debian9:
cp /etc/systemd/network/50-default.network /etc/systemd/network/50-default.network.bak
//backup network config
edit your ipconfig
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