• Routing and pfsense

    4
    0 Votes
    4 Posts
    990 Views
    D
    Ipsec may be a more hopeful possibility with the TZ210. You might post a question in the IPSEC forum about creating a connection with Sonicwall. I would like to just install openvpn on the phone and PC but, she still needs access To other network resources. If you create a RoadWarrior setup and install the client on your wife's PC she can have access to anything at work and at home as necessary. One useful piece of information - the TZ210 is now EOL as of 2015-06-01. Might be another reason to switch to a better supported firewall (hint hint).
  • Alias URL Table Domain Case Sensitivity w/HTTPS

    3
    0 Votes
    3 Posts
    820 Views
    N
    Except that https works fine with some mixed case domain names.  Such as https://www.Team-CYMRU.org/Services/Bogons/fullbogons-ipv4.txt for instance.
  • [SOLVED] How to clean up space? Started 150mb, now 450mb!

    19
    0 Votes
    19 Posts
    6k Views
    KOMK
    What a pain in teh ass.  You would think they would incorporate a defrag/compaction feature into the virtual machine definition like VMware does.
  • Limit bandwith & volume to some mobile users/devices

    3
    0 Votes
    3 Posts
    730 Views
    T
    You need to segregate those clients on a separate LAN (or VLAN).  That means: A second WiFi Access Point, or a WAP that understands VLANs and lets you assign the different SSIDs to different VLANs A switch that understands VLANs, or a separate interface on the pfSense firewall box I'm doing a mix of the two methods, I have VLANs on my network switches, and one of those VLANs is for "guests".  The guest VLAN connects to a cheap consumer WAP which doesn't understand VLANs, but the network switch handles that issue. Now that the guest WAP is on a separate VLAN, I can assign limiters in the pfSense firewall rules to any traffic coming from the guest VLAN and going to/from the internet.
  • Network map creation software?

    13
    0 Votes
    13 Posts
    5k Views
    jimpJ
    A little update since I stumbled upon something good recently: Using LibreOffice Draw and the VRT Network Equipment shape set is great. The shapes are open source, available as a LibreOffice extension, and they have a decent license which includes an exception from the attribution clause for their intended use (meaning you don't have to put their name/link on all your diagrams) My main nitpick is that connector placement/adjustment in LibreOffice Draw isn't as good as Visio, but things can still be tweaked into acceptable places.
  • Interface gets pinged even when cable not connected

    21
    0 Votes
    21 Posts
    3k Views
    P
    I have had switch/router devices before that would stop responding to ping on an interface if the interface was physically down - from memory it was Cabletron/Enterasys gear. Once you knew the behaviour, it meant you knew when the cable had fallen out at a remote place.
  • MOVED: Slow HTTP traffic for LAN clients, slow HTTP over IPSec

    Locked
    1
    0 Votes
    1 Posts
    323 Views
    No one has replied
  • VLAN + LAN = Bridge

    7
    0 Votes
    7 Posts
    1k Views
    J
    Thank you for your answers, at the moment I can't reprogram the software and I need connection. I'll try to create a VPN server and a routing table to fix it. Thank you,
  • Unable to get Home and Lab VLANS configured

    4
    0 Votes
    4 Posts
    841 Views
    P
    I don't really have an environment to test that. But the static IP machines are not going to be getting any settings from a DHCP server. Normally the DHCP server would send them some default domain information that lets them learn a domain to use. So you probably need to either: a) Explicitly set the domain somewhere in the static clients or b) Set up some static mapping in the DHCP server so that those clients can use DHCP, and will thus get the domain name along with their static-mapped IP. Or I don't really understand the whole combination of systems/settings and someone else will have a good idea :)
  • Being alerted of new device connection…

    1
    0 Votes
    1 Posts
    715 Views
    No one has replied
  • Howto block embedded videos with pfsense

    4
    0 Votes
    4 Posts
    1k Views
    N
    I block the youtube with blacklist youtube.com and googlevideo.com.
  • Public WAN IP

    6
    0 Votes
    6 Posts
    1k Views
    T
    $5/mo is pretty cheap for a static IPv4 address.  I'm being charged $20/mo for that with Verizon FIOS (who doesn't yet do IPv6).
  • How to monitor if a node drops?

    10
    0 Votes
    10 Posts
    1k Views
    T
    Or consider installing "monit" on the pfSense box as a minimal tool.  You'll have to do it from command line.  I prefer Monit for small independent boxes, much easier to setup then Nagios/Zabbix/Icinga.
  • Access pfSense firewall from WAN, inside LAN?

    5
    0 Votes
    5 Posts
    1k Views
    T
    I used the OpenVPN client on my Android phone to troubleshoot my own OpenVPN setup. #1 Disable WiFi on the phone #2 Fire up OpenVPN client and connect to my VPN #3 Do testing on the phone That was enough for me to figure out whether OpenVPN was configured properly on pfSense. (I'll have to try the Android phone as a WiFi hotspot idea as well.)
  • Can't reach updates with bridged mode modem

    5
    0 Votes
    5 Posts
    2k Views
    P
    Yes, it seems to be the modem - what a piece of shit! The MAC address is key… if I hadn't had a 'virgin' Alix box, I don't think I would have ever got this working. I've replicated its MAC to both fw1 and fw2, and they now both work fine; they can reach the 'update' site. The perverse behavior of this modem would seem to completely rule out using the failover feature - if it was ever possible on a bridged modem. I've still got one question: Is there any historical data on the pfsense box that the cable modem could access during DHCP? I ask because when fw1 (and subsequently fw2) was connected to the bridged cable modem, I observed that pfsense reported a gateway address that it used when it was connected to another gateway device (the router for the fixed-IP service). I totally don't understand how pfsense could report such nonsense.
  • PfSense Crashing Every Day

    8
    0 Votes
    8 Posts
    2k Views
    H
    Watch, Charon isn't flagging memory pages to not be paged out then the kernel attempts to access said memory locations.
  • PfSense 2.2.2 - Unbound DNS Error?

    12
    0 Votes
    12 Posts
    1k Views
    A
    @phil.davis: Should I just replace that file with what you have there? or Should I upgrade to pfSense 2.2.3 after the backup config? Will upgrading to 2.2.3 give me clean copies of all the code? Yes, you could paste in the proper code from https://raw.githubusercontent.com/pfsense/pfsense/RELENG_2_2/usr/local/www/diag_logs_resolver.php and fix this file. That would fix the current problem you see. But if you do not know how the wrong code got there in the first place then who knows what other code or files are also not right. Upgrading to pfSense 2.2.3 will give you clean copies of the code. Maybe fix up the code in diag_logs_resolver.php for now, then upgrade to 2.2.3 in a couple of days (doing a full backup along the way…) You could also backup the config, reinstall 2.2.2, reload the config, let all the packages reinstall. That will bring you back to known good 2.2.2 Just paste your code. It fixed that problem, big thanks to you. I will wait for couple days before upgrade to 2.2.3. Thanks again.  ;D
  • Allow expired DHCP leases to show last used hostname

    1
    0 Votes
    1 Posts
    473 Views
    No one has replied
  • Original Watchguard x550e OS Image

    3
    0 Votes
    3 Posts
    1k Views
    D
    Thank you for the reply, but the extra services from Watchguard are not needed. The Watchguard OS with the basic services included, are just fine. Greetz DeLorean
  • MOVED: Pfsense hangs every day because of buffers

    Locked
    1
    0 Votes
    1 Posts
    342 Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.