• Question about network topology/Trunk

    14
    0 Votes
    14 Posts
    1k Views
    johnpozJ
    If you want to pass the routes via a protocol - go for it.. But sounded like you wanted route the L2 at pfsense as well with multiple wans.. Ie 3 different wan networks on pfsense? Without natting, or host routing that leads to asymmetrical traffic.. If you have a downstream router, you connect the upstream and the downstream via a transit network.. You don't just connect the downstream router to all the upstream networks via different wan interfaces.. That would be just a freaking mess. If you want to use a routing protocol to exchange the routes - sure, but its complication for no reason. Not like the downstream router is going to be adding routes out of the blue and you will want to know they are down there via a route being added via the protocol. And you sure don't seem to have multiple paths to gte to the downstream networks, and you don't seem to have need for a failover via loss of a path, etc. etc. You could get as simple as using some large cidr on your top networks.. Say using a /20 which would give you lots of room for growth of more networks their, and then a /20 for your downstream networks, etc. But sure if you want to run bgp or something to play with - have at it.. Your still going to connect them via a transit network(s)..
  • Random Reboots

    6
    0 Votes
    6 Posts
    940 Views
    stephenw10S
    Really you would need to be logging the console output when it reboots to see what is happening there. You might be able to enable a serial console, set that as the primary console and log that output. It would no doubt involve some fun and games in HyperV though.... Steve
  • DS Lite Concifguration

    2
    0 Votes
    2 Posts
    690 Views
    fireodoF
    @5555 Maybe this here VDSL2 - Parameter für 1&1 can help a little bit?
  • pfSense locking up

    8
    0 Votes
    8 Posts
    2k Views
    stephenw10S
    Well at least you have diagnosis and a fix. Not much else you can do there but swap out the card. Steve
  • Firewall hard crash

    6
    0 Votes
    6 Posts
    922 Views
    S
    @kiokoman Thanks. I didn't think so but they were showing intermingled like that so I wasn't sure.
  • Virtualip on lan as gateway

    2
    0 Votes
    2 Posts
    408 Views
    stephenw10S
    Those are on the same interface? 100.100.100.0/24 and 192.168.1.0/24? That should work but you will need to add firewall rules to allow that traffic to pass. If that is your LAN for example and your LAN interface is 100.100.100.1 then firewall rules using the default LANnet as source will not catch traffic from the other subnet. Add additional pass rules for 192.168.1.0/24 specifically if required. You may also need additional outbound NAT rules for it to get internet access. Steve
  • Slow Download Speed virtualbox pfsense

    9
    0 Votes
    9 Posts
    2k Views
    stephenw10S
    @asphalt3 said in Slow Download Speed virtualbox pfsense: Once I login to the Netgear web gui from the host and look at the IPs in "DHCP clients" section theres 2. 1 for the host and 1 for pfsense (on the VM). Could that be the issue? Probably not. It depends how the hypervisor is configured but if the NIC is bridged to the pfSense VM then both that and the host would pull an IP from the upstream router. Running double NAT to some VM(s) behind pfSense in the virtual environment is not ideal but it should work fine. Steve
  • Just go live pfsense. A few hickups needed help

    39
    0 Votes
    39 Posts
    4k Views
    johnpozJ
    But unless he puts 3rd party on it - he is not going to have such control in the soho native firmware. He might have a check box to block or allow wireless access to the gui.
  • Growl notifications not working

    4
    0 Votes
    4 Posts
    1k Views
    NogBadTheBadN
    I'd be looking at something else. https://forum.netgate.com/topic/133996/time-to-remove-growl Think it's been removed from 2.5 https://redmine.pfsense.org/issues/8821 ?
  • Is it possible to run an MQTT broker on the PFSense box?

    5
    0 Votes
    5 Posts
    2k Views
    nzkiwi68N
    @cheapie408 yes, HAPROXY is just a proxy, a super powerful and awesome proxy, but, only a proxy.
  • pfSense fails to obtain IP after power outage

    3
    0 Votes
    3 Posts
    362 Views
    X
    I'll have to double check, but I'm usually in a rush to just get things working again. In the mean time I've followed the workaround you linked to. It makes sense and I think that's what is happening in my case too. Thanks so much!
  • Trying to setup web server control panel access with pfSense

    2
    0 Votes
    2 Posts
    218 Views
    KOMK
    https://docs.netgate.com/pfsense/en/latest/book/nat/troubleshooting.html Post screens of your NAT rule(s) and WAN rules, with any public details (like WAN address) obscured.
  • Growl on 2.3.2 Netgate

    3
    0 Votes
    3 Posts
    621 Views
    B
    I have this problem as well. My Growl server is listening for notifications and other applications work just fine. The bug was not fixed in 2.4 release (validated). I believe more people than you think use Growl. If you have a proposed fix, I am happy to help QA this. This bug is quite old - can we please have some attention on this?
  • Syslogd keeps using old IP address after interface IP address change

    3
    0 Votes
    3 Posts
    462 Views
    ?
    Done.
  • Wake on lan from mac adresses from DHCP Lease

    14
    0 Votes
    14 Posts
    1k Views
    P
    @johnpoz @JKnott @akuma1x I will try your suggestion, didn't think about doing that that way!
  • pfSense crash report

    3
    0 Votes
    3 Posts
    435 Views
    L
    @KOM thank you very much for your response.
  • High ping in Proxmox VE

    1
    0 Votes
    1 Posts
    530 Views
    No one has replied
  • Option to Hot Plug (some) Interfaces

    5
    0 Votes
    5 Posts
    1k Views
    J
    @xhivo97 said in Option to Hot Plug (some) Interfaces: Hi, Thank you for the reply. I opened a feature request here. I managed to make it work good enough so that I can use it. Have been reading the source code and managed to make some php scripts that do what I want. This creates the interface: Runs on boot-up and when the USB modem is plugged in (using devd). <?php require_once("config.inc"); require_once("interfaces.inc"); if (does_interface_exist(ue0)) { if (!is_array($config['interfaces']['opt100'])) { $config['interfaces']['opt100'] = array(); } $config['interfaces']['opt100']['if'] = 'ue0'; $config['interfaces']['opt100']['enable'] = 'true'; $config['interfaces']['opt100']['descr'] = 'WAN2'; $config['interfaces']['opt100']['blockpriv'] = 'on'; $config['interfaces']['opt100']['blockbogons'] = 'on'; $config['interfaces']['opt100']['ipaddr'] = 'dhcp'; $config['interfaces']['opt100']['ipaddrv6'] = 'dhcp6'; $config['interfaces']['opt100']['dhcp6-ia-pd-len'] = '0'; print_r($config['interfaces']); write_config($config); } sleep(2); interface_dhcp_configure(ue0); ?> This deletes the interface: I included it in /etc/rc.bootup so that the interface gets deleted on boot. <?php require_once("config.inc"); if (isset($config['interfaces']['opt100'])) { unset($config['interfaces']['opt100']); print_r($config['interfaces']); write_config($config); } ?> This script runs when the USB modem is plugged in and on boot: #!/bin/sh sleep 10 logger usb_modeswitch Changing Modem Mode usb_modeswitch -v 0x12d1 -p 0x1f01 -c /usr/local/share/usb_modeswitch/12d1:1f01 sleep 5 php /path/to/create.php I tested this and seems to work really good. Do you mind to share what 4g mdem your using ??
  • TMobile cell spot not having internet

    11
    0 Votes
    11 Posts
    1k Views
    DerelictD
    If they did that they broke NAT-T and everything NAT-T is supposed to do. Wouldn't surprise me though. If they did that they might as well just use port 500.
  • Connect via SSH as root?

    7
    0 Votes
    7 Posts
    731 Views
    jimpJ
    In the OS, the root and admin accounts are setup using the same credentials. So you just connect with root@hostname using the password for the admin account.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.