• No package manager

    Locked
    3
    0 Votes
    3 Posts
    6k Views
    C

    If you're running from live CD (or memstick, which is the live CD for USB flash), you can't install packages. If you're running full time from USB flash, use nanobsd on it, not memstick.

  • Umts/LTE bonding like Viprinet or Peplink

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    GruensFroeschliG

    Take a look at this: http://doc.pfsense.org/index.php/Multi-Link_PPP_%28MP/MLPPP%29
    This is only the client side however.

    For the server you will have to look elsewhere.
    Don't really know where. Google.

  • Need more projects.

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    stephenw10S

    @virtualliquid:

    it does not break and I now have nothing to play with :(..

    :D
    I feel your pain!
    External syslog server and analyser? That's something I've been meaning to setup for a while now.

    Steve

  • No Internet access to LAN2

    Locked
    39
    0 Votes
    39 Posts
    15k Views
    _Adrian__

    I can ping all of the Google DNS Servers.

    Server is HP Proliant DL580 G4
    Quad 3.6Ghz DC w/ 64GB
    Running 2K8 Datacenter

    I have 3 more exact servers arriving in the next few days along with 4 PCIe Mellanox cards.
    The Idea is to set them up as a cluster.

    Anywho…
    Apparently it didn't want to use the DNS servers untill i supplied it for them in the IPv4 config.

    Thanks Steve for all your help

  • Securing 802.1x

    Locked
    7
    0 Votes
    7 Posts
    13k Views
    N

    what about setting up a captive portal on pfsense ?
    captive-portal connected to freeradius. if they use their username/password on the switch or on CP. Would that make any difference ? CP is always active on pfsense NIC.

    If you enable CP + 802.1X then you must add a pass-through for the switch on CP so that the switch cans end access-requests through CP to freeradius.

  • Any updates on number of pfSense known live installs ?

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    D

    Since it has been about 6 months since the stats were last posted, is there a newer estimate of the number of live pfSense installs?

  • Using interfaces as switch?

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    A

    Thanks!

  • Why NAT66 is needed

    Locked
    7
    0 Votes
    7 Posts
    5k Views
    I

    Thx a lot. One of the strenghts of pfSense really is that forum, too!

  • Bandwith in isp need help about hardware detail

    Locked
    12
    0 Votes
    12 Posts
    3k Views
    S

    thanks for helping  ;D

  • Wan=two lan

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    ?

    hello you can use this tutorial and skip the capive portal if you dont need captive portal!

    http://blog.stefcho.eu/?p=754

    I forgot you just have 2 nics, maybe you could use a usb nic for the third one?

  • PfSense WebGui not accessible from PPTP client

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    P

    If you can get an SSH session to a box behind the the pfSense firewall,  Then you can configure a tunnel for 127.0.0.1:xx80 to your pfsense:80 using the standard putty features.

    Connection / SSH /Tunnels

    Source port xx80  Destination pfSense:80 Add Apply.

    Good luck ..

  • Best CPU speed for 60mbits WAN cable ISP

    Locked
    10
    0 Votes
    10 Posts
    4k Views
    rcfaR

    I have one of these, and couldn't be happier:

    http://www.lannerinc.com/x86_Network_Appliances/x86_Desktop_Appliances/FW-7535

    I got this sub-model: FW-7535F: Pineview D-510 CPU 1.6GHz; w/ 1 x SO-DIMM slot, 1 pair bypass, fanless

    Saturating a 20Mbit/s link doing 256bit AES IPSec barely registers on the CPU scale…

    I put 4GB RAM in the box, and recently replaced the CF card with a 60GB SSD from intel, which I got for $60 at NewEgg.
    The thing is now fast, and doesn't have any moving parts, since it's passively cooled, too.

  • Upload shaping for each lan users

    Locked
    1
    0 Votes
    1 Posts
    905 Views
    No one has replied
  • Lagg - Make Jumbo Frames Persistent?

    Locked
    20
    0 Votes
    20 Posts
    10k Views
    A

    @stephenw10:

    Nice!  :)
    pfSense still shows the correct interfaces in the dash etc?

    Yep.  :)

    Not pretty but if it works…

    Indeed…

    It should be possible to do this in the webgui IMHO. There was a change to the way bridge interfaces are handled that would seem similar to this problem. Previously the bridge itself could not be assigned as an interface. It seems to me quite likely that if you need to create a lagg to increase bandwidth you might also want to use jumbo frames. Something for the future perhaps.

    Steve

    Tried to edit in GUI, but it hung on "Save", and wouldn't refresh the page. Probably a browser thing on my end.
    I don't see why it wouldn't work to edit /cf/conf/config.xml in the GUI.

    Also, this may well work with the preferred <shellcmd>tags rather than <earlyshellcmd>. I tried "Early" first, and it worked, so I quit winners.  :D

    I think the "glitch" is systemic with ifconfig(8), and originates in ifconfig not having the capacity to pass a flag for persistence across boots. The FreeBSD ifconfig(8) man never even considers it, but it's common enough knowledge so that we pretty much all know we have to make an entry in rc.conf, either manually or via sysctrl, by the time most of us develop the courage to pop the hood on pfSense.

    But pfSense is hardened, and so it can't work like that.
    This is the definition of an "ugly" hack in that it has to destroy and recreate something after the fact, but what the hell, it works.

    </earlyshellcmd></shellcmd>

  • Routing traffic to a remote site

    Locked
    8
    0 Votes
    8 Posts
    3k Views
    P

    @Efonne:

    If the remote site that has the public IPs is set up so you route the public IPs instead of directly assigning them to WAN, you could do this with purely routing and no NAT.  The remote site's router would need a static route for the public IPs with the gateway IP being the tunnel endpoint of the local router and the local router could have an interface that directly uses the subnet for those public IPs.  The local router would likely need a firewall rule to force traffic sourced from the public IPs to use the remote site tunnel endpoint as the gateway.  The tunnel endpoints themselves could use private IPs, no public ones there would be necessary.

    Okay, I think I understand what you are suggesting. I though the static routes were more for telling traffic where to go, not controlling inbound traffic.

    So on the remote router I would do something like this (assuming my tunnel endpoints are 10.100.6.2 (remote) and 10.100.6.1 (local)
    Dest Network: Public IP2 (Assuming Public IP1 is reserved for the Wan interface itself)
    GW: 10.100.6.1
    Then repeat that for IP3 through IP_n.

    On the local router I would set up an interface with those same IPs.
    A few questions: what kind of interface should I be using for this, VLAN? Something else?
    And would I set it up as Public IP1 with a size of /29(assuming that is the network size at the remote site)? If so How does it know that Public IP1 does not need to be routed over the tunnel (since IP1 is the target IP for the tunnel itself)? Can I simply do that with a static route or does it need to not be part of the subnet, and if that is the case do I need to do this with a subnet that is smaller than the subnet at the remote site?

    Finally, how would I know that traffic was sourced from those public IPs (to know to redirect it out there)? Would I just need to make sure that it went to specific IPs on my local network (e.g. 10.100.10.200-10.100.10.220 would only be get traffic coming from the remote site so I could create a rule on the LAN to use 10.100.6.2 as the gateway for those IPs.

  • PFSENSE in Transparent BRIDGED mode

    Locked
    9
    0 Votes
    9 Posts
    3k Views
    D

    Thank you very much , i am working on my lab tests now and i will post my results.

  • Approaching the limit on pv entries

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • PPTP WAN Issues

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    R

    push :)

  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • Send mail

    Locked
    7
    0 Votes
    7 Posts
    5k Views
    stephenw10S

    You should ask this in the postfix thread in the packages subforum.

    Steve

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.