• Limiter

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Alix2D3 RRD Graphing BUG!

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    M

    Confirmed on my end too.  If you delete the RRD data, the quality file(s) is not regenerated.

  • UPNP on openvpn?

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Best Way to Log all Traffic

    Locked
    9
    0 Votes
    9 Posts
    20k Views
    H

    You are asking the questions, but have this mentality of what the answers should be. The second post answered your original two questions perfectly. Now you are changing the details of the original questions, which ultimately changes the answers that you either do not like or do not understand.

    If you are new to all this, which you said you were, I suggest reading up on what firewalls, content filtering, routers, and proxies really are first. After understanding what they are and what the limitations and capabilities are of each, you can then formulate better questions for which we can help.

    Cheers.

  • How to configure snmp trap ?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    T

    @techy21:

    Hello,

    I am new to pfsense firewall. Though I was able to configure snmp settings on the pfsense firewall, I could  not configure
    snmp trap from pfsense firewall based on the number packets being dropped. Where is the snmpd conf file ? /etc/snmpd.conf seems to be different.
    Though I was able to poll and get the statistics, I guess getting a trap for critical events would make sysadmin
    life easy :)

    Hope somebody ventured into this path and help me ,,,thanks for your time.

    warm regards,

    Bhaanu

  • VPN Remote Syslog

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    M

    Maybe you can create a route or gateway for that openvpn tunnel and try again

  • MOVED: Use scheduler with squid… How?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • MOVED: squidguard bypassed by goolge cache and google translate

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • MOVED: squid work but..

    Locked
    1
    0 Votes
    1 Posts
    786 Views
    No one has replied
  • Constant download host?

    Locked
    4
    0 Votes
    4 Posts
    1k Views
    J

    @marcelloc:

    You can download dvd torrent iso from many SO,including freebsd(http://www.freebsd.org/releases/8.2R/announce.html) just google for it.

    You can also create an account at any fileshare sites over internet and download anything you want.

    Or install iperf on your firewall and find someone who has 50/35 datalink or more to test it with you.

    This is what I usually do to test a connection.  Typically a Linux distro though, they tend to have more peers.

  • Zabbix proxy and fping

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • GUI optimization of PPP setup

    Locked
    1
    0 Votes
    1 Posts
    942 Views
    No one has replied
  • Unable to check for updates

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    C

    @podilarius:

    Did you go to the autoupdater settings and choose the one for your installation. Also, make sure that you have DNS setup and working.

    I'm using 2.0-RELEASE amd64 and this was working until I rebooted, or thereabouts. I'll have to watch more closely next time I reboot.

  • Network topology conundrum help please

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    C

    @brcisna:

    Will I be able to run parallel  bridges( current and future setup) between School A, B , & C ?  without taking down the current vpn,,, School, A to School B ,,,and bridge setup,,,,from School B to School C  as it is now?

    If I understand you correctly then the answer is no. If you bridge A, B, and C together then you now have two DHCP servers active on the same broadcast domain (routers A and B), giving out leases for two different networks. Example LAN host 1 (could be at any of your locations) will get a lease from DHCP server A and get routed that way, LAN host 2 will get a lease from server B and get routed that way. LAN hosts 1 and 2, if they try to talk to each other will do so through the VPN.

    The most obvious way to directly connect locations A, B and C without giving up the existing internet connections and vpn is to place a router at each location. That router will serve as gateway for all local hosts, and you will have a dhcp server on site (pfsense or otherwise).

    It's generally better to route large or outdoor wireless networks rather than bridge anyway. This prevents broadcasts from propagating across every link, and helps to contain or avoid layer 2 issues such as broadcast storms and other DOS conditions.

    Are you planning to keep the wireless connection between B and C, creating a triangle where each location has a direct wireless link to both of the other schools? There are advantages to that, such as load balancing and redundancy.

  • MLPPP setup help

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    C

    @bonnecomm:

    Would the system be expected to work better if I deleted OPT1-OPT6?

    Are you using the OPT interfaces to log into the modems? If you're not using them at all then you may as well delete them, but I don't see why it would help anything if your speeds are slow. I have a similar setup and it works fine.

    In my experience, if you have speed issues with MLPPP then it usually comes down to one of
      -a low DSL sync rate on one or more modem
      -packet loss on one or more modem
      -mtu/mru/mrru misconfiguration

    Also in my experience, you're likely to get more help troubleshooting MLPPP issues in forums where there are more MLPPP users, such as the Teksavvy forum on dslreports.com. That's where you'll get more help with the troubleshooting and concepts, then you come back here if necessary for details on implementation (although there are plenty of pfsense and freebsd mlppp users in the other forums too).

  • Changing MTU doesn't work on PFSense 2.0 FINAL

    Locked
    16
    0 Votes
    16 Posts
    6k Views
    A

    grep -i mss /tmp/rules.debug

    output:

    scrub in on $FORINI all max-mss 1456 fragment reassemble

    It seems to be correct but if i vist some webpages which require correct MTU it doesn't work, while with other firewalls webpages are shown correctly!!!

    WHY?

  • Can't write my access.log on my mountet USB-Drive

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    G

    Hi, i find the solution:

    i must change the read-only option:

    with:
    mount -uw /dev/ufs/pfsense0
    it switched off

    for switched on i use:
    mount -ur /dev/ufs/pfsense0

    THX –> to be closed

  • Darkstat hosts report - help

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    marcellocM

    This traffic is in both ways, everything you got and sent to internet.

  • HELP with zyxel

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    M

    You have two options.

    you either change lan side ip subnet
    -OR-
    you bridge those interfaces

    but i really don't know how works with bridged connection.

  • How to change /etc/passwd file permanently in pfsense2

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    jimpJ

    There is an scp only shell built into 2.0. Just add a user and give them only the "User - System - Copy files" permission.

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