nano /etc/rc.local
#!/bin/bash
ifconfig ens3:0 188.165.x.x/32
exit 0
save
chmod +x /etc/rc.local
Don’t forget to edit your correct network interface (ens3)
nano /etc/rc.local
#!/bin/bash
ifconfig ens3:0 188.165.x.x/32
exit 0
save
chmod +x /etc/rc.local
Don’t forget to edit your correct network interface (ens3)
Recent Comments