• Internet Issues When VPN Connection Drops

    2
    0 Votes
    2 Posts
    762 Views
    L
    Did you read the system logs? I noticed something similar the other day when I shut down a vpn connection, and on checking the system logs noticed that pfSense restarted a bunch of services, triggered by the vpn state change. I haven't noticed that before, normally it's seamless.
  • Odd DHCP / Static IP intermittent problem

    3
    0 Votes
    3 Posts
    1k Views
    M
    @mkent: The pfsense reverted back to a DHCP IP address last night about 3am of it's own accord. The behaviour you describe is seriously unusual. :o  In your place my assumption would be that hardware is failing or that pfSense was corrupted during the original installation. If I was in your position and had a firewall behaving that way I would check the drive for problems, format the drive and reload it from scratch using install media that I'd verified the checksum on beforehand. If the problem persists after a full reinstall, I'd suspect either a driver incompatibility or a hardware issue which I would then start looking for in the runtime and boot logs for inconsistencies or errors. Here are the possible hardware causes that come to mind in troubleshooting order based on my personal experiences:     a. Cabling and/or switch (use a different port and cable)     b. LAN NIC (To verify, try swapping the LAN and WAN assignments using the console menu item #1 and see if the WAN then exhibits the same issue.)     c. Hard disk (check the logs for errors, use Diagnostics: SMART Status: Perform Self-tests, badblocks*)     d. RAM (replacing is the often the surest way to confirm)     e. BIOS bug/corruption (reinstall/upgrade bios)     f. Motherboard badblocks can erase all your data depending on options but is great at finding drive media problems     pkg_add -r e2fsprogs     http://www.freebsd.org/cgi/man.cgi?query=badblocks&sektion=8&apropos=0&manpath=SuSE+Linux%2fi386+7.3
  • Pfsense with virtualbox, I can't connect to internet

    2
    0 Votes
    2 Posts
    1k Views
    6
    I have the same issue. Checked the status of the gateway, and that is marked as active. NAT is set to automatic mode to carry the connection from LAN to WAN, but still there is no internet connection to my virtualbox hosts.
  • Question about traffic graph and minicron

    2
    0 Votes
    2 Posts
    737 Views
    D
    There is a Cron package addon you can install to allow cron style scripts. Go to "System->Packages->Available Packages" and look for Cron.
  • (SOLVED) Link State Up Down

    16
    0 Votes
    16 Posts
    12k Views
    S
    Finally back with one week of testing. I replaced my wireless router with a gigabit switch and then connected the router back into the network as a wireless access point farther downstream. Seems to have worked well. The router must have gotten all weird with heavy load. Thank you all for suggestions and help. It was the difference between failure and getting this thing fixed.
  • Supermicro motherboard security issues

    2
    0 Votes
    2 Posts
    884 Views
    C
    yay i'm on the list… and there is no update for my board yet... at least you cant get to via the internet
  • URGENT: 2.1 getting stuck in Reboot/Shutdown process

    4
    0 Votes
    4 Posts
    1k Views
    P
    For others' information: this issue auto-solved in 2.2 Alpha, which suggests it might be a driver issue specific to 2.1.x.
  • I can't ping, trace or access my pfSense from half of my network.

    21
    0 Votes
    21 Posts
    4k Views
    H
    that's why we are here :-) pfSense has a very active community, and lot's of them are network guru's.
  • Gateway Group with Virtual IP

    5
    0 Votes
    5 Posts
    2k Views
    N
    Hello mindfulCoyote, Thanks for answer me, you are right :). I managed configure this option and tonight i'll test ipsec failover with virtual ip. ;D
  • Looking for pointers on where to start with a *complex* setup

    3
    0 Votes
    3 Posts
    944 Views
    D
    @MindfulCoyote: Not to be pithy, but I think a diagram would be a great place to start. It would add clarity to your description as well as invite commentary. Aside from the additional detail it gives us, just creating the diagram can solidify your own conceptualization. Doesn't have to be fancy, but it should include your major goals like the server "DMZ" and split routing with as much detail as you are interested in adding. You could include this info in the diagram, but lacking the diagram, some questions that I have based on your description are: I'm not entirely clear on the topology. Are you saying it's something like: (LAN1 & LAN2) –> Switch(es) --> pfSense --> Cisco --> (ISP1 & ISP 2) What is the bandwidth of the various links (internet & internal). (pfSense will become a chokepoint in your design, not sure if a Netgate 7541 is up to it? I think the Netgate 7541 includes one year of support... maybe that's a resource for you?) What is the Cisco model number and why do you want to remove it? (Cisco's are generally fairly reliable and generally quite good at doing what they were designed to do.) Your flow diagram is correct. One ISP is currently 50Mbps and the other is 30Mbps. I will draw out a clearer diagram as soon as I can. As far as the hardware goes I was led to believe that it is more than enough for our needs so I hope that this is true. I will check with my Netgate contract… I know there is support but hadn't considered that they may actually help with the firewall setup beyond the basics.
  • Setup pfSense in pppoe transparant mode

    1
    0 Votes
    1 Posts
    740 Views
    No one has replied
  • LDAP with secondary domain controller

    1
    0 Votes
    1 Posts
    729 Views
    No one has replied
  • Configuration_Bandwith

    2
    0 Votes
    2 Posts
    527 Views
    M
    @woodie03: How to create bandwidth allocation per IP? Start here: Firewall: Traffic Shaper: Wizards Choose "Single Lan multi Wan" (or whichever is appropriateto your topology.) Quick how to: http://pfsensesetup.com/qos-management-using-the-traffic-shaper-wizard/ Online documentation: https://doc.pfsense.org/index.php/Traffic_Shaping_Guide Full documentation ("The Book"): http://pfsense.org/book <– I recommend this highly. @woodie03: How to iliminate idle connection? For Captive Portal? Services: Captiveportal: Zones: Idle timeout https://doc.pfsense.org/smiller/Captive_Portal.htm
  • Squid Proxy filtering question

    11
    0 Votes
    11 Posts
    2k Views
    KOMK
    I just tried your config and it's working fine for me. First, I created a Target category named 'Google' and filled it with your domain/IP list and set its description to 'Test WL'. Next, I created a custom Group ACL so that I could test without screwing up access for my users.  I called my group "Test".  The group has only my IP address in it.  For Target Rules, I have Test WL [Google] on top set to Whitelist, and my Default access [all] set to Deny. Redirect mode is Ext URL redirect (enter URL) and Redirect is http://www.mycompany.com. When you make your changes, SquidGuard has a little weirdness that makes you go back to the General tab, click Save and then click Apply.  If you don't do this, your changes won't be acted on and nothing will work as you expected. Now when I go to any URL that isn't in your list, I get my company page.  When I go to any of your URLs, they work perfectly.
  • Spurious input since installing 2.1.3

    4
    0 Votes
    4 Posts
    1k Views
    M
    @MMacD: Yes, it's console output.  '#' most recently. I've used a number of different kvm's and seen them fail a lot of different ways (and more frequently then anticipated). I would suspect the cable first, then the kvm. Temporarily substituting a standard monitor and keyboard in their place would isolate that possibility. Also, if it turns out to be the board, you could try a different USB port for the keyboard input (or swap a USB for the PS2 if it's OG).
  • Configuration

    10
    0 Votes
    10 Posts
    2k Views
    stephenw10S
    So not too good as a room heater then. You need a rack of overclocked Netburst Xeons.  :P Seriously though. pfSense has great traffic shaping/limiting features: https://doc.pfsense.org/index.php/Traffic_Shaping_Guide Using Squid as a 'web accelerator' is unlikely to make much difference if you only have a few machines. Steve
  • Central Admin

    4
    0 Votes
    4 Posts
    883 Views
    stephenw10S
    Though that answer was provided only scraping bits of info from various sources. I have no actual knowledge of the project to back that up.  ;) Steve
  • Very confusing - slow WAN throughput

    6
    0 Votes
    6 Posts
    1k Views
    M
    Two possibilities come to mind. First I would verify that there are no speed/duplexity mismatches anywhere when the pfSense box is in the loop. For simplicity I would take out the switch for testing: laptop –> pfSense --> Modem Check Status: Interfaces under media to see what duplexity pfSense is using on it's interfaces. For the remaining devices (Modem, switch, and laptop) you may have to resort to their indicator lights to verify speed & duplexity. If that all checks out, then I would watch the CPU during the download to see if it's at 100%. Status: RRD Graphs: System: Processor If that all checks out, then I would probably trying a local test to what the pfSense does locally. Something like: laptop --> pfSense --> desktop
  • Problem with IGMP Proxy

    7
    0 Votes
    7 Posts
    6k Views
    K
    @Koenig: @iamkrillin: I ended up changing net.inet.ip.fastforwarding to 1, its under system tunables, this seemed to fix it right up.  no cron job required. I'll give this a try. Thank you! Unfortunately it didn't work for me… I have a TV-server (DVB-T2) on my LAN-side, wich streams TV to the clients on the LAN, and I want to be able to watch TV with clients connected through an OpenVPN-tunnel, but I can't get it to work for more than a few minutes. Anyone who could be nice and patient enough to explain to me how I should set this up?
  • There were error(s) - pfctl: DIOCXCOMMIT: Device busy

    4
    0 Votes
    4 Posts
    2k Views
    G
    The only new thing I run now (compared to old versions) is Unbound. My complete package list: pfBlocker snort squid Unbound
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.