• PFSENSE block all traffic from wan to lan (i open ports before)

    2
    0 Votes
    2 Posts
    422 Views
    V

    Check the system log for hints.

  • Routing and gateways and VPN, oh my

    2
    0 Votes
    2 Posts
    483 Views
    V

    Just set a static route for 192.168.45.0/24 on the Exchange pointing to pfSense:

    route add -p 192.168.45.0 mask 255.255.255.0 <gateway></gateway>

    Replace "<gateway>" with the LAN IP of pfSense within 192.168.44.0/24.</gateway>

  • Dual WAN group not working with IPSEC VPN

    3
    0 Votes
    3 Posts
    729 Views
    K

    If it is critical to get this working I suggest you buy some support hours.  Contact support to discuss first.  For done things which were very complicated this is what I have done.

    It is been more than a year but I eventually gave up on this.  I think using openvpn might be easier but not sure.  I wish you luck with this!

  • [solved] need some help, openwrt behind a pfsense router

    1
    0 Votes
    1 Posts
    820 Views
    No one has replied
  • Mobile Wan 3G/LTE pfsense doc wrong.

    2
    0 Votes
    2 Posts
    558 Views
    K

    Not sure what this document refers to but it is innacurate.

    You must configure 3G/LTE setting on interface if using as a wan connection or at least multi wan.  Directions say not to make any changes to the interface but you have to in order to make it work.

    https://doc.pfsense.org/index.php/Configuring_3G_modems

  • PfSense + wifi (OpenWRT) guest VLAN

    2
    0 Votes
    2 Posts
    1k Views
    P

    I will reply to myself as I've found the problem so anyone with the same hardware can use this as a solution.

    The problem was that the VLAN3 on the WDR3600 was incorrectly set to the interface eth1.3 and on the WDR-3600 the switch is on the eth0 interface, so the VLAN3 had to be set to eth0.3 and voila! everything works!!!

    The only thing that should be added to this setup are the firewall rules, that I have set as the following screenshot shows.

    VLAN3_fw_rules.png_thumb
    VLAN3_fw_rules.png

  • Policy based routing for traffic from pfSense itself ?

    6
    0 Votes
    6 Posts
    4k Views
    P

    @kpa:

    No, that's not policy routing at all. What you need is a normal static route on pfSense with the WAN address of the inner router as the target for the traffic that going to the LAN of the inner firewall. Static routes are set at System->Routing->Static Routes.

    Actually thats exactly what I try to admit :)

    @kpa:

    Additionally I hope you're using a transit network between pfSense and inner firewall with no hosts on it? Otherwise you have a broken network setup with asymmetric routing.

    Yeah, a nice firewall transit network :)

    My understanding of policy based routing, comes from Barracuda and Juniper. There it works on the routing and not on firewall level. So both ways are possible, in- and outbound. Posted a screen as an example.

    barra_pbr.PNG
    barra_pbr.PNG_thumb
    barra_pbr2.PNG
    barra_pbr2.PNG_thumb

  • Load Balancing slower speed

    1
    0 Votes
    1 Posts
    537 Views
    No one has replied
  • Using VLANs and VLAN tagging aware switch to add more LAN ports?

    9
    0 Votes
    9 Posts
    4k Views
    S

    Ah. That makes perfect sense. You want to keep all VLAN tagged traffic physically separated for security purposes. Thanks!

  • 0 Votes
    2 Posts
    2k Views
    D

    Solved. Just wrong config. Need more accurate and not more. ( not edit files, chown and other, just config )

    Good config must be:

    This file was created by the package manager. Do not edit!

    AS 65002
    fib-update yes
    holdtime 30
    listen on 0.0.0.0
    router-id 192.168.56.101
    network 192.168.57.0/24
    group "GR_65001" {
    remote-as 65001
    neighbor 192.168.56.201 {
    descr "to_as_65001"
    announce all 
    local-address 0.0.0.0
    }
    }
    deny from any
    deny to any
    allow from 192.168.56.201
    allow to 192.168.56.201

    P.S.

    Log installation OpenBGPd at WEB-configurator

    Installing pfSense-pkg-OpenBGPD…
    Updating pfSense-core repository catalogue...
    pfSense-core repository is up to date.
    Updating pfSense repository catalogue...
    pfSense repository is up to date.
    All repositories are up to date.
    Updating database digests format: .... done
    The following 2 package(s) will be affected (of 0 checked):

    New packages to be INSTALLED:
    pfSense-pkg-OpenBGPD: 0.11_9 [pfSense]
    openbgpd: 5.2.20121209_2 [pfSense]

    Number of packages to be installed: 2

    155 KiB to be downloaded.
    [1/2] Fetching pfSense-pkg-OpenBGPD-0.11_9.txz: .. done
    [2/2] Fetching openbgpd-5.2.20121209_2.txz: …....... done
    Checking integrity... done (0 conflicting)
    [1/2] Installing openbgpd-5.2.20121209_2…
    ===> Creating groups.
    Creating group '_bgpd' with gid '130'.
    ===> Creating users
    Creating user '_bgpd' with uid '130'.
    [1/2] Extracting openbgpd-5.2.20121209_2: …...... done
    [2/2] Installing pfSense-pkg-OpenBGPD-0.11_9…
    Extracting pfSense-pkg-OpenBGPD-0.11_9: .......... done
    Saving updated package information...
    done.
    Loading package configuration... done.
    Configuring package components...
    Loading package instructions...
    Custom commands...
    Executing custom_php_resync_config_command()...done.
    Menu items... done.
    Services... done.
    Writing configuration... done.
    Message from openbgpd-5.2.20121209_2:

    OpenBGPD has been successfully installed.

    Configuration file must be created at /usr/local/etc/bgpd.conf
    and permission set to 0600.

    Cleaning up cache... done.
    Success

    Any question?
    Contact here: http://ciscooc.blogspot.ru/

  • Problem with WAN2 Gateway

    4
    0 Votes
    4 Posts
    547 Views
    R

    @costasppc:

    Maybe use 8.8.4.4 as your monitor ip?

    Best regards

    Kostas

    Ahh! Thank you! That was the problem!!

  • Multi WAN siproxd drops packets for voip

    1
    0 Votes
    1 Posts
    393 Views
    No one has replied
  • Multi Wan but one wan on lan

    2
    0 Votes
    2 Posts
    464 Views
    K

    Vlan managed switch

  • Routing Between MobileVPN and IPSec Connected Sites

    2
    0 Votes
    2 Posts
    365 Views
    K

    Been a while but I think you need to create phase 2 entries for the other subnets…

  • Dual wan dynamic (Ethernet) and LTE

    1
    0 Votes
    1 Posts
    339 Views
    No one has replied
  • Multiwan with OpenVPN and source based routing

    7
    0 Votes
    7 Posts
    1k Views
    DerelictD

    The gui changed at 2.3.0+ a little over a year ago.

  • Routing between 2 pfsense

    4
    0 Votes
    4 Posts
    878 Views
    DerelictD

    If they are connected via VPN they should probably be speaking with each other directly from private network to private network without any NAT.

  • General LAN Question

    3
    0 Votes
    3 Posts
    695 Views
    johnpozJ

    "The only constraint is that I have to "make due" with that firewall and it's 6 ports."

    Who says?  If you had a self built box and needed switch ports?  Why would you not have put in switch ports vs NICs?  Get yourself a small gig switch – they are pretty freaking tiny!!

  • 2 wan and 2 vlan

    1
    0 Votes
    1 Posts
    416 Views
    No one has replied
  • Static back route

    2
    0 Votes
    2 Posts
    662 Views
    D

    Solved

    I made an extra vlan with rules and everything is ok

    delan009

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.