summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
Commit message (Collapse)AuthorAgeFilesLines
* Reinstate dhclient_update_gateway_groups_defaultroute() it was moved to gwlb.incScott Ullrich2009-07-091-1/+2
|
* It looks like half of my commit is missing, comment this function out for a bit.Scott Ullrich2009-06-241-1/+1
|
* Update gateway group gateway IP for dhcp interface wan interfaces.Scott Ullrich2009-03-181-0/+3
|
* Use product_nameScott Ullrich2008-11-101-2/+2
|
* Sync the time on ip change and alert the logsScott Ullrich2008-11-091-2/+6
|
* Try to use where possible filter_configure so upcoming event modifications ↵Ermal Luçi2008-11-081-1/+1
| | | | can be easily integrated.
* * Rename get_current_wan_address to get_interface_ipErmal Luçi2008-10-231-3/+3
| | | | | | * Rename get_real_wan_interface to get_real_interface * Simplify get_interface_ip by using find_interface_ip which should help in speed to since its using caching. Pointed by billm@ * Cleanup some code when passing or remove some unused one.
* * Remove bigpond support from backend.Ermal Luçi2008-10-061-6/+1
| | | | | * Use killbypid instead of sigkillbypid SIGUSR2 is not doing what is expected. * Actually start pppoe/pptp when the routing is called for this.
* * Merge multiple PPPoE/PPTP interfaces from RELENG_1_MULTI_ANYTHINGErmal Luçi2008-07-141-17/+9
| | | | | | | * Much improved rule generation speed * Many bug fixing in general of the interface handling NOTE: this is only half part of the changes the other half will come after
* Remove configure_slbd() from rc.newwanip.Seth Mos2008-07-081-4/+0
| | | | Does relayd need this hook no rc.newwanip?
* remove the setup_gateways_monitor() from system_routing_configure() as this ↵Seth Mos2008-07-011-3/+4
| | | | | | | | causes a filter reload loop when apinger is reloading. Change apinger to reload instead of killing use setup_gateways_monitor() in rc.bootup and rc.newwanip
* Cleanup logging line so that it is more readable.Scott Ullrich2007-06-091-1/+1
|
* find_interface_ip() requires a real interfaceScott Ullrich2007-06-091-1/+1
|
* Add function to forcefully reload VPN on wan ip change.Seth Mos2007-05-151-2/+2
|
* Add missing )'s. How this got past our PHP LINT checker is beyond me.Scott Ullrich2007-05-141-2/+2
|
* Trim carriage return off of the $old_ip so that the <> comparison works.Scott Ullrich2007-04-271-2/+2
| | | | This should fix the packages from always being restarted even if the ip was the same.
* When dhclient renews the ip address and the ip has not changed then ↵Scott Ullrich2007-04-221-2/+4
| | | | old_ip_address will not be set. Ignore this and do not reload all packages when the ip has not changed.
* Exit after restarting dhclient.Scott Ullrich2007-02-191-0/+1
|
* Log more information during rc.newwanipScott Ullrich2007-02-181-1/+1
|
* Log more information during rc.newwanipScott Ullrich2007-02-181-0/+2
|
* Note the interface that we are working on in the logs to ensure that we are ↵Scott Ullrich2007-02-181-2/+2
| | | | obtaining the IP address correctly initially
* Only restart packages if the IP address changesScott Ullrich2007-02-091-1/+2
|
* Work around DHCLIENT issue temporarily until we can deterimine why it is ↵Scott Ullrich2007-01-251-1/+6
| | | | occuring.
* Instead of killing openvpn and restarting, simply HUP it to reload its settings.Scott Ullrich2007-01-081-1/+1
|
* Merge in new (outbound) load balancing configuration code from HEAD.Seth Mos2006-12-301-0/+6
| | | | | | | | | | * assign interfaces to pool instead of manual IP configuration * Only show interfaces with a gateway * Offer list of monitor IPs including interface gateways. This code is tested for outbound load balancing on a carp cluster and works for me (smos). The server side needs testing. Which I don't know how to. Let's give it a run for a snapshot or 2.
* Remove old workaround code now that ISC dhclient is backScott Ullrich2006-12-231-7/+0
|
* Use correct interface when restarting dhclientScott Ullrich2006-12-171-2/+4
|
* Revert previous dhclient crontab mojo. When running rc.newwanip if the ip ↵Scott Ullrich2006-12-161-1/+8
| | | | | | == 0.0.0.0 then fire off dhclient again. As seen on the forums ( http://forum.pfsense.org/index.php/topic,2645.0/topicseen.html )
* Back out changes to try and fix OpenVPN. We really need to fix ↵Scott Ullrich2006-12-051-7/+0
| | | | check_reload_status
* Misc spelling mistakes. Remove old commented out code.Scott Ullrich2006-12-031-4/+1
|
* Work around the fact that check_reload_status is inheriting socket ↵Scott Ullrich2006-12-031-0/+12
| | | | | | descriptors from other programs. Kill check_reload_status on wan ip change and restart it. That way openvpn can be killed and restarted, etc. In addition while I am here, we really should restart openvpn after WAN ip changes as well.
* Misc OpenNTPD changes. Do not restart on wan ip changeScott Ullrich2006-10-031-1/+1
|
* Restart msntp on ip changeScott Ullrich2006-10-011-0/+3
|
* Start packages on ip change again, in Holgers case all pacakges are exiting ↵Scott Ullrich2006-10-011-0/+3
| | | | during the ip changeover
* Kill correct processScott Ullrich2006-09-131-1/+1
|
* Correctly deterimine the previous ip address when running under pppoe, as ↵Scott Ullrich2006-09-121-62/+75
| | | | well. Log an error if we cannot deterimine the ip address for any reason.
* Only attempt kill if $helpers is definedScott Ullrich2006-07-211-1/+2
|
* Use friendly awk instead of cut.Scott Ullrich2006-07-211-3/+3
|
* s/$$/$/Scott Ullrich2006-07-211-10/+10
|
* MFC Seths most excellent RRD graphing itemsScott Ullrich2006-03-211-1/+4
|
* Remove \nScott Ullrich2006-03-131-1/+1
|
* Remove \nScott Ullrich2006-03-131-3/+5
|
* Do not alter loopback interface.Scott Ullrich2006-02-151-4/+1
|
* Fix errors:Scott Ullrich2006-02-091-5/+5
| | | | | | | Parse error: syntax error, unexpected ';' in /etc/rc.newwanip on line 52 Parse error: syntax error, unexpected '}' in /etc/rc.newwanip on line 55 Thanks to Trendchiller for allowing me access to his firewall to investigate.
* Killoff old incoming FTP helpersScott Ullrich2006-01-081-0/+8
| | | | Ticket #772
* Try to shave off more time from rc.newwanip. Apparently MPD is STILL being ↵Scott Ullrich2005-11-281-2/+3
| | | | blocked.
* If for some reason we fail to get the wanip, use get_current_wan_address();Scott Ullrich2005-11-251-0/+2
|
* Make sure we are using the friendly interface name.Scott Ullrich2005-11-251-1/+1
| | | | Ticket #702
* @fopen -> fopenScott Ullrich2005-10-301-1/+1
|
* Do not check the old recorded ip, dhclient-script creates the file before ↵Scott Ullrich2005-10-301-12/+0
| | | | running rc.newwanip which will result in the ip never "changing"
OpenPOWER on IntegriCloud