Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
8c280191 02/09/2005 05:31 AM Scott Ullrich

Add back accidently deleted line.

b4efbee5 02/09/2005 05:08 AM Scott Ullrich

Woops, turn back on main console

a797e4e3 02/09/2005 02:33 AM Scott Ullrich

Lets REALLY turn the serial port on this time. It was previously "off"

30d0337d 02/09/2005 01:52 AM Scott Ullrich

Start console on serial port after boot.

Needed-by: Soekris and Wrap users

369c0d23 02/08/2005 07:27 PM Scott Ullrich

Do not attempt to generate altq rules if its disabled.

a7710937 02/08/2005 04:59 PM Scott Ullrich

Do not attempt to use a queue if its not associated with a rule.
Change the default queue for magic shaper to be the qHatedDownload on the catch all rule.

84e07b0b 02/08/2005 04:13 PM Scott Ullrich

Bump to 0.28

56f7a4f3 02/08/2005 04:12 PM Scott Ullrich

Don't forget to \n each firewall rule section.

908a2bd1 02/08/2005 04:03 PM Scott Ullrich

Add console to ttys

f01fe0c6 02/08/2005 06:25 AM Scott Ullrich

Re-renable rule error detection.

24d15c0c 02/08/2005 06:23 AM Scott Ullrich
  • remove the temporary rule loading workarounds in /etc/rc
  • adjust the boot order slightly in rc.bootup
  • rename filter_ipmon_start to filter_pflog_start
bf947dcc 02/08/2005 12:32 AM Scott Ullrich

Bump version to 0.27

dd5f1c6a 02/08/2005 12:24 AM Scott Ullrich

Sleep for 10 seconds instead of 5

670f7fcb 02/08/2005 12:03 AM Scott Ullrich

Sleep for 5 seconds then enable rules. Race condition?

10a85853 02/07/2005 11:26 PM Scott Ullrich

Do not use filter_configure on boot.

e423c135 02/07/2005 10:58 PM Scott Ullrich

make sure we enable the firewall before loading rules

2c01f4a5 02/07/2005 09:09 AM Scott Ullrich

Move alias definitions to top tf the file.

f72692cd 02/07/2005 07:55 AM Scott Ullrich

Add labels to lan ipsec rules.

Add "IPSEC: " to each ipsec related rtule

561dda51 02/07/2005 06:24 AM Scott Ullrich

Correct testing behavior for default shell. Previously was tested with bash.

be3239e3 02/07/2005 05:36 AM Scott Ullrich

Log upgrade actions to syslog.

b2774343 02/07/2005 05:00 AM Scott Ullrich

If an error occurs during the rule loading, report the error to the user.

a46b841a 02/07/2005 04:30 AM Scott Ullrich

only set S/SA on tcp rules

45ef491b 02/07/2005 04:13 AM Scott Ullrich

Version bump to 0.26

2a71debf 02/07/2005 04:03 AM Scott Ullrich

Convert filter_configure to return the error text from pf if a ruleset is not loaded correctly for any reason

8d6bd673 02/07/2005 03:48 AM Scott Ullrich

Convert altq ipfw code to use the newer queue types.

72bc087a 02/07/2005 03:45 AM Scott Ullrich

Overhaul many functions in the traffic shaper and make them simpler.

Instead of tareting queue numbers, target the queue name.

56859700 02/06/2005 03:56 AM Scott Ullrich

Bump version to 0.25

19757279 02/05/2005 05:40 AM Scott Ullrich

Aliases now work for ports. Add autocomplete hint field for aliases box on rules edit form.

6cd06447 02/05/2005 01:21 AM Scott Ullrich

Bump version to 0.24

0e44c9e5 02/04/2005 06:33 PM Scott Ullrich

ipfw -f flush before unloading

69d86335 02/04/2005 03:07 PM Scott Ullrich

Since the IPFW module is now compiled with the default to allow all from any to any, take out the code that setup those specific rules.

a89a6c11 02/04/2005 02:52 PM Scott Ullrich

Missed closing bracket.

Pointy-hat-to: me

01fafdd5 02/04/2005 04:21 AM Scott Ullrich

Only unload ipfw module if traffic shaper is disabled AND captive portal is disabled.

b76bcce6 02/03/2005 10:46 PM Scott Ullrich

Do not echo during shaper configuration.

fbc493bc 02/03/2005 10:11 PM Scott Ullrich

Do not echo commands out when setting up traffic shaper configuration.

52d99584 02/03/2005 05:21 AM Scott Ullrich

move max-mss line to correct spot.

Doh!

88d477fc 02/03/2005 04:50 AM Scott Ullrich

Pass targetqueue, not queue.

8c05bb61 02/02/2005 11:58 PM Scott Ullrich

Add an allow rules immediately following the kldload of the ipfw module.

ccee37fd 02/02/2005 11:48 PM Scott Ullrich

Fixup ordering. ALTQ rules load out of the box now!

d5534f02 02/02/2005 10:10 PM Scott Ullrich

Clean up after major ipfw/altq conversion.

Its now working! w00t!

71c2518c 02/02/2005 07:45 PM Scott Ullrich

Add IPFW2+ALTQ traffic shaping. We have now switched the rules portion over to IPFW which will tag the packet accordingly.

8d0ba41f 02/02/2005 02:06 AM Scott Ullrich

Start adding anchors to most common areas of rules so that packages and shell-cmd can furhter modify the system with ease.

ed3b948d 02/02/2005 01:57 AM Scott Ullrich

Minor comment cleanups, add anchor to altqints and extra welcome text after boot sequence is finally complete.

d2f04740 02/02/2005 01:54 AM Scott Ullrich

Remove filter_configure() from late in the process, it interferes with shell-cmd

10616c2b 02/02/2005 01:50 AM Scott Ullrich

Add usbd to system startup.

30c3a306 02/02/2005 01:28 AM Scott Ullrich

Add anchors for: altq, nat and filter.

altq is where all the shaping rules currently live.

nat is where all of the nat related items live.

filter is where the actual filter rules live.

d0b18970 02/01/2005 11:47 PM Scott Ullrich

Version bump to 0.23

18ff56f2 01/31/2005 11:28 PM Scott Ullrich

Add auto upgrade option to pfSense

6305e67c 01/31/2005 08:45 PM Scott Ullrich

Add /etc/rc.filter_configure which can be called from a shell script to configure the filter

19b258da 01/31/2005 08:43 PM Scott Ullrich

Remove ftp-proxy debugging entry.

c9ab5ae1 01/31/2005 07:56 PM Scott Ullrich

Alter ftp-proxy rules a little bit. Be sure to let the firewall itself to allow outgoing proxy traffic.

a78ca285 01/31/2005 06:15 AM Scott Ullrich

Reset password to pfsense

49879dd6 01/30/2005 10:11 PM Scott Ullrich

Woops its /25

14a255d8 01/30/2005 10:11 PM Scott Ullrich

Bump PPTP clients up to 128. Oddly running at 64 still used less ram than on 4.X.

664dcdd5 01/30/2005 09:04 PM Scott Ullrich

Version bump to 0.22 - FTP-PROXY-TIME-EXCELLENT!

c8bd5e7d 01/30/2005 08:18 PM Scott Ullrich

Really remove the label from rdr squid rule

bb2b4007 01/29/2005 10:08 PM Scott Ullrich

Do not label squid transparent proxy rule

5ba18897 01/28/2005 09:25 PM Scott Ullrich

Add per rule state timeout option. Good for heavily loaded http servers, etc.

5b95b5b5 01/27/2005 08:07 PM Scott Ullrich

Bump version to 0.21

a4d0533a 01/27/2005 08:03 PM Scott Ullrich

Fix ftp-proxy ;)

2ee90ba0 01/27/2005 07:10 PM Scott Ullrich

Add debugging entry to syslog

26a59a74 01/25/2005 10:08 PM Scott Ullrich

Bump PPTP vpn client count to 64 and the subnet to 26

d03fb293 01/25/2005 10:04 PM Scott Ullrich

Increase PPTP vpn maximum connections to 50.

57eb13da 01/25/2005 09:46 PM Scott Ullrich

Missing brace

3da9a135 01/25/2005 09:32 PM Scott Ullrich

Add IPCOMP (IP Compression) support to IPSEC VPN's

6dfd800f 01/25/2005 08:42 PM Scott Ullrich

Allow for tcp and udp on ports. Create a proto list in thise case.

52d62b6a 01/25/2005 05:32 PM Scott Ullrich

Remove extra space after udp ipsec rule

c81ffe5a 01/25/2005 05:31 PM Scott Ullrich

Label user rules as USER_RULE: "rule"

43db0312 01/25/2005 12:56 AM Scott Ullrich

Bump version to 0.20

64bb7971 01/25/2005 12:55 AM Scott Ullrich

add rule labels

349aa28e 01/25/2005 12:37 AM Scott Ullrich

Remove unused entries. Ensure the vpn only talks on necessary ports on each endpoint.

80f09203 01/25/2005 12:36 AM Scott Ullrich

Redirect sysctl output to /dev/null

3ea688d0 01/25/2005 12:35 AM Scott Ullrich

Supply full path to sysctl

17b9532b 01/24/2005 11:39 PM Scott Ullrich

Do not try to execute *

aec298f6 01/24/2005 11:01 PM Scott Ullrich

Supply complete path to sysctl

fa45a5ba 01/23/2005 04:54 AM Scott Ullrich

Welcome to 0.19 - Drum N Bass Madness!

b3f4d5a4 01/23/2005 04:38 AM Scott Ullrich

label the custom rules correctly

e5524b56 01/23/2005 04:33 AM Scott Ullrich

Load balancing rule should be created in the rules section. Duh!

523cb504 01/23/2005 04:26 AM Scott Ullrich

Add label for custom and traffic shaper rules

cd2446de 01/23/2005 04:18 AM Scott Ullrich

Remove frag code.

13b76e6d 01/23/2005 03:57 AM Scott Ullrich

We do not use the old flags

5412cd45 01/23/2005 03:50 AM Scott Ullrich

Add lowthroughtput items to magic shaper

36de9000 01/23/2005 03:10 AM Scott Ullrich

Add iptos support

351217ed 01/23/2005 02:37 AM Scott Ullrich

Add maximum states for the firewall to advanced menu.

bb818b3f 01/23/2005 01:04 AM Scott Ullrich

Use max-mss on the scrub rule

3c8243f5 01/23/2005 12:57 AM Scott Ullrich

Dump the custom ipf custom mss clamping options. we can fine tune these in the pf rules.

416ed28d 01/23/2005 12:52 AM Scott Ullrich

Allow for the user to customize the pf optimization options in the system -> advanced menu. the default is normal.

121efc39 01/23/2005 12:00 AM Scott Ullrich

Apparently we will need quick for ALTQ rules

7beae955 01/22/2005 11:35 PM Scott Ullrich

Dont use the quick flag when creating ALTQ rules so the user doesnt accidently open up the firewall to something they do not wish to do.

4025d864 01/22/2005 07:36 PM Scott Ullrich

Remove console links browser option. It does not work correctly with wizard.

58722116 01/22/2005 07:58 AM Scott Ullrich

FIx bug in filter_altq_get_queuename

b6f87f46 01/22/2005 04:50 AM Scott Ullrich

Update (C)

74147695 01/22/2005 04:50 AM Scott Ullrich

Bump version to 0.18

130adf0b 01/22/2005 04:13 AM Scott Ullrich

Turn off debugging echo

9074e2cd 01/22/2005 04:00 AM Scott Ullrich

Add support for squid transparent proxy

e76ad1ac 01/22/2005 03:28 AM Scott Ullrich

Add support for priortizing ACK's

12bcdc89 01/22/2005 02:57 AM Scott Ullrich

Commit what I have so far. Magic shaper now works 100% .. or atleast appears to!

44ce4df1 01/21/2005 11:31 PM Scott Ullrich

switch xml format over to pfsense header and footer. time to break away from m0n0walls configuration since ours is a little different now.

776b3849 01/19/2005 09:55 PM Scott Ullrich

Bump to 0.17

fe236d2c 01/19/2005 01:33 AM Scott Ullrich

Add carp entry