• Pfsense setup over an existing wired network

    Locked
    17
    0 Votes
    17 Posts
    8k Views
    H

    DD-WRT support DHCP relay and i was playing with this option also.

    on pfsense i have denied unkown users to get a lease from dhcp and i have connected the pfsense LAN side to the campus network
    DHCP forwarder is set on dd-wrt routers to forward dhcp requests to pfsense. routers are connected to campus network from their LAN side

    Now when a registred wireless user connects to ddwrt router, it gets a dhcp from pfsense. but if it's not a registred user, it get an IP from the university DHCP after 1 minute : so no captive portal authetication and no security
    and when a PC connects to campus network, sometimes it doesn't get its IP quickly. this is not a real problem, i think there are some additionnal setup to do with university network and routers.

  • Any package to monitor route path?

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    B

    @sullrich:

    Must have been removed.  I'll look at restoring it soon.

    I marked it as 2.0 cause it was broke.  I don't recall what the issue was, but it certainly doesn't work in HEAD (although I think that might be a package manager issue).

    -Bill

  • Kernel: ipfw: install_state: Too many dynamic rules

    Locked
    6
    0 Votes
    6 Posts
    6k Views
    G

    Thx for the fast reply.
    I`ve made this setup and i will monitor if it will happen again.
    thx again

  • Check task cpu usage from shell script ?

    Locked
    6
    0 Votes
    6 Posts
    6k Views
    S

    Here's an updated version.

    #!/bin/sh PROGS_TO_TEST_FOR="make top ls script screen cvs cvsup" for processing in $PROGS_TO_TEST_FOR; do         CPUUSAGE=`ps awux | grep $processing | grep -v grep | awk '{ print $3 }' | tail -n1`         CPUUSAGEB=`echo 100 \* $CPUUSAGE | bc`         RUNNINGCMD=`ps awux | grep $processing | grep -v grep | awk '{ print $11 }' | tail -n1`         PID=`ps awux | grep $processing | grep -v grep | awk '{ print $2 }' | tail -n1`         if [ $CPUUSAGEB -gt 30 ]; then                 echo "$PID $RUNNINGCMD using more than 30 cpu. restarting"                 kill $PID                 exec $RUNNINGCMD         fi done
  • Reported WAN traffic: accurate on bridged interface?

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    H

    It only counts in/out traffic at one interface and as you only view one of the interfaces you shouldn't see traffic in the graph from another interface. However I haven't tested this yet. Maybe you can do some tests to verify your suspicions?

  • Installing JAP

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    S

    Someone needs to create a pfsense package for you to use it.  Anything else is unsupported.

    I suggest posting a bounty if this is something your willing to fund.

  • Want to pay for some help with pfsense

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    H

    Thanks a lot for the tip.  Will do.

    Hank

  • <disableconsolemenu>not working</disableconsolemenu>

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Strange Issue with RRD Graphs…

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    D

    No rush…I just thought maybe others were seeing the same thing.

    I'll check back in periodically to see if there are any updates.

  • Std PPPoE work, but PPPoE with FreeRadius doesn't

    Locked
    9
    0 Votes
    9 Posts
    8k Views
    ?

    forgot to mentoin that im using 1.0.1 version freshly installed in vmware… any other info needed?

    btw, i have one more question, is it possible to do 1:1 mapping using ip from pppoe client?

  • PfSense needs rebooting to take effect on any change

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    G

    @sullrich:

    Reinstall via a recent snapshot.  We now have a cron job handler item that ensures check_reload_status is running.

    Yes, a reinstall is required to get the new entry.

    Thank you, I'm on my way to install it.

  • Running into road block during setup of FTP

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    H

    You always should try these kind of things from externally. especially such crappy protocols like ftp  ;)

  • Broken CF image at boot up

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    S

    The symlink from /cf/conf to /conf has been damaged.

    Recreate the symlink and it will function again.

  • Feature Request: AuthPF and GUI config

    Locked
    5
    0 Votes
    5 Posts
    4k Views
    J

    Just look at http://granados.sourceforge.net/

    You have to learn C# or VB.NET before of course but if you alreay know some C/C++/java coding it won't be difficult to master C# ;-)

    You can do a lot of thing with that free editor (Visual Studio clone):
    http://www.icsharpcode.net/OpenSource/SD/

  • 0 Votes
    3 Posts
    3k Views
    V

    Alright thanks ;).

    Did not notice this with the previous snapshot, and it too had it's logs
    forwarded to a central syslog server. That syslog server alerts me by email of any
    syslog messages that are not on a "Permited" list.

  • Processes running from status page.

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    H

    @sullven:

    Also another question - if I save my config, reflash should the RRD graphs be reinstalled with the original config when "All" is selected for the backup options?

    RRD-Graphs are not stored in the config.xml so you'll lose this information on backup and not overwrite this information on restore.

  • Bridged setup; adding another subnet?

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    H

    You'll need a vlan capable switch. Though there are nics that can handle vlans better than others most of them should do.

  • Unreal Tournament 2004 Server

    Locked
    21
    0 Votes
    21 Posts
    11k Views
    Y

    I am just going to mention this to make sure its covered, but make sure that you do not have the option to create NAT reflect disabled. You can find this option under System>Advanced, down on the bottom under NAT. Make sure you do not have this checkbox checked, if you want to be able to enter your public IP on your LAN side.

  • Ping: sendto: No buffer space available

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    J

    under status > system how many of your firewall states are full?  You may also check under states to see what they are being used on, let me know what you see there.

  • MOVED: pfsense with XEN

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.