• Strange 15-20 seconds Lag

    4
    0 Votes
    4 Posts
    1k Views
    L
    I've finally found the problem! It happens when I route traffic on the same interface using Firewall rules with the State Type (Advanced Features) set on Keep State. Setting it to None solve any kind of lag. Luca
  • Routing my own subnet

    4
    0 Votes
    4 Posts
    1k Views
    D
    Absolutely. Your isp will issue you two network address blocks. A single ip for your 'wan' and the public block. All traffic to the public block is forwarded to the wan ip. How you deal with it is up to you. You can use the entire subnet on an interface such as lan. You can even split it up. E.g. Your ISP issues you 10.0.0.2/ 30 for wan (with gateway 10.0.0.1) and a block of addresses: 20.0.1.16 to 20.0.1.31. You then assign 10.0.0.2 as static on wan with gateway 10.0.0.1. Now, you can assign the entire block to lan.  So that lan is 20.0.1.17. Your clients can then use 20.0.1.18 to 20.0.1.30 as valid addresses with gateway as 20.0.1.16. Go to outbound Nat, set to manual and do not Nat anything except the pfsense internal loopback address to Wan ip.  You then add the firewall rules to permit/ block traffic as required. Alternatively, you can split the block into 2. You can then attach 20.0.1.16 - 20.0.1.23 as virtual ips to wan. These can be used as Nat addresses for other interfaces. Assuming you have a private LAN as 192.168.1.0/ 24 for internal use. You then assign 20.0.1.25 to say, opt1 interface. Your servers attach to Opt1 and can use 10.0.1.26-10.0.1.30. In this case, you need to make sure that outbound Nat is set to manual mode. You NAT 192.168.1.0/ 24 network to 20.0.1.16 (or any of the other virtual IPs you've assigned to WAN). Do not NAT 20.0.1.24/ 29 at all.  This will ensure that 20.0.1.24/ 29 network (your server network) is routed rather than NAT'ed.
  • How to Block Ultrasurf 1303

    4
    0 Votes
    4 Posts
    2k Views
    P
    Any update of this problem? Thanks Guys!
  • Help with firewall and ICMPv6

    3
    0 Votes
    3 Posts
    994 Views
    K
    Bump.
  • 2.1 i386 fails install / AMD64 ISO damaged

    4
    0 Votes
    4 Posts
    1k Views
    D
    Yeah this morning I gave up on CDs and did the USB image.  Installed perfectly first try.
  • PfSense 2.1 still using OpenSSL 0.9.8y?

    11
    0 Votes
    11 Posts
    3k Views
    N
    @jimp: It'll be a non-issue once we're on FreeBSD 10 and the base is up-to-date. By then will the base still be up to date?  ;)
  • PLEASE HELP - PFsense + Transparent Proxy + HTTPS Direct

    1
    0 Votes
    1 Posts
    739 Views
    No one has replied
  • proxy server

    5
    0 Votes
    5 Posts
    2k Views
    B
    Does SQUID support listening on multiple interfaces as it can be selected but it seems it does not work? Has anyone got this to work or found a workaround?
  • Need Help Bridging Vlans

    13
    0 Votes
    13 Posts
    3k Views
    R
    Hello, As as an update, I expiremented with changing the source for the rule to pass traffic from DMZMGMT to LAN, and instead of DMZMGMT subnet or the single IP of the machine behind the interface, I decided to use LAN subnet, which worked, since the machine behind DMZMGMT had an IP address in the same subnet. So, if for some reason (again, maybe briding WLAN?) one wanted to put some firewall rules in place between two segments of the same subnet, this would work.  I did not leave it this way, however. I set it up to only pass ICMP and DNS from the machine in DMZMGMT to LAN, to reject all (other) traffic from DMZMGMT to LAN subnet.  So in practice, the machine can still reach the internet and download upgrades, etc.  It is also still reachable from the LAN subnet.  But, all other traffic to it should be blocked by default. stephenw10, thanks for the link to the patch.  I actually had read that thread when researching the possible issues with bridging the vlans, but had not seen the logs that showed the link state going up and down and the attempts at re-assigning the IP address, etc.  I will give the patch a try, and hopefully it will help with the stability. Thanks again for all of your help and input!  I really appreciate it.
  • Pfsense ckeck Internet Speed

    4
    0 Votes
    4 Posts
    1k Views
    stephenw10S
    Not by default. Not in a nice way with a clean result figure at least. You could, for example, run a script every 6 hours that downloaded and uploaded a file. That throughput would be recorded in the traffic graphs which are available on the dashboard but I doubt that's what you had in mind. Steve
  • No internet access after reassigning IPs

    10
    0 Votes
    10 Posts
    4k Views
    stephenw10S
    Check in System: Routing: (gateways tab). Make sure you only have one gateway listed there, that it's the WAN gateway and that it's set as default. Adding a gateway to LAN really causes a number of problems. Having a gateway on LAN, although incorrect, shouldn't cause a huge problem in itself. This problem is that it's almost always the most recently added gateway and hence it becomes set as the default. Steve
  • Strange behavior on pfSense web interface menus

    5
    0 Votes
    5 Posts
    1k Views
    A
    @stephenw10: Ah OK. I use both Windows XP/Chrome and Xubuntu/Firefox regularly with no problems. Are you running and script blockers? Can you try Firefox? I seem to remember this bug from a while back and JimP suggesting a solution. Can't find it now.  ::) Steve Edit: Here: http://forum.pfsense.org/index.php/topic,63160.0.html ah, thanks for your help. it seems like click on the "top nav bar" before moving the cursor helps most of the time. as jim suggests. thanks!
  • Most logging stops after reboot

    1
    0 Votes
    1 Posts
    510 Views
    No one has replied
  • Location of GUI login page html file?

    2
    0 Votes
    2 Posts
    859 Views
    P
    /etc/inc/authgui.inc
  • DNS Forwarder and "Query DNS servers sequentially"

    7
    0 Votes
    7 Posts
    3k Views
    N
    How slow it is may depend on how aggressive an application is at getting a name resolved. For example I just assigned some non DNS address as the first DNS server and pinged a domain from a Windows 8.1 client.  A second DNS query was made by the client after about 20ms for which pfSense used the second DNS server and returned the domains address back to the client in under 40 ms from the time of the clients first query. Windows NSLOOKUP on the other hand is a total timeout failure that only hits the first DNS address. IE 11 name resolution results where similar to that of ping. I prefer not querying every DNS server since probably about 99% of the time the one I have listed first is the fastest anyway.  And because that is mostly due to network latency it's not likely to change.  So there is little benefit in some cases to sending all those DNS queries when the first one is going to be used anyway for the vast majority of the time. For a highly critical system it very well be required though.
  • IPv4 address is being used by another interface or VIP

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • LDAP Authentication after upgrade to 2.1

    4
    0 Votes
    4 Posts
    1k Views
    P
    Followed the guide that Mike mentioned. (For pfSense 2.0 - 2.1 has some extra features like 'Extended Query' which I left blank) Changed level from 'One' to Entire subtree now the Diagnostics:Authentication page returns 1 group… My challenge with OpenVPN and the same LDAP/AD is still on going (= not working) I am connecting remotely to the pfSense box and do not want to change Authentication Server from local DB to LSP just yet.
  • 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
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.