• OpenVPN & AD user authentication in 2.1

    2
    0 Votes
    2 Posts
    3k Views
    P
    Small progress Adjusted Authentication server setup so that Level: Entire SubTree Authentication containers (4) CN=Users,DC=company,DC=local; OU=SBSUsers,OU=Users,OU=MyBusiness,DC=company,DC=local; OU=Security Groups,OU=MyBusiness,DC=company,DC=local; OU=Users,OU=MyBusiness,DC=company,DC=local Now Diagnostics: Authentication return a group (1 not all) User: Xxxxx authenticated successfully. This user is a member of these groups: Mobile Users OpenVPN authentication (from linux based laptop…) works if user name is in local database but NOT when trying to use a name in the AD... Any suggestions? Thx Peter
  • Pfsense multiwan pptp clients only one works

    1
    0 Votes
    1 Posts
    730 Views
    No one has replied
  • PFsense CLI/Shell ?

    5
    0 Votes
    5 Posts
    14k Views
    stephenw10S
    On most other devices I find myself wishing for a real shell but I know what you mean. Probably the closest thing pfSense has is the PHP shell: https://doc.pfsense.org/index.php/Using_the_PHP_pfSense_Shell Not really directly comparable though. Steve
  • Odd behavior on WAN interface

    13
    0 Votes
    13 Posts
    3k Views
    D
    @coreybrett: Is there a proper term for referring to the practice of assigning multiple IP addresses to the WAN interface of a router? I'm looking for the right lingo to explain my setup to the ISP. You mentioned that you have an allow rule on WAN for ICMP.  What is the destination address/ network you have listed in the rule? Your ISP does seem to be routing/ forwarding your subnet in an unusual manner.  Most will deliver in a 1 + 8 or 1 + 16 manner. i.e.  There is a separate /30 for WAN and all of the allocated static IPs in the block will be forwarded through that.  How you want to use them (Virtual IP/ routed) is up to you.
  • RDP issues

    5
    0 Votes
    5 Posts
    2k Views
    P
    I agree OpenVPN is the way to go - but I need OpenVPN with AD authentication … and comes with it own set of challenges. The reason this one is an issue is that there is a PPTP server inside the LAN - pfSense 'forwards' to it. When the person is trying to connect to a PC on the internet (customer) using PPTP/RDP and setting up a new PPTP connection the reply coming back in from wan goes back to the PPTP server in the lan rather than the PC that initiated the connection. I found out that this is a 'known' issue and can be avoided with a second static IP etc. but I rather remove the PPTP server from the LAN and go with OpenVPN.
  • Pfsense random restarting issues

    3
    0 Votes
    3 Posts
    2k Views
    P
    Maybe unrelated but check apinger logs. I had once a situation where connection stayed up but the gateway did not respond in time. Causing pfSense to reload its rules causing unwanted outages. You can adjust apinger treshold if needed. Good luck Peter
  • Monitor service status

    2
    0 Votes
    2 Posts
    1k Views
    P
    There is the Service Watchdog package that JimP wrote a couple of months ago. That auto-restarts services that go missing. It does not have any function to send notifications, but perhaps it could be enhanced to optionally send notifications (and optionally just send a notification and not actually restart stuff automatically).
  • Crypto Locker getting through HAVP

    10
    0 Votes
    10 Posts
    6k Views
    BBcan177B
    If you are using postfix, i would suggest that you use RBLs to reject suspicious mail. I would suggest the following ones: reject_non_fqdn_sender reject_unknown_client reject_unknown_hostname reject_unknown_sender_domain reject_rbl_client zen.spamhaus.org reject_rbl_client b.barracudacentral.org reject_rbl_client bl.spamcop.net reject_rhsbl_client dbl.spamhaus.org reject_rhsbl_reverse_client dbl.spamhaus.org reject_rhsbl_sender dbl.spamhaus.org Postfix can also incorporate ClamAV and Amavis. I would also suggest that you use pfBlocker and use the following lists - ET, Spamhaus, dShield, CI Army, Zeus/Spyeye/Palevo, iBlock at a minimum The above steps will block a lot of Suspicious known activity eartly on before ClamAV sees the traffic. You could still use ClamAV as a last step. Also using pfSense Snort on your WAN and LAN. There is also a product called "Security Onion" that can be installed as an IDS to get a full understanding of what is happening in your network. Hope it helps you
  • Dansguardian Bypass

    25
    0 Votes
    25 Posts
    13k Views
    R
    Hmmm… sorry about that. I intended these scripts to be an easy way to setup a very specific configuration. I've never had any issue as long as I've stuck strictly to the intended use case.  The downside of that approach is that I haven't tried a lot of variations (multiple gateway boxes, different gateway addresses, etc.) and I'm sure there are multiple ways it could be broken. However, if you can pin down issues with the install process or instructions (or give me enough info that I can find them) I'd love to know what they were so that I can try to fix them. I'm a software guy by trade as well. What I've learned about networking has been purely by playing with stuff like this. Nice to see someone else branching out...
  • Ping time outs on servers behind brigde

    11
    0 Votes
    11 Posts
    2k Views
    W
    Okay, i went back to the orginal rc.newwanip did only this: https://github.com/pfsense/pfsense/commit/f3a4601c85c4de78caa4f12fefd64067fd83dbe8 and added boot/loader.conf.local and these 2 lines are in that kern.ipc.nmbclusters="131072" hw.em.num_queues=1 Rebooted. Under Firewall/ NAT i checked: Static route filtering Bypass firewall rules for traffic on the same interfac IP Do-Not-Fragment compatibility Clear invalid DF bits instead of dropping the packets The servers are timing out a lot less now. Maybe once in 30 pings sometimes 2 pings in a row… What is see in the logs at that times are tcp:fa / tcp:a from DMZ packages , has that anything to do with that? for example: block Jan 16 14:14:03 DMZ serverip:80   ipadres:50155 TCP:A
  • Pfsense n00b requesting help

    3
    0 Votes
    3 Posts
    955 Views
    W
    I got it to work eventually, but not with passthrough, it just wouldn't go. I used bridge mode, but with ipv4 disabled for those 2 nics at the host, so that there is no direct connection from the host to the internet, only through pfsense. Too bad passthrough didn't work, would've been better.
  • 0 Votes
    1 Posts
    808 Views
    No one has replied
  • OpenVPN option "Address Pool" seems to do nothing

    3
    0 Votes
    3 Posts
    2k Views
    T
    What it should do (i think) is issue or not issue the "ifconfig-pool net/mask" option in the config file (if you follow the logic). But, I found the following, from my observations: if you try to use "ifconfig-pool" in the advanced options, you get an error (in the logs) saying that you cannot use ifconfig-pool and "server" at the same time, because "server" already creates a pool for you. Indeed there's a "server" option in the config. the server option is not very flexible because it is kind of a ifconfig + ifconfig-pool in the same option, and the server takes the 1st address and all the rest of the entire range is reserved for the pool. I like to issue a ifconfig-pool where I use only a portion of the range, leaving another portion to static IPs in the client overrides. from googling, it seems that in the old days there was a configuration text filed where you would indicate the range for dinamic assignation (just what I expected) and that would issue a separate ifconfig-pool config option (or not). I was then changed to, when on  (presumably) issue a server command taking all the range and (presumably) when off, switching that command back to a normal/simple ifconfig (which I would be happy with because it would allow me to issue a ifconfig-pool in the advanced options). In the current state it seems useless. But maybe I'm missing something.
  • NTP server stop when pppoe is shortly down to reconnect

    3
    0 Votes
    3 Posts
    1k Views
    S
    Is this a known issue? By the way, this happens only if my default gateway (VDSL1) reconnect. Update: Have a look on a other pfsense with only one pppoe wan connection, ntp work here fine. See in the log that the ntp server stop for a reconnect of the wan pppoe connection, is it possible that the ntp server start again to fast? Update2: "fixed" it with the Service Watchdog package  ;)
  • Temporarily replace Pfsense by a computer to test the Internet connection

    3
    0 Votes
    3 Posts
    1k Views
    N
    I try this this tonight. Many thanks. Nico38.
  • Huawei e5331 3g wifirouter/usbnic with pfsense need some help

    2
    0 Votes
    2 Posts
    1k Views
    stephenw10S
    That looks like a device already in modem mode (PID: 1506). Exactly what devices do you have in /dev? Please copy and paste the output of: ls /dev/cu* What was the result of trying to setup a ppp interface? What did the ppp log say? Steve Edit: The Huawei E5331 is a mobile hotspot device. Is that what you have? How are you connecting to it?
  • Slow download speeds through

    1
    0 Votes
    1 Posts
    885 Views
    No one has replied
  • Cron job watch pppoe and send mail if down?

    3
    0 Votes
    3 Posts
    1k Views
    S
    @loupalladino: Do you have Nagios by chance? Not yet, but is planned for 2014  ;)
  • WAN and VPN access

    1
    0 Votes
    1 Posts
    708 Views
    No one has replied
  • PfSense behind router - multiple subnets

    14
    0 Votes
    14 Posts
    8k Views
    R
    Bravo johnpoz for hanging in there. I like nothing more than to help people understand networking - so I sure hope this helps the light bulb turn on for you Indeed you must.  And I'm sure you helped someperson472034.  In enjoyed reading your networking explanation as well.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.