Renew an IP address in MEPIS Linux
I don't why this was so hard to find but it was. To get a refreshed IP address from the DHCP server, either SU or SUDO:
ifdown eth0 { eth0 or whatever network interface you're using.} ifup eth0
There. Done. Why was that so hard to find?