summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Sync code against m0n0wall:Scott Ullrich2007-11-151-1/+3
| | | | | | * Output pgtitle in fbegin.inc. A global commit will be coming up to remove the operation from each page shortly.
* Add genhtmltitle() from m0n0wall.Scott Ullrich2007-11-151-31/+40
|
* Reference correct file for upgrade from console.Seth Mos2007-11-121-1/+1
|
* do not run pfctl -ss 4 timesSeth Mos2007-11-101-5/+7
|
* Correctly define Developers kernel option.Scott Ullrich2007-11-101-5/+1
|
* Add libreadline support for command histories.Scott Ullrich2007-11-091-3/+6
| | | | Requested-by: CMB
* Remove any previous MD5 sums after upgrade.Scott Ullrich2007-11-071-0/+3
|
* Remove any previous MD5 sums after upgrade.Scott Ullrich2007-11-071-2/+2
| | | | From Seth:
* Failover in 10 seconds as opposed to 60 seconds on DHCP Server failover mode.Scott Ullrich2007-11-061-1/+1
|
* Minor style nitpicks. # should have a space betwen it and the next text.Scott Ullrich2007-11-051-1/+1
|
* Automatically permit PFTPX traffic behind the scenes. Without this change ↵Scott Ullrich2007-11-051-6/+17
| | | | multi-wan can break ftp very easily when someone defines rules for the same port range (8020-8029).
* IPSEC keep alive pinger using the wrong source IP addressScott Ullrich2007-11-051-8/+8
| | | | Ticket #1482
* remove whitespace at endChris Buechler2007-11-051-1/+1
|
* comment out debugging code, was slightly breaking IPsec logs page and ↵Chris Buechler2007-11-051-0/+4
| | | | possibly others.
* Do not allow DHCP server to be enabled when DHCP relay is enabled, and vice ↵Chris Buechler2007-11-042-4/+32
| | | | | | versa Ticket #1488
* Do not allow dhcp-relay to be enabled if dhcp server is enabled on any ↵Scott Ullrich2007-11-031-0/+18
| | | | interface. Ticket #1488
* Back out counter wrap fix from ticket 1494 as it causes more issues thenSeth Mos2007-11-011-13/+3
| | | | we were trying to solve.
* Add back scriptaculous files which are being used by the RRD graphsSeth Mos2007-11-017-0/+4908
| | | | | page. Replacements welcome if we want it removed. See status_rrd_graph.php
* multiple vlans + spoofmac result in unexpected behaviourScott Ullrich2007-11-011-0/+12
| | | | | | | | | | | | | | | | | | | | | Ticket #1514 Introduction I have an acceptable workaround, so the problem is not urgent, but before i fiogured out the workaround, is was severely impacting performance (3 interfaces not operating). I am a network specialist and I am available to assist wherever possible. If the issue si considered seriousenough for a fix, I can assist in more detailed pinpointing using tcpdumps on test-platforms. Symptoms If a interface is using vlan tagging for virtual interfaces and also the untagged interface is using MAC address spoofing, communication fails on the tagged vlans. Description On interface rl1 is untagged the WAN connection. This requires a spoofed MAC address, eg using <spoofmac>00:03:6b:f7:3b:3f</spoofmac>. On interface rl1 is also a vlan/tagged interface, eg vlan0 using rl1 and vlan tag 5. The tagged interface vlan0 expects to use the original MAC address of the interface rl0. But the issue is that interface rl0 is only processing incoming packets with destination mac address spoof_mac_rl1. Workarounds (no code change required) acceptable configure the <spoofmac>00:03:6b:f7:3b:3f</spoofmac> on all vlan interfaces connected to interface rl1 funny start a tcpdump on the vlan interface. This will put the interface in promiscuous mode and it will process all packets. Now the packets destined for the original MAC address (and active on the vlan interface) bypass Do not use tagged interfaces on a interface with spoofmac Remarks It is very confusing that when a vlan is created, the GUI a refernece shows to the physical/original MAC address, even when the MAC addres of the untagged interface is
* Adding keep alive host to IPsec causes warning in webGUIScott Ullrich2007-11-011-1/+1
| | | | Ticket #1509
* Fix courtesey of Billm, hackathon 2007 conversation.Seth Mos2007-10-291-2/+2
| | | | Forgotten commit.
* Define ifconfig commandSeth Mos2007-10-291-0/+1
|
* Fix typo in variableSeth Mos2007-10-281-1/+1
|
* * removed scriptaculous. It will be added while building the ISODaniel Stefan Haischt2007-10-2810-5705/+0
| | | | or embedded image.
* Fix for Ticket #1494 was committed from my first stab at the fix and not the ↵Bill Marquette2007-10-261-2/+2
| | | | actual fixed code and ended up in ticket #1496
* Remove private networksSeth Mos2007-10-251-3/+0
|
* Update bogons list, it is severly out of dateSeth Mos2007-10-251-20/+5
|
* Ticket 1709: fixed typo in OpenVPN cfg-pageMartin Fuchs2007-10-242-3/+3
|
* Add Codemasters ArchLord MMORPG to traffic shaperMartin Fuchs2007-10-232-1/+15
|
* Ticket 1709: fexed typo in OpenVPN cfg-pageMartin Fuchs2007-10-231-2/+2
|
* Remove size headers since they seem to screw up IESeth Mos2007-10-211-4/+0
|
* Fix layout and unitsSeth Mos2007-10-211-11/+11
|
* Commit missed include file changeSeth Mos2007-10-211-0/+1
|
* Commit wireless frontend codeSeth Mos2007-10-215-0/+40
|
* Improve wireless statsSeth Mos2007-10-211-2/+2
|
* Commit wireless statistics 1st roundSeth Mos2007-10-211-0/+39
|
* List the available Gateways on the rules edit screenSeth Mos2007-10-201-4/+5
|
* lintBill Marquette2007-10-197-89/+76
|
* Fix Javascript errors. Thanks JSLint!!Bill Marquette2007-10-192-5/+5
|
* Remove the beastie boot loader prompt and return to prior freebsd behavior.Scott Ullrich2007-10-192-0/+2
|
* Add function that returns the interface which belongs with the gatewaySeth Mos2007-10-191-0/+15
|
* ratio load balancing should actually workBill Marquette2007-10-191-18/+0
|
* Fix default gateway bitSeth Mos2007-10-191-1/+11
|
* Ticket #1482 - set the source to an interface that is inside the subnet ↵Bill Marquette2007-10-191-3/+10
| | | | definition
* Relax the ip address check and allow duplicate ip address entries.Scott Ullrich2007-10-191-1/+1
|
* Relax the ip address check and allow duplicate ip address entries.Scott Ullrich2007-10-191-1/+1
|
* Lookup the gateway ip for rules which reference gateways by nameSeth Mos2007-10-191-4/+4
|
* Commit function that looks up the gateway ip by name from the Gateways arraySeth Mos2007-10-191-0/+15
|
* Ticket #1476 - use convert multibyte instead of just specialcharsBill Marquette2007-10-191-4/+4
|
* Improve fall through logicSeth Mos2007-10-192-11/+13
|
OpenPOWER on IntegriCloud