root/floppyfw-3.0/scripts/free-outside.sh

Revision 236, 233 bytes (checked in by root, 4 years ago)

Ok, me being stupid here. using renew- as a prefix ended up with an endless loop.

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
6kill `pidof udhcpc` `pidof udhcpd`
7rm /etc/outside.info
8
9/etc/network.init
Note: See TracBrowser for help on using the browser.