root/floppyfw-3.0/scripts/free-outside.sh
| Revision 236, 233 bytes (checked in by root, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | # Very simple script to make sure we can renew IP address from DHCP. |
| 3 | # Made by; Jukka <user@domain.invalid> |
| 4 | # (Yeah, that's what the post said :=) |
| 5 | |
| 6 | kill `pidof udhcpc` `pidof udhcpd` |
| 7 | rm /etc/outside.info |
| 8 | |
| 9 | /etc/network.init |
Note: See TracBrowser
for help on using the browser.