summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip_edit.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Backout /32 change, it doesnt work on FreeBSD as it does on OpenBSD. All ↵Scott Ullrich2006-05-301-4/+0
| | | | traffic stopped even though master / slave status was correct.
* * Force CARP ip's with a subnet of /32 to avoid foot shooting aka kernel panicsScott Ullrich2006-05-301-2/+5
| | | | * Use reset_carp()
* three -> twoScott Ullrich2006-05-051-1/+1
|
* Only check first two octets when validating that a comprable real ip exists ↵Scott Ullrich2006-04-261-3/+3
| | | | for CARP.
* remove <p> from notice/errorScott Ullrich2006-04-251-1/+1
|
* /input_error/input_errors/Scott Ullrich2006-04-251-1/+1
|
* s/===/==/Scott Ullrich2006-04-251-1/+1
|
* MFC 11967Scott Ullrich2006-04-251-0/+30
| | | | | Do not allow user to shoot themselves in the foot (and the kernel, apparently) by adding a CARP ip to the system if a real ip on a real interface doesnt exist to match. Tickets:
* Call interfaces_carp_bring_up_final() as well after editing virtual carp ipsScott Ullrich2006-04-191-0/+1
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Nuke display_topbar(). Its's currently red and looks incredibly out of ↵Scott Ullrich2005-12-051-1/+0
| | | | place. Hopefully we can add this back post 1.0
* MFC 7446Scott Ullrich2005-11-071-10/+14
| | | | | | Remove range feature. Will be reinvestigated after 1.0 Ticket #660 Ticket #661
* Adjust carp bootup sequence. Do not down the interfaces and later up them.Scott Ullrich2005-09-241-3/+0
|
* Allow for an "other" virtual IP which is neither ProxyARP or CARPBill Marquette2005-08-061-0/+9
| | | | | | | Useful if the IP is already routed to you (PPPOE for example) and you just want to use it for NAT XXX: Need a icon_other hoba ;)
* Count from 1 to 255.Scott Ullrich2005-07-301-1/+1
|
* Ticket #269: Proxy ARP shouldn't allow for CIDR selection when doing a ↵Bill Marquette2005-07-281-0/+1
| | | | single address :)
* Sync after wan configurationScott Ullrich2005-07-231-0/+6
|
* Actually use existing advskew and vhid instead of defaulting to 0.Bill Marquette2005-07-151-63/+12
|
* Allow CARP to have a netmask and dynamically change info text next to ↵Bill Marquette2005-07-141-2/+18
| | | | netmask option
* disable proxyarp range input for now until NAT config screens are ready for itBill Marquette2005-07-131-2/+2
|
* fix field selections and really make passwords saveBill Marquette2005-07-131-3/+4
|
* use subnet not ipaddrBill Marquette2005-07-131-3/+3
|
* duh, helps if you commit the code you want people to use!Bill Marquette2005-07-131-0/+391
without further ado, heres the new virutal IP code :)
OpenPOWER on IntegriCloud