• 0 Votes
    6 Posts
    3k Views
    N
    @stephenw10: Tunable name should be: dev.cpu.0.cx_lowest I wouldn't worry about the firewall values unless you have a specific problem. Steve Thanks for the clarification ;D
  • Multi WAN

    Locked
    1
    0 Votes
    1 Posts
    963 Views
    No one has replied
  • Specific (open)VPN question

    Locked
    1
    0 Votes
    1 Posts
    791 Views
    No one has replied
  • Resetting states from console

    Locked
    2
    0 Votes
    2 Posts
    13k Views
    jimpJ
    To reset the states for one IP… pfctl -k x.x.x.x pfctl -k 0.0.0.0/0 -k x.x.x.x To reset all states pfctl -F state And to give the GUI a full reset, which is probably what you want to do anyhow… killall -9 php; killall -9 lighttpd; /etc/rc.restart_webgui
  • Question about: Blocking DNS queries to external resolvers

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    stephenw10S
    You need to be aware that traffic routed to a load balanced gateway cannot use the system routing table, it all goes to the gateway. This means that if you have any other interfaces, OPT1 say, you won't be able access it from lan. If you need to do that you need a rule to allow it above the default any rule. I'm sure there are many way to acheive external DNS blocking. I'm far from an expert myself, I await any other views.  :) Steve
  • Anyone use BSDRP ?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Cant access web config from lan *FIXED*

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    U
    i was able to get an ssh tunnel out w ssh -D 443 -f -C -q -N admin@192.168.0.50 but, "Firefox can't establish a connection to the server at 192.168.0.50." httpd is just hanging it looks like. netstat -a on the pfbox reveals that lighttpd is not actually listening to anything, its not listed at all where it should look like: tcp4       0      0 *.http                 .                    LISTEN which is the case on another pf box on the lan. kill -HUP PID for lighttpd didnt resolve it either. i will keep digging at least we know a rule or snort didn't go haywire edit fixed it, originally i had httpd bound to port 443 to enable ssl by default. i killed the pid of lighttpd and manually edited /var/etc/lighty-webConfigurator.conf and changed "server.port = 443" back to "server.port = 80" then start it back up again: /usr/local/sbin/lighttpd -f /var/etc/lighty-webConfigurator.conf and now: tcp4      0      0 *.http                .                    LISTEN
  • Ran out of IPs on my LAN

    Locked
    8
    0 Votes
    8 Posts
    17k Views
    B
    Why don't you just make a VLAN for your various clients and leave all your servers on the .150?  You could create a .149 or .148 and segregate your clients into those networks.  This is safer anyway, as it adds another layer of control over what type of traffic can traverse over into your server network.  In addition, your Windows clients are probably nicely flooding that network with NetBIOS traffic if your not running a WINS server, better to segregate them to their own broadcast domain anyway.
  • Cloudflare Dynamic DNS?

    Locked
    2
    0 Votes
    2 Posts
    5k Views
    W
    pfSense already supports a number of Dynamic DNS providers including DynDNS so the DynDNS support could probably be fairly easily replicated to support CloudFlare. pfSense also DNS-O-matic which can issue updates to a number of different Dynamic DNS providers and their web page (http://www.dnsomatic.com) indicated they are open to support more. Why not talk with them about supporting CloudFlare Dynamic DNS?
  • New FAQ? How is pfSense packaged?

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    jimpJ
    It is a custom build of FreeBSD+extra packages. Custom kernel, lots of changes. So it's a stand-alone distribution, it is not something that is an "add-on" to FreeBSD in that kind of sense.
  • 2.0.1 Release notes not found

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    jimpJ
    Should be fixed now
  • Accessing Website with IP

    Locked
    7
    0 Votes
    7 Posts
    2k Views
    W
    Hello; I had my host header set to the external IP address. Once I setup a host header for my internal lan address, the site loaded fine. So thanks for the help its all working now.
  • PfSense VMXNET3 NIC and vlan… What's the story?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Bandwidth Question

    Locked
    8
    0 Votes
    8 Posts
    2k Views
    stephenw10S
    If you have those wifi APs setup just as access points you won't see them since they are layer 2 devices (like a switch). Is it possible that the restriction you are seeing is due to the wifi connection and just happens to be around the same speed as your WAN? Remember that the actual throughput across a wifi link is far slower than the claimed connection speed. Steve
  • Strange configuration loss on 2.0.1 - SSD Problem?

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    V
    Due to the system log 500 kbyte limit and there was one reboot so there is nothing in the logs anymore. The config history has nothing stored before the issue. I think it is too late for troubleshooting. Next time i will check these things asap. Thanks anyway!
  • Setting up DMZ with webserver HELP!

    Locked
    8
    0 Votes
    8 Posts
    4k Views
    W
    @pethead: I just got the pfsense book for version 1.2.3 haven't seen anyone for 2.0? There is not yet a book for pfSense 2.0 @marcelloc: you will need to nat ports 80,443, and 21 on wan interface to dmz ip. See Section 7.2 (page 130) of pfSense book for a lengthier discussion of Port Forwards and how to create appropriate rules.
  • VLAN won't pick up IP via DHCP

    Locked
    21
    0 Votes
    21 Posts
    11k Views
    W
    @wallabybob: @w00t: However, wouldn't it be possible to write a startupscript that put the interface in promisc mode on startup? :) Yes. However I expect it would be rather quicker for me to configure a bridge as suggested, check the interface is in promiscuous mode, reboot, check the interface is in promiscuous mode than it would be to write the script, work out how to invoke it safely, reboot, check it gets invoked correctly and not too early in the startup, check it won't get overwritten by a firmware upgrade etc.  Hence I would try the bridge idea first and have the startup script as a fall back. Also the bridge idea gets backed up with the configuration file, the startup script probably doesn't. Good point.
  • Mini ISP

    Locked
    3
    0 Votes
    3 Posts
    6k Views
    L
    http://forum.pfsense.org/index.php/topic,42039.0.html thanks for that. Regarding the other points would it be best if I used a secondary machine to handle Freeradius and daloradius as the AAA interface ?
  • VLAN Routing

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    J
    @stephenw10. SOLVED. VLAN190 Subnet…. not address. THanks.
  • Character problem for password & pre-shared keys

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    jimpJ
    For the client export, + will probably break it as it's handled in JS. It probably needs some extra code to escape or encode the whole thing. I thought it was already doing that, but I may have been thinking of a different field.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.