Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup logging line so that it is more readable. | Scott Ullrich | 2007-06-09 | 1 | -1/+1 |
| | |||||
* | find_interface_ip() requires a real interface | Scott Ullrich | 2007-06-09 | 1 | -1/+1 |
| | |||||
* | Add function to forcefully reload VPN on wan ip change. | Seth Mos | 2007-05-15 | 1 | -2/+2 |
| | |||||
* | Add missing )'s. How this got past our PHP LINT checker is beyond me. | Scott Ullrich | 2007-05-14 | 1 | -2/+2 |
| | |||||
* | Trim carriage return off of the $old_ip so that the <> comparison works. | Scott Ullrich | 2007-04-27 | 1 | -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 Ullrich | 2007-04-22 | 1 | -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 Ullrich | 2007-02-19 | 1 | -0/+1 |
| | |||||
* | Log more information during rc.newwanip | Scott Ullrich | 2007-02-18 | 1 | -1/+1 |
| | |||||
* | Log more information during rc.newwanip | Scott Ullrich | 2007-02-18 | 1 | -0/+2 |
| | |||||
* | Note the interface that we are working on in the logs to ensure that we are ↵ | Scott Ullrich | 2007-02-18 | 1 | -2/+2 |
| | | | | obtaining the IP address correctly initially | ||||
* | Only restart packages if the IP address changes | Scott Ullrich | 2007-02-09 | 1 | -1/+2 |
| | |||||
* | Work around DHCLIENT issue temporarily until we can deterimine why it is ↵ | Scott Ullrich | 2007-01-25 | 1 | -1/+6 |
| | | | | occuring. | ||||
* | Instead of killing openvpn and restarting, simply HUP it to reload its settings. | Scott Ullrich | 2007-01-08 | 1 | -1/+1 |
| | |||||
* | Merge in new (outbound) load balancing configuration code from HEAD. | Seth Mos | 2006-12-30 | 1 | -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 back | Scott Ullrich | 2006-12-23 | 1 | -7/+0 |
| | |||||
* | Use correct interface when restarting dhclient | Scott Ullrich | 2006-12-17 | 1 | -2/+4 |
| | |||||
* | Revert previous dhclient crontab mojo. When running rc.newwanip if the ip ↵ | Scott Ullrich | 2006-12-16 | 1 | -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 Ullrich | 2006-12-05 | 1 | -7/+0 |
| | | | | check_reload_status | ||||
* | Misc spelling mistakes. Remove old commented out code. | Scott Ullrich | 2006-12-03 | 1 | -4/+1 |
| | |||||
* | Work around the fact that check_reload_status is inheriting socket ↵ | Scott Ullrich | 2006-12-03 | 1 | -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 change | Scott Ullrich | 2006-10-03 | 1 | -1/+1 |
| | |||||
* | Restart msntp on ip change | Scott Ullrich | 2006-10-01 | 1 | -0/+3 |
| | |||||
* | Start packages on ip change again, in Holgers case all pacakges are exiting ↵ | Scott Ullrich | 2006-10-01 | 1 | -0/+3 |
| | | | | during the ip changeover | ||||
* | Kill correct process | Scott Ullrich | 2006-09-13 | 1 | -1/+1 |
| | |||||
* | Correctly deterimine the previous ip address when running under pppoe, as ↵ | Scott Ullrich | 2006-09-12 | 1 | -62/+75 |
| | | | | well. Log an error if we cannot deterimine the ip address for any reason. | ||||
* | Only attempt kill if $helpers is defined | Scott Ullrich | 2006-07-21 | 1 | -1/+2 |
| | |||||
* | Use friendly awk instead of cut. | Scott Ullrich | 2006-07-21 | 1 | -3/+3 |
| | |||||
* | s/$$/$/ | Scott Ullrich | 2006-07-21 | 1 | -10/+10 |
| | |||||
* | MFC Seths most excellent RRD graphing items | Scott Ullrich | 2006-03-21 | 1 | -1/+4 |
| | |||||
* | Remove \n | Scott Ullrich | 2006-03-13 | 1 | -1/+1 |
| | |||||
* | Remove \n | Scott Ullrich | 2006-03-13 | 1 | -3/+5 |
| | |||||
* | Do not alter loopback interface. | Scott Ullrich | 2006-02-15 | 1 | -4/+1 |
| | |||||
* | Fix errors: | Scott Ullrich | 2006-02-09 | 1 | -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 helpers | Scott Ullrich | 2006-01-08 | 1 | -0/+8 |
| | | | | Ticket #772 | ||||
* | Try to shave off more time from rc.newwanip. Apparently MPD is STILL being ↵ | Scott Ullrich | 2005-11-28 | 1 | -2/+3 |
| | | | | blocked. | ||||
* | If for some reason we fail to get the wanip, use get_current_wan_address(); | Scott Ullrich | 2005-11-25 | 1 | -0/+2 |
| | |||||
* | Make sure we are using the friendly interface name. | Scott Ullrich | 2005-11-25 | 1 | -1/+1 |
| | | | | Ticket #702 | ||||
* | @fopen -> fopen | Scott Ullrich | 2005-10-30 | 1 | -1/+1 |
| | |||||
* | Do not check the old recorded ip, dhclient-script creates the file before ↵ | Scott Ullrich | 2005-10-30 | 1 | -12/+0 |
| | | | | running rc.newwanip which will result in the ip never "changing" | ||||
* | If ['system']['use_old_dyndns'] is set, use the old style ez-ipupdate. | Scott Ullrich | 2005-10-03 | 1 | -1/+3 |
| | |||||
* | Include interface in the syslog notice | Scott Ullrich | 2005-09-21 | 1 | -1/+1 |
| | |||||
* | Correctly handle multiple WAN's. | Scott Ullrich | 2005-09-21 | 1 | -7/+15 |
| | | | | Pointy-hat-to: GeekGod | ||||
* | Use filter_configure() | Scott Ullrich | 2005-09-10 | 1 | -4/+1 |
| | |||||
* | Use filter_configure() | Scott Ullrich | 2005-09-10 | 1 | -1/+1 |
| | |||||
* | Do not flush nat table | Scott Ullrich | 2005-09-10 | 1 | -3/+0 |
| | |||||
* | return 0 at end of script | Scott Ullrich | 2005-09-10 | 1 | -0/+2 |
| | |||||
* | Call services_dyndns_configure() after IP change | Scott Ullrich | 2005-09-09 | 1 | -1/+4 |
| | |||||
* | Configure filter via sync() | Scott Ullrich | 2005-08-30 | 1 | -1/+1 |
| | |||||
* | Do not wait on boot sleep holds | Scott Ullrich | 2005-08-28 | 1 | -5/+0 |
| | |||||
* | call non async filter_configure() | Scott Ullrich | 2005-08-28 | 1 | -1/+1 |
| |