Comment demander une nouvelle adresse IP à mon serveur DHCP sous Ubuntu Server ?
Comment demander une nouvelle adresse IP à mon serveur DHCP sous Ubuntu Server ?
Je sais there is a simple command for this, mais how do I tell mon Ubuntu server instance to request a nouveau IP address depuis le DHCP server on eth0?
Re: Comment demander une nouvelle adresse IP à mon serveur DHCP sous Ubuntu Server ?
`dhclient eth0
```
man page: **[dhclient](https://linux.die.net/man/8/dhclient)**
```
man page: **[dhclient](https://linux.die.net/man/8/dhclient)**