• What does this mean?

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    ?
    http://redmine.pfsense.org/issues/708
  • PF 2-RC2 PPTP(DHCP)+OpenVPN+Squid

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    F
    also in systen log Sep 6 10:56:52 php: : Reloading Squid for configuration sync Sep 6 10:56:56 check_reload_status: Reloading filter Sep 6 10:56:59 php: : Not calling package sync code for dependency squidcache of squid because some include files are missing. Sep 6 10:57:00 php: : Not calling package sync code for dependency squidnac of squid because some include files are missing. Sep 6 10:57:02 php: : Not calling package sync code for dependency squid of squid because some include files are missing. Sep 6 10:57:03 php: : Not calling package sync code for dependency squidtraffic of squid because some include files are missing. Sep 6 10:57:03 php: : Not calling package sync code for dependency squidupstream of squid because some include files are missing. if i disable OpenVPN all fine
  • Huawei E1691 Data Stick - Anyone had luck with it?

    Locked
    13
    0 Votes
    13 Posts
    7k Views
    stephenw10S
    It appears as two devices, cd0 is the virtual cd-rom drive used to install the driver. da0 is the micro SD card slot. Steve
  • Load Balancing / Relayd can not get working …

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Apache server behind 2.0 - using NAT

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    J
    Just need to create a NAT rule from where you want to access your Server (WAN-OPT) to where the server resides (LAN) [image: natrule80.PNG] [image: natrule80.PNG_thumb]
  • Repeating link state UP/DOWN atleast 5 times an hour (log entries inside)

    Locked
    17
    0 Votes
    17 Posts
    9k Views
    G
    yes…i noticed mine doing it again. i switched out NICs to make sure that wasnt it. i am going to update this weekend after i do a switch over
  • 150+ Site Deployment

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    D
    In a BSDCON conference a few years ago, one of the developers mentioned that pfsense is used by a major Dutch retail company for VPN (100s of VPN site2site links) Central remote management of pfsense nodes has been discussed for years (check threads in bounty sub-forum). It seems one called pfCenter is in the works by the core developers. [image: 353024071%2525281%252529.jpg]
  • FTP passive problems connecting to an outside server

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    E
    Policy routing breaks this at times. Though it depends even on what snap you ar eon.
  • Segfault after update + reboot

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • DHCP timestamps in the future

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    S
    @Bill48105: Howdy, Did you set the time zone under System: General Setup? And when you say time stamps are you sure you aren't looking at when they expire? http://doc.pfsense.org/index.php/DHCP_Leases Bill Of course, it was set to "America/Phoenix"; I have tried setting it to "MST" to see if that makes any difference. (If you don't know, we don't do daylight savings here, so it's UTC-7 year-round.) And the times I quote are the start times, not the end times. Will post if setting to "MST" makes a difference, but I probably won't know until tomorrow night when I have some new users on the system. (This is the main NAT/firewall for a motel's wi-fi network.) Let me know if you have any other suggestions in the mean time, and thanks again! Mike
  • Pfsense + webpage?

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    Cry HavokC
    Just remember, when you run into problems in future and post looking for help, mention what you've done. It is entirely possible that your problems may be linked to the changes you've made doing this.
  • Upnp + xbox + two isp in load balancing + carp don't work

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    J
    no idea ? ???
  • GRE over IPSEC problem

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • PPTP VPN, traffic routing issues, 2.0RC3 x64

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    G
    I have noticed the same thing using the 32 bit build (yesterday's date). It only happens with a multi-wan connection and an internal routing switch. Again with PPTP the only way I can get around this is by adding the pptp addresses as a proxy arp address in the pfsense box. Shouldn't have to do this IMO. Is this a bug?
  • [RESOLVED] https through virtual IP

    Locked
    16
    0 Votes
    16 Posts
    7k Views
    A
    Thanks!
  • MOVED: Bug in Snort?

    Locked
    1
    0 Votes
    1 Posts
    912 Views
    No one has replied
  • Set up questions

    Locked
    22
    0 Votes
    22 Posts
    7k Views
    W
    A TCP connection (say to send an email) has a special sequence to establish a connection and a special sequence to teardown a connection. A flow is a data structure describing data transfer within a connection. It will normally have at least source IP, source port, destination IP and destination port. Thus a connection has two associated flows (because data can travel in both directions). Simplified firewall processing - packet arrival at firewall Is there a flow for this packet? Yes - forward the packet. No - Is this a connection setup?     No - discard packet     Yes - Does this connection setup match an ALLOW rule for this interface?         No - discard packet         Yes - create flow for this direction of data transfer,             create flow for reverse direction of data transfer,             forward connection setup @broncoBrad: His computer is on LAN which has the standard allow LAN to any rule. As first rule on the interface I add a BLOCK rule to LAN to block access FROM his computer TO game servers in peak times. Any access from other computers doesn't match that rule and falls into the LAN default rule allowing access. Why is it "FROM" (i.e. Source) and "TO" (i.e. Destination) on the LAN interface? I guess what I'm saying is if you're looking at when it arrives at the firewall I thought it was only coming into the LAN thus the rule doesn't make any sense, but if it's both going in and out then the rule makes sense. So instead of just doing a Destination rule to your son's computer (which would allow his attempts out to the internet, WAN), but be blocked on the way back in, you stop it from even going out the LAN, correct? The simplified firewall processing description says the firewall rules are consulted only on an attempt to setup a connection and if that attempt is allowed then the "back traffic" to the initiator of the connection is also allowed. The firewall rules apply to connection setup attempts. If my son wants to have a conversation with his games servers the firewall will see on the LAN interface a connection setup attempt FROM his computer TO a games server. If the firewall allows that connection attempt (and the target accepts it) then all traffic (both directions) on that connection is allowed.
  • OpenVPN - Custom Options not working - amd64 30th august

    Locked
    1
    0 Votes
    1 Posts
    756 Views
    No one has replied
  • No Quality RRD Graph w/ Non-Default Frequency Probe

    Locked
    1
    0 Votes
    1 Posts
    924 Views
    No one has replied
  • Why the authorized_keys are deleted at startup ?

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    X
    Thank you, it works !
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.