• Force clear state when failing back from WAN2 to WAN1 (preferred)

    1
    0 Votes
    1 Posts
    190 Views
    No one has replied
  • No access to WAN from LAN1,LAN2, but LAN0 works

    3
    0 Votes
    3 Posts
    670 Views
    S
    @kom Thank you! You were correct. It took me a while to find the existing rules and duplicate them for the other two interfaces. I obviously have a lot to learn about pfsense. I now have one of my two WiFi hubs online so I can start to play with it. This is very different from the iptables that I am used to. Thanks!
  • Need help on adding a firewall to the network

    6
    0 Votes
    6 Posts
    583 Views
    johnpozJ
    Well you could move the mpls connection to a wan on pfsense sure, but that would still need routing.. You could do something dynamic vs static.. But that can add complexity, so unless your using it for monitoring of path to change routing, or networks come and go all the time.. A hand full of static routes is easier solution.
  • how to configure failover

    failover how to
    1
    0 Votes
    1 Posts
    301 Views
    No one has replied
  • How To Direct Traffic For Specific Website(s) Out Specific Gateway?

    11
    0 Votes
    11 Posts
    2k Views
    johnpozJ
    @alteredstate said in How To Direct Traffic For Specific Website(s) Out Specific Gateway?: I would be forced to continually disable and enable the VPN firewall destination rule each time I use Disney+. Just create another wifi network then, when you want to watch Disney, connect to your non vpn wifi. When you want to do whatever else, just switch to your vpn wifi.. I would just watch on my TV to be honest.. Why would anyone watch on little screen when there is a big screen available? But if your going to be using a device where you want to split traffic vpn and non vpn - then yeah the policy routing is really the only way to do that. It can be problematic - especially if laptop is not using pfsense for dns, say doh..
  • No access to internet from web browser anymore but can ping (LAN)

    5
    0 Votes
    5 Posts
    902 Views
    Y
    @viragomann I can ping google.com, it works just fine. Indeed, in the logs there seem to be recurring patterns (and I totally missed the flags). home_ip : my home public ip address server_ip : my server public ip address public_ip : multiple public ip addresses were captured by the filter port : multiple port numbers were captured by the filter Here is for the Default deny rule IPv4 : block em0 TCP:PA home_ip:port server_ip:443 (*) block em0 ICMP public_ip server_ip block em0 TCP:S public_ip server_ip:port (mostly port 445) block em0 TCP:A/FA/PA 192.241.206.128:port server_ip:443(**) block em0 TCP:R public_ip:port server_ip:80 (*) this line appears so often that it is difficult to see anything else. (**) I don't know the 192.241.206.128 address, but it is the only one I have with the A, FA and PA flags Some traffic is passing : pass em0 TCP:S server_ip:port 99.86.113.21:443 pass em1 TCP:S 192.168.1.2:46178 99.86.113.21:443 (***) pass em1 TCP:S 192.168.1.101:port 34.122.121.32:80 (32.121.122.34.bc.googleusercontent.com) (***) 192.168.1.2 is another vm (debian) on the LAN --> no internet as well In the end, the Default deny rule IPv4 seems to be blocking inbound traffic. I could see that it was mostly blocking ip addresses referenced as abusive. And I think I have missed something, because I don't see all the LAN activities in the logs (e.g., ping). I am currently working on this issue.
  • Preventing multi-wan failover for a specific host

    3
    0 Votes
    3 Posts
    487 Views
    G
    @viragomann Thank you! That plus a blocking rule to prevent the host from going out the gateway I don't want does the trick.
  • how to enable asymmetric routing on pfSense + FRR

    5
    0 Votes
    5 Posts
    2k Views
    S
    @stephenw10 Really appreciated for the reply, just disabled "reply-to" from the fw rules and the traffic flows to the right BGP path now. Sipher
  • 0 Votes
    5 Posts
    582 Views
    E
    @viragomann i'll use that than. thanks again. solved.
  • PPPoe reconnect issue

    1
    0 Votes
    1 Posts
    272 Views
    No one has replied
  • Pfsense Firewall VM in DMZ and VMs behind it no internet

    2
    0 Votes
    2 Posts
    252 Views
    No one has replied
  • HAProxy transparent SSL balancing... Banging my head against the wall.

    1
    0 Votes
    1 Posts
    214 Views
    No one has replied
  • Failover with Static Routes

    1
    0 Votes
    1 Posts
    200 Views
    No one has replied
  • Squid with Dual Wan

    3
    0 Votes
    3 Posts
    510 Views
    R
    @viktor_g I have selected the Outgoing Network Interface to WAN2. But this way proxy is connected but the internet does not work. Because the default gateway is WAN1. Internet over proxy only works when Both default gateway and Outgoing Network Interface in squid are the same.
  • When WAN Gateway goes down - unable to reach Webinterface via LAN

    1
    0 Votes
    1 Posts
    132 Views
    No one has replied
  • How to delete a non existing gateway??

    14
    0 Votes
    14 Posts
    2k Views
    Cool_CoronaC
    @viragomann Did it via winSCP instead. Thank you
  • No route to specific public subnet

    4
    0 Votes
    4 Posts
    496 Views
    V
    @nicklas-0 Since your router sends packets destined to B to the ISP gateway, it's on the ISP to route them forwards properly. And since A and B are within the same ISP network, it might be one of his devices where the packets get stuck.
  • Routing network over a site to site vpn

    4
    0 Votes
    4 Posts
    566 Views
    V
    @cerberus2022 IPSec can be set up in one of two modes. The more common mode is "policy-based IPSec", where you have to configure a phase 2 for each subnet pair you want to connect. However, if you have your subnets sequentially (10.26.1.0/24, 10.26.2.0/24, 10.26.3.0/24) you can also embrace all using a suitable larger mask. This mode can be used on most IPSec capable devices. The other mode is "routed IPSec", where you get a virtual gateway IP, to which you can route the respective subnets to the other site. The only drawback of IPSec is, it cannot be used to forward public traffic to a server at the other site, if you intend to do that.
  • Dynamic URL routing from WAN to LAN

    5
    0 Votes
    5 Posts
    607 Views
    bingo600B
    @gregorywest said in Dynamic URL routing from WAN to LAN: Is it possible for PFSense to take the incoming URL and use it to route traffic to a particular server? What I am looking for is external WAN clients hitting the firewall with something.myurl.com routed to server2, and other clients coming into somthingelse.myurl.com to be routed to server3. Both of these routes might or might not be using the same IP Ports, so using 'port forwarding' would not work. Is something like this even possible? Do you have (or can order) multiple "Public ip addresses" for the firewall : And then assign different ip's to : something.myurl.com and somthingelse.myurl.com Would make your life much easier. Remember that w. some of the mentioned programe. Ie. FTP the client might not even xfer the url , just resolve locally , and connect to that "remote ip". /Bingo
  • pfsense on an mpls network

    pfsense firewall routing
    1
    0 Votes
    1 Posts
    524 Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.