• PPP chat-script

    6
    0 Votes
    6 Posts
    3k Views
    H
    I don't know how, but now all works fine. All what has been changed - removed swap for increasing / - my / is overfilled (free 1% or 9 MB). Now used 73% and PPP connection up and works fine
  • [SOLVED] pfSense, MacBook and Blank Pages

    3
    0 Votes
    3 Posts
    838 Views
    F
    Well, it's now solved. Wasn't pfSense at all. Rather, ESET was screwing everything up. Only found this out through trial-and-error reinstall. Apparently, it simply does not like when a network is set as 'Home', but with a public network it all works. Obviously with a public network sharing becomes a hassle so… Anyway, back to writing up the paper  ::)
  • 0 Votes
    3 Posts
    1k Views
    D
    OMFG ! I am so tired I didn't correctly read the error message, thinking that this IP replied instead of the reply saying that my IP isn't allowed. Fixed auth, and here we go ! I feel stupid for the lame post. Thanks for the tap behind the head John :)
  • KVM VM no console?

    1
    0 Votes
    1 Posts
    451 Views
    No one has replied
  • WAN interface goes down and restart only after a complete reboot

    6
    0 Votes
    6 Posts
    3k Views
    B
    In my case, reboot always temporarely restore the network functionality. Does this apply to you as well? At the moment I've followed some suggestion from the thread on the FreeBSD forum and forced the network card to run at 100Mbit instead of 1Gbit. So far so good. I'm at 24 hours with no issues. Knock on wood! Franco
  • I fixed what ain't broke and broke it

    3
    0 Votes
    3 Posts
    2k Views
    johnpozJ
    Dok – maybe we are just behind the times and have not gotten our telepathic skills enabled yet.. Is there something we need to eat/drink to get these skills?  Maybe we using the wrong font and not seeing the detailed information?  Maybe the actual details of what is done is hidden in code?
  • MOVED: Squid & Squid Guard

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

    8
    0 Votes
    8 Posts
    1k Views
    DerelictD
    I generally use search on the menu bar then advanced search. I would limit the forums to Packages and Packages > Cache/Proxy if you are looking for info about squid.
  • Interface Assignment - Best Practices for LAN and Management VLAN

    9
    0 Votes
    9 Posts
    2k Views
    DerelictD
    Amen. Keep it simple then add technologies one at a time if you want to experiment. But then when you are posting on a forum you are not asking someone for help with an LACP problem to solve what is really a basic issue. People get too wrapped up in configuring too many things at ones. Eg. If you are going to do 20 VLANs, do one and get it working right first.
  • Email reports do not work anymore?

    4
    0 Votes
    4 Posts
    1k Views
    jimpJ
    You'll see messages like these… Alarm messages mean it's going into an alarm state, clear is coming out of one. Dec 6 10:01:59 dpinger WANGW 198.51.100.1: Alarm latency 710us stddev 620us loss 22% Dec 6 10:04:41 dpinger WANGW 198.51.100.1: Clear latency 765us stddev 741us loss 5% Dec 6 10:09:54 dpinger WANGW 198.51.100.1: Alarm latency 605us stddev 633us loss 22% Dec 6 10:12:17 dpinger WANGW 198.51.100.1: Clear latency 747us stddev 648us loss 5% Dec 9 10:49:20 dpinger WAN_PPP2_PPPOE 10.6.220.1: Alarm latency 1046us stddev 2398us loss 22%
  • 0 Votes
    1 Posts
    450 Views
    No one has replied
  • Squid + OpenVPN

    2
    0 Votes
    2 Posts
    657 Views
    M
    I could be wrong but I don't think that Squid can cache something that it cannot read because of the encryption.
  • 0 Votes
    1 Posts
    753 Views
    No one has replied
  • MOVED: Sqstat forbidden error for version 2.3.2

    Locked
    1
    0 Votes
    1 Posts
    363 Views
    No one has replied
  • FreeRADIUS and Google Authenticator based One Time Passwords

    1
    0 Votes
    1 Posts
    709 Views
    No one has replied
  • Testing Performance

    7
    0 Votes
    7 Posts
    3k Views
    ?
    …..would be a closer use case to users surfing the web. This could also be a nice test fir sure and on top of this it might be also that he is able to set up that iPerf test with the -p "n"command to high up or scaling up the entire workload. As an example: iPerf Client --------------------------------------> iPerf Server IP 10.1.1.2                                          IP 10.1.1.1 #iperf -c 10.1.1.1 -P 8 so over that test it will then be used 8 streams and that could be also really filling up or saturate that line.
  • 0 Votes
    5 Posts
    2k Views
    M
    Also - I did find this info on the forum from others having similar issues installing pfblockerNG / php memory issues but I don't know if I need to do these edits too: for amd64 systems … change /etc/inc/config.inc (line 75) from 512M to 640M or 768M. Code: [Select] // Set memory limit to 512M on amd64. if ($ARCH == "amd64") {   ini_set("memory_limit", "512M"); } else {   ini_set("memory_limit", "128M"); } to Code: [Select] // Set memory limit to 512M on amd64. if ($ARCH == "amd64") {   ini_set("memory_limit", "768M"); # amd64 Default 512M } else {   ini_set("memory_limit", "128M"); } AND modify the /usr/local/etc/php.ini (last line) and /etc/rc.php_ini_setup files (line 303) from Code: [Select] suhosin.memory_limit = 536870912 to Code: [Select] suhosin.memory_limit = 671088640 # 640M Default 536870912 or Code: [Select] suhosin.memory_limit = 805306368 # 768M Default 536870912
  • Squid Transparent Proxy and SSL decryption

    1
    0 Votes
    1 Posts
    421 Views
    No one has replied
  • Amazon Echo suddenly blocked

    6
    0 Votes
    6 Posts
    3k Views
    A
    I've been having the same issues.  Did you ever resolve it?
  • PFSense logging my own public IP as SourceIP on all packets

    12
    0 Votes
    12 Posts
    5k Views
    J
    @johnpoz: So did you try turning off the dmz host mode and just forwarding specific ports, like 80 or 443, 22 and test the specific ports.. Does it source nat as well?  If so that is just MESSED UP!! Do you have any other choices for isp?  If so freaking tell them your moving to different ISP and see if that gets their attention. I did try just forwarding specific ports, but it was the same. No difference. I can't figure it out. I've never had this problem before with any previous ISP. Once explanation is that our house was built this year and it's all new infrastructure. So maybe they are still smoothing out the bugs. I'm hoping that's the case anyway. Unfortunately ISPs usually have a monopoly in specific neighborhoods. So where i live they are the only option. The only way to change ISP is to move house.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.