• Virtualbox question about isolating the WAN interface

    3
    0 Votes
    3 Posts
    415 Views
    B
    In Linux (mint) is set both IP4 and IP6 to nothing for WAN Now Linux doesn't get any WAN traffic It goes to pfsense first and comes back to LAN This works but I think I'm creating a mess
  • Why cant i reach devices in an IPSec network from another IPSec network?

    2
    0 Votes
    2 Posts
    437 Views
    stephenw10S
    With policy based IPSec you will need phase 2 policies carry the traffic he is sending and you probably don't right now. For example if his subnet is 10.130.100.0/24 he probably has a P2 on his tunnel that is: 10.130.100.0/24 to 10.128.0.0/16 That will grab any traffic coming from hos local subnet destined for you office networks and send it over the tunnel. But if he tries to access another remote site, say 10.130.200.0/24, that traffic will be ignored as it's not covered by the policy. To connect between spokes in a hub and spoke design like that you need P2 policies on each tunnel to carry it. So for that example the remote worker would need a P2 on his tunnel: 10.130.100.0/24 to 10.130.200.0/24 And the remote site he'd connecting to would need: 10.130.200.0/24 to 10.130.100.0/24 That escalates quickly if you need to connect between a lot of sites. It's much easier if you have route a based VPN like OpenVPN or VTI (route based IPSec). But that would require changing all the tunnels. You could proxy the traffic on your office network somehow so his traffic appears to be coming from there. You could setup an OpenVPN server for this one worker (or more remote support staff). If you choose a tunnel subnet that is inside 10.128.0.0/16 then the existing IPSec tunnels will already carry that traffic. Steve
  • Shell access limited to one command or set of commands?

    1
    0 Votes
    1 Posts
    201 Views
    No one has replied
  • Which CPU to use and suggestions for getting started.

    8
    0 Votes
    8 Posts
    1k Views
    DaddyGoD
    @redfox let's go step by step read this thread, here I describe exactly how to create the environment for game play: https://forum.netgate.com/topic/153514/nat-issues-when-playing-games-on-two-computers once you have interpreted and have a problem, write and I will help ++++edit: @redfox "How would your suggestion work in my situation?" playing can be dangerous behind a firewall as ports need to be opened but with a good setup this shouldn't be a problem
  • IPSec and other VPN AEAD encryption options

    2
    0 Votes
    2 Posts
    469 Views
    jimpJ
    With AEAD ciphers the "hash" function gets used as a Pseudo-Random Function (PRF) instead. It's still necessary, but not necessarily used for hashing. strongSwan is smart enough to do the right thing there. 2.5.0 allows choosing PRF explicitly as well https://redmine.pfsense.org/issues/9309
  • Issue with LAGG interface MTU on 2.4.5-p1

    5
    0 Votes
    5 Posts
    484 Views
    J
    it actually looks normal to me. i can post it later, but ill have to do extensive redacts. interestingly, the upgrade pre-2.4.5 one has this entry in its backup xml: <opt3> <descr><![CDATA[LAGG0]]></descr> <if>lagg0</if> <enable></enable> <spoofmac></spoofmac> <mtu>9000</mtu> </opt3> and the new fresh install of 2.4.5 does not, but it does have all sub-interfaces for all the vlans, like this: <opt1> <descr><![CDATA[VLAN_130]]></descr> <if>lagg0.130</if> <enable></enable> <spoofmac></spoofmac> <ipaddr>redacted</ipaddr> <subnet>24</subnet> </opt1>
  • Getting the pfSense version with SNMP

    5
    0 Votes
    5 Posts
    1k Views
    GertjanG
    You can't find 2.4.4 info, because that version doesn't exist anymore (snmp bug). The actual version works just fine : root@DiskStation2:~# snmpwalk -v1 -c public 192.168.1.1 | grep 'pfSense' SNMPv2-MIB::sysDescr.0 = STRING: pfSense pfsense.brit-hotel-fumel.net 2.4.5-RELEASE-p1 pfSense FreeBSD 11.3-STABLE amd64 SNMPv2-MIB::sysLocation.0 = STRING: pfSense HOST-RESOURCES-MIB::hrSWRunParameters.426 = STRING: "-q -f /etc/pfSense-devd.conf" Btw : for "regex" reason, this snmpwalk -v1 -c public 192.168.1.1 | grep '2.2.5' will not work. "2.4.5" isn't a literal search string !
  • 1 Votes
    2 Posts
    576 Views
    stephenw10S
    This is a duplicate post. Please continue here: https://forum.netgate.com/topic/155443/random-problems-accessing-https-pages-error-pr_end_of_file_error
  • Email Alert for CPU Temperature

    8
    0 Votes
    8 Posts
    1k Views
    GertjanG
    @barakath said in Email Alert for CPU Temperature: Diagnostics--> Edit file. Look at it, then never look or even use that option again. To see / load / upload to any device - not just pfSense, but any device around you (Phones, VCR, Access Points, wall clock, coffee machine, you name it), use a SFTP (example : WINSCP, or the far superior SmartFP) to access you pfSense over port 22. Also : activate the SSH access. While you're at it, test also the console access, which show the same info / same access. Also, install Putty (windows SSH client - MAC users have a SSH client build in). Ones you have access, install a descend text editor like 'nano' (or use the good old build in editor 'vi'): pkg install nano Copy the file using select in the Github windows and Ctrl-C - from here https://gist.githubusercontent.com/JMac87/1303f78c56a54165447568318eeca3b3/raw/8eaf407f0aa90d0134be12b51c0996bf9337da70/cpu_temp_alert.sh (the 'raw' view). Then, on pfSense, - login menu option 8 - open non exiting filer with nano like : nano /root/temp.sh and then paste ( Ctrl-V) the script. Ctrl-O to write the file, Ctrl-X to exit nano. 'chmod' the file (see above). etc etc.
  • Netbios ports showing up closed not stealth

    6
    0 Votes
    6 Posts
    844 Views
    G
    Thanks both, that is definitely what's happing, as like bigsy I have an account with Zen. So the answer to my question is no there is no simple way of making my ports stealth . Project abandoned. I tried adding rules to see if they would make any difference which they did not so I will remove them. The implicit deny rule I have added would stop anything internally using those ports anyway. I put an extra implicit deny rule in to monitor any network activity I was not expecting. I presume like most firewalls I have worked on there is an invisible deny rule anyway. Thanks for the help
  • 0 Votes
    11 Posts
    1k Views
    viktor_gV
    @GunerX Try to temporary disable "Block bogon networks": [image: 1595222333018-screenshot-from-2020-07-20-08-18-10.png] and run /etc/rc.update_bogons.sh (without force) again
  • Question on multiple WAN IPs

    4
    0 Votes
    4 Posts
    410 Views
    JKnottJ
    @BocajPF You need 1 NIC on the WAN side. You set up rules according to what you want. You haven't said anything about what you're doing. For example, do you have enough public IPs for all your hosts? If so, then you'd create a subnet for those addresses and not worry about NAT. For example, on IPv6, I get 256 /64 prefixes. Each /64 can be used for a LAN or VLAN. So, on my network, I assign 1 /64 for my main LAN and another for my test LAN. This config means I have a 2nd NIC for my test LAN, in addition to the 1 used for the main LAN. Without knowing what you're trying to do, it's hard to tell you how to do it.
  • Speed test in GUI, with history bar chart

    8
    0 Votes
    8 Posts
    7k Views
    provelsP
    You could always try this: https://forum.netgate.com/topic/64735/speedtest-cli-run-speedtest-on-pfsense-box If I was able to figure it out anyone can. But not as easy as clicking "+Install" ... That said, a speedtest should be run from a client and not the FW. That's what I do. [image: 1595172691719-0da1b89d-5921-495f-9dcd-8437fc2c0531-image.png] [image: 1595172888341-932e0062-0825-4902-8c0b-f44841651d5c-image.png]
  • PfSense + Squid + local network

    1
    0 Votes
    1 Posts
    452 Views
    No one has replied
  • Upgrading to 2.4.5 hosed my install

    7
    0 Votes
    7 Posts
    996 Views
    johnpozJ
    @jim0266-f said in Upgrading to 2.4.5 hosed my install: Time blends... Singing to the choir there buddy ;) And the older you get the faster it goes too... I was like it can't be 20 years - can it??? NFW ;) hehehe Had to double check to be sure.. And I was like whew.. Ok it hasn't been that long. heheeh
  • Implementing pfSense for a caritative association in France

    1
    0 Votes
    1 Posts
    130 Views
    No one has replied
  • Inquiry about multiple ip setup

    8
    0 Votes
    8 Posts
    759 Views
    stephenw10S
    Thsoe IPs are in the WAN subnet (assuming they are real or representative) they can't be used directly internally. A WAN VIP and 1:1 NAT is the correct way to this if they need to have those downstream routers. They might insist on it if those are separate clients for example. Otherwise you could just have separate VLANs weth pfSense handling the subnets and the clients there directly. Just use a different outbound NAT rule for each to get different public IPs. Steve
  • Internet on windows but not ubuntu bad pfsense configuration?

    41
    0 Votes
    41 Posts
    7k Views
    DaddyGoD
    @Farisse you welcome
  • Netgear Orbi RBR50 no Internet Connection in AP Mode

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    20 Posts
    2k Views
    PhizixP
    @molepy, Thanks for the reply. What I am currently using works, but is VERY KLUGE. I hate that it kill all states, but that is the only way to make it work. Phizix
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.