• Cron email issues

    3
    0 Votes
    3 Posts
    2k Views
    S
    @Gertjan: This: Cron spam (a couple of threads lower in the same forum) didn't answer your question ? Thanks for pointing it out. Completely missed that post. Again. Thanks!
  • New pfsense 2.1 install no Internet from LAN

    11
    0 Votes
    11 Posts
    4k Views
    johnpozJ
    "  If my pfsense box had been installed right after the cable companies modem so that the pfsense WAN address had been set by DHCP (76.26.XXX.YYY), would my default route have been the 192.168.3.1 address?" Yeah with stephen only speculation - you clearly were dicking around to get a gateway set to your own address…  In a typical setup where you were directly connected to your ISP.. bing bang zoom you would of been dhcp on your wan and default 192.168 address on your lan and not have had to touch anything and would of been working out of the box. You playing around with static on wan and changing the IP on your lan interface is where you prob got messed up. There is RARELY a good reason, and I mean RARE!! to double nat - its pointless, it is a performance hit, and yes somethings are going to have issues working with it, and is just a PITA all the way around. I would suggest you want to use pfsense as you firewall/gateway then use it as intended - if you need more than 1 network segment/vlan on your lan side then add nics to pfsense to allow for that vs using routers that nat as your way of creating isolated segments.
  • Hidden user

    5
    0 Votes
    5 Posts
    1k Views
    M
    @charliem: Yes, there are lots of ways to plant back-doors on a system before it's delivered to your customer; any system, not just pfSense.  But this is the wrong place to come for such advice I'm afraid. ;D
  • Nic Teaming and connection timeouts

    2
    0 Votes
    2 Posts
    1k Views
    jimpJ
    No that wouldn't have any effect on the firewall states. To oversimplify it a bit: pf doesn't care about layer 2 (e.g. MACs) only layer 3 (IPs) That would only be a factor if you had captive portal enabled on that interface, which would be unusual since it has a web server. Seeing that ARP message is normal when NIC teaming is involved.
  • Dns forwarder host override wildcard

    3
    0 Votes
    3 Posts
    1k Views
    B
    I did see that article but the wild card seems to apply first eg  *.google.com Whereas I want  google.* For example which will cover google.com google,co.uk google.ie google.fr etc Is this possible, have a misunderstood the article?
  • Problem with static routes/gateway on another subnet

    2
    0 Votes
    2 Posts
    1k Views
    R
    Hi, based on Online documentation, you have to change netmask to /32 too… To have all theses settings saved on reboot, you will have to change the /conf/config.xml file of your pfsense VM. You can change the netmask in the interface definition :<interfaces><wan></wan></interfaces> You have to add the two following lines just before <shellcmd>route add -net 62.210.207.1/32 -iface em0</shellcmd> <shellcmd>route add default 62.210.207.1</shellcmd> Hope this helps…
  • No internet on Static IP only internet on DHTP

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Listning or established ports

    1
    0 Votes
    1 Posts
    621 Views
    No one has replied
  • Bad fd number problem

    5
    0 Votes
    5 Posts
    1k Views
    stephenw10S
    Well reading what JimP said in the linked thread it's caused by the shutdown scripts running in the wrong order so you'd have to re-arrange them. There should be some clues in the code changes to 2.0.x that fixed it. Or just ignore it, it's doing no harm. I would imagine it will be fixed in a future update anyway. Steve
  • How Can I Apply FreeBSD Secuirty Advisory Patches on PfSense 2.1 ?

    2
    0 Votes
    2 Posts
    893 Views
    johnpozJ
    If a patch is warranted then pfsense team will install and then release an update to pfsense. If you want to follow along with what freebsd releases - then you should be running native freebsd install and not pfsense.
  • Routing problem ?

    1
    0 Votes
    1 Posts
    743 Views
    No one has replied
  • New User

    3
    0 Votes
    3 Posts
    859 Views
    ?
    Thank you very much. I did find under System->Firmware, Updater Settings tab, a check box for " Disable the automatic dashboard auto-update check.".  In my mind, I would rather see this as a submit button ala "Check for Updates" and then I could just hit it whenever.  I'm sure others will prefer the automated check. Good software lets users make choices and that is exactly what pfSense does in this case. me
  • Up-to-date supported hardware list

    2
    0 Votes
    2 Posts
    817 Views
    J
    http://www.freebsd.org/releases/8.3R/hardware.html
  • Squid ssl intercept certificate ios chrome

    1
    0 Votes
    1 Posts
    904 Views
    No one has replied
  • Setting a gateway in a transparent setup

    1
    0 Votes
    1 Posts
    762 Views
    No one has replied
  • Multiples Asterisk Registering to One SIP Provider

    3
    0 Votes
    3 Posts
    1k Views
    K
    Do you know by any chance how can I accomplish this, what is the configuration in siproxd.
  • Bad, very bad !

    2
    0 Votes
    2 Posts
    1k Views
    stephenw10S
    It is covered in the docs: https://doc.pfsense.org/index.php/PfSense_on_Watchguard_Firebox#Serial_Port_Quirk Your instructions are good though. Are you booting from a hard drive? There isn't normally a menu that gives you an option to boot to a prompt if you're booting nanobsd from a cf card. The reboot option should work but you will never be able to shutdown the box from software because the power supply is not atx compatible, it's not software controllable. Steve
  • RRD graph shows 52% loss

    6
    0 Votes
    6 Posts
    2k Views
    ?
    [image: hKwiRek.png]
  • Pfsense newbie questions (coming from smoothwall)

    7
    0 Votes
    7 Posts
    2k Views
    ?
    Your wireless can access your LAN clients without any issue so long as you permit it via the rules. My wireless clients connect to my media server which are both on different segments/vlans. True, any service that utilizes broadcast packets might not work, since that requires you to be on the same network/subnet/switch. Something like DLNA or Homegroups (windows vista/7/8). However there's even a work around for that too, but it's a bit over my head. I was just reading about it via another thread where a guy wanted to access windows shares between two different segments. WPA2 isn't bullet proof though, and if you have a bored neighbor they can still weasel their way in. Though you're right, it would take considerable amount of time - especially if you're using a solid random password. Though I'm just naturally paranoid, even when it's not needed :-P
  • Routing traffic to another WAN router?

    3
    0 Votes
    3 Posts
    889 Views
    stephenw10S
    If you want it transparent you need to have it in between your clients and wan router. That means you need two interfaces. Steve
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.