• Multi IGMP Proxy Behaviour

    igmpproxy igmp carp
    2
    0 Votes
    2 Posts
    1k Views
    M
    @mannyjacobs73 said in Multi IGMP Proxy Behaviour: lthough I understand there is a difference between IGMP Snooping and IGMP Proxy, I do not completely understand how the IGMP Proxy service should be behaving when configured correctly... and especially with multiple devices / additional Virtual IP assigned. Hi, I'll re-write my query and hopefully someone can put me in the right direction... Basically I am wanting to know if there is any documentation or notes available regarding the behavior of the IGMP Proxy protocol which is found in pfsense (query timings, priority etc.) . Specifically when two devices are running IGMP Proxy on the same LAN, but even any pointers to more in-depth documentation as to how this service runs on a stand alone box, would be appreciated. Thank you
  • Wifi Calling and SMS Issues!!

    4
    0 Votes
    4 Posts
    732 Views
    JKnottJ
    @tony77 As mentioned above, WiFi calling uses IPSec. Look into why that's failing. Packet capture helps here. If the VPN stays up, it's not a pfSense problem. BTW, I've never had an issue with Wifi calling here.
  • Disk usage: / 96% of 6.7GiB - ufs

    6
    0 Votes
    6 Posts
    716 Views
    H
    @stephenw10 Thanks, found that this function of size limiting was not in my version of suricata, an update was pending...
  • Renaming Interfaces

    14
    0 Votes
    14 Posts
    2k Views
    stephenw10S
    It might do. You certainly won't get that working with a subnet conflict. Steve
  • OpenVPN suddenly stopped working

    5
    0 Votes
    5 Posts
    1k Views
    stephenw10S
    ip route show table 0 will give you the current routes in Android. At least it does on my older device. Had you done that you would have found 192.168.1.0/24 via the openvpn server IP was missing. Adding it as a local network there is what causes the server to pass that route to the clients. Glad you found it. Steve
  • FreeRADIUS simultaneous connection not working for OpenVPN

    17
    0 Votes
    17 Posts
    2k Views
    stephenw10S
    You can't have two mobile IPSec servers, no. But this is OpenVPN, you can have as many instances as you have ports/resources.
  • HaProxy and Raundcube problems

    2
    0 Votes
    2 Posts
    388 Views
    Z
    the solution was reverse php version to 5.6 on the vhost in www/mailserver so not related to pFsense
  • Where can I set PPPoE for WAN in pfSense shell?

    2
    0 Votes
    2 Posts
    721 Views
    stephenw10S
    There's no easy way to do that really. If I was doing it I would probably edit the config file directly and reboot to load it. Your WAN should look like: <wan> <if>pppoe0</if> <descr><![CDATA[PPPoEWAN]]></descr> <blockpriv></blockpriv> <blockbogons></blockbogons> <enable></enable> <ipaddr>pppoe</ipaddr> </wan> And you'll need a PPP section like: <ppps> <ppp> <ptpid>0</ptpid> <type>pppoe</type> <if>pppoe0</if> <ports>em0</ports> <username>your_username</username> <password>base64_encoded_password</password> <descr><![CDATA[WAN]]></descr> <provider>Your_ISP</provider> </ppp> </ppps> Or similar with your details in it. Steve
  • Multi Lan segments isolated from each other

    5
    0 Votes
    5 Posts
    509 Views
    stephenw10S
    Yeah that's where inverted rules can bite you. !LAN net or !WIFI net is effectively everywhere. Your 'Wide Open' rule is actually only to the WAN subnet which is probably only small subnet with your public IP in it. You probably want destination 'any' there to allow traffic to any external IP. Steve
  • use of pfSense on non-Netgate/custom hardware

    14
    0 Votes
    14 Posts
    2k Views
    stephenw10S
    Because if it changes we want people to know about that change. You can edit the file to change the interval if you want or prevent access to the fqdn so it never sees any changes. Steve
  • i feel stupid i cant get pfblockerng to work with my vpn

    5
    0 Votes
    5 Posts
    616 Views
    stephenw10S
    Hmm, not sure why you would have to do that. You could just add them as static leases so they always get the same IP. Steve
  • ChromeCast

    5
    0 Votes
    5 Posts
    707 Views
    manjotscM
    @stephenw10 Nervermind, Thanks anyways, I just a bought ethernet switch, no need bridge and working fine now.
  • What is Netgate's stance on kernel modules vs monolithic kernels today?

    1
    0 Votes
    1 Posts
    117 Views
    No one has replied
  • 0 Votes
    2 Posts
    372 Views
    stephenw10S
    So you are authenticating using Radius from pfSense to the Synology device? Does it resturn groups locally correctly? Why are you using LDAP and Radius? Steve
  • Make Pfsense work with Active Directory CA

    3
    0 Votes
    3 Posts
    1k Views
    stephenw10S
    Exactly what VPN type are you using here? I don't really see why you could not use certs signed by another CA as long as the server and clients were both using it. Though I'm not sure I've ever tried that myself, for mobile IPSec at least. Steve
  • How to change pfSense password?

    6
    0 Votes
    6 Posts
    14k Views
    stephenw10S
    Indeed. If @eiger3970 is seeing this in 2.1 then upgrade! If it's in 2.4.4 then it's almost certainly unrelated to whatevet was happening here and a new thread is more appropriate. Steve
  • minor typo - user survey 2020-01-09

    3
    0 Votes
    3 Posts
    362 Views
    I
    @gboone I preferred the previous spelling. I thought it was more accurate.
  • Suddenly getting a popup warning about hardware in the admin console

    6
    0 Votes
    6 Posts
    551 Views
    G
    Aw, interesting. Yes that file is there. I removed it and the notices have gone away. Thanks!
  • Need help configuring

    6
    0 Votes
    6 Posts
    737 Views
    Raffi_R
    @HW said in Need help configuring: OK. Enabled the firewall and can ping both 8.8.8.8 and google.com. But still mail isn't working and not possible to reach the Remote Desktop Gateway from outside. Good to hear it's working. Don't forget to backup the configuration this time! Diagnostics > Backup & Restore. I hope you're not using remote desktop into your network without encryption. That's not the best practice.
  • Internet only accessible when rules has all interfaces

    3
    0 Votes
    3 Posts
    925 Views
    M
    @viragomann said in Internet only accessible when rules has all interfaces: ti Slap on head - the penny just dropped for me! :) I was, for some reason, considering "WAN network" to imply the next step in the journey to the destination - give access to that and I'm all set. I guess, technically, all I was doing was providing access to any host in the subnet as the IP address my ISP assigns to me :) Not sure what I was thinking but that makes complete sense now and I thank you. Mark
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.