renew-ip.sh 120 B

123456
  1. #/bin/bash
  2. echo "Releasing DHCP ip addr"
  3. sudo dhclient -v -r enp0s3
  4. echo "Requesting new ip addr"
  5. sudo dhclient -v
  6. ip a