• Accessing 169.254.2.1:80 on an OPT interface from the LAN interface

    14
    0 Votes
    14 Posts
    2k Views
    jimpJ
    @warudo said in Accessing 169.254.2.1:80 on an OPT interface from the LAN interface: I did some digging through the FreeBSD sources. While the blocking of this subnet can be disabled in pfSense and causes it to respond to packets, the underlying FreeBSD TCP/IP stack is hardcoded to not forward traffic from and to it. The relevant part is here. So this seems to be impossible. Of course it's impossible, it's against the RFC to do that. https://tools.ietf.org/html/rfc3927 Section 2.6.2 [...] The host MUST NOT send a packet with an IPv4 Link-Local destination address to any router for forwarding. Section 2.7 Link-Local Packets Are Not Forwarded A sensible default for applications which are sending from an IPv4 Link-Local address is to explicitly set the IPv4 TTL to 1. This is not appropriate in all cases as some applications may require that the IPv4 TTL be set to other values. An IPv4 packet whose source and/or destination address is in the 169.254/16 prefix MUST NOT be sent to any router for forwarding, and any network device receiving such a packet MUST NOT forward it, regardless of the TTL in the IPv4 header. Similarly, a router or other host MUST NOT indiscriminately answer all ARP Requests for addresses in the 169.254/16 prefix. A router may of course answer ARP Requests for one or more IPv4 Link-Local address(es) that it has legitimately claimed for its own use according to the claim-and- defend protocol described in this document. This restriction also applies to multicast packets. IPv4 packets with a Link-Local source address MUST NOT be forwarded outside the local link even if they have a multicast destination address. As @stephenw10 said maybe if you had a VIP on WAN in 169.154.x.x and you did NAT to that on the way out it might work, but it would likely still fail to be carried properly since the original host is violating the RFC by sending 169.254.x.x traffic to a router when trying to connect. I would not use a gateway or route-to on traffic to or from 169.254 -- See https://redmine.pfsense.org/issues/2073 for why. What you might need is inbound NAT on the LAN of pfSense to map that 169.254 address to something actually routable. LAN host -> destination LAN VIP -> exit WAN outbound source NAT to 169.254.x.x to destination of 169.254.x.x. The link-local stays local, no RFCs would be violated by that behavior (technically).
  • Error Lan - route: route has not been found

    8
    0 Votes
    8 Posts
    3k Views
    johnpozJ
    Makes no sense.. Have you messed with your outbound nat?
  • Incorrect state / traffic counters for floating match rules

    5
    0 Votes
    5 Posts
    520 Views
    stephenw10S
    Yes it's unclear exactly what they are counting or should be counting. To me at least. I would not rely on them for any accurate measure of traffic that is matched. Steve
  • Using pfSense as a Powerhouse router

    4
    0 Votes
    4 Posts
    580 Views
    NogBadTheBadN
    One thing I've just thought about, it would only disallow the connection if they disconnected and then tried to re connect. Maybe FreeRADIUS isn't the solution.
  • Confused by Traffic Graphs

    12
    0 Votes
    12 Posts
    1k Views
    johnpozJ
    Per your drawing your multicast traffic doesn't hit your wan.. If you have questions to what is being counted why not just sniff on the interface and see.. Looks like your wan is a pppoe connection.
  • Secondary RADIUS Servers

    2
    0 Votes
    2 Posts
    274 Views
    DerelictD
    Forked from here: https://forum.netgate.com/topic/92318/pfsense-active-directory-admin-authentication-via-radius/12
  • Bandwitdth double what i expect using IGMPProxy

    2
    0 Votes
    2 Posts
    221 Views
    stephenw10S
    Where are you seeing this throughput? Steve
  • Web GUI

    9
    0 Votes
    9 Posts
    789 Views
    F
    @stephenw10 Hi Steve, I shall try that! Thank you
  • 2.4.3_1 CRON WOL

    8
    0 Votes
    8 Posts
    823 Views
    GertjanG
    Consider this a low priority bug. pfSense has a menu item in the status menu : Package logging. And guess what, I didn't find yet one package that logs its output over there. Worse : huge loggers like FreeRadius log in the "main" pfSense log file "system", or, I really think it shouldn't. Why I'm talking about this ? Because you would have seen that your cron didn't work ... because not logs ... Every major OS these days have a cron.log. But glad it worked out for you.
  • firewall security test

    5
    0 Votes
    5 Posts
    887 Views
    R
    I'm doing this in a real (real) way, in a company. This company had problems of intrusion (violation) through a CRM server (data shared inside and outside the company) I mounted a virtual environment, added a firewall (PFSENSE) those servers that have external access. This would be my DMZ, soon after the firewall (already existing in the AKER company) and wanted to bar all external accesses from that line forward. I have already written the part of the article academically. Now my difficulty is to demonstrate what I have done and what will happen to improvements from the implementation of this DMZ
  • 1:1 NAT with dynamic OpenVPN External subnet IP

    10
    0 Votes
    10 Posts
    2k Views
    P
    That works! I had tried it that way previously, a few years ago, without luck. It now seems to work. Thank you!
  • pfSense 2.4.3 PPTP missing

    7
    0 Votes
    7 Posts
    4k Views
    DerelictD
    @dranick You are probably referring to Cisco open-sourcing Vector Packet Processing (VPP) which is a fundamental part of a Netgate product called TNSR which is a completely different code base from pfSense. OpenVPN works. Maybe you should concentrate on asking some questions there, watching the OpenVPN hangouts, reading the pfSense book's OpenVPN section, etc. There is no functional difference in OpenVPN on Community Edition on a VM and factory on an XG-1537.
  • How change NIC MTU to 9000?

    21
    0 Votes
    21 Posts
    3k Views
    yon 0Y
    i had try do that before, now i have upgrade PF 2.4.3 to 2.4.4, but i can't open lan gateway webGUI, i can ping gateway ip and network work, why i can't open webGUI. i need waiting for fix this and then try setup MTU again.
  • memstick-2.4.4-DEVELOPMENT- not bootable

    4
    0 Votes
    4 Posts
    399 Views
    stephenw10S
    It should see the USB image as bootable if you have UEFI enbabled. That looks like a regression though. Thanks for reporting. Steve
  • Wire memory slowly increasing

    15
    0 Votes
    15 Posts
    3k Views
    Raffi_R
    I made the change for the zfs arc cache in loader.conf and then rebooted. The memory is back down to normal and no swap usage as expected. Hopefully that will solve it for good. I'll keep an eye on it.
  • This topic is deleted!

    4
    0 Votes
    4 Posts
    121 Views
  • WAN Gateway - Many Intermittent Outages logged - ARP Related?

    4
    0 Votes
    4 Posts
    611 Views
    R
    I have walked back some changes but I thought I would now change the ENTIRE hardware platform. New... An ASUS Prime A320M-K Motherboard. Together with the 2200 CPU is cheap and it comes with a whisper quit fan and heatsink glue already applied so you just need to be careful screwing the fan to the motherboard - and of course take care inserting the CPU. Not to mention it has VGA which is perfect for a router appliance. Also has serial port, but I don't expect to need it. So this motherboard has a Realtek ethernet port onboard I also use an Intel 1000 card in a PCI slot for the WAN. BSD/pfsense has booted and installed correctly to my observations. But why do I still get this message... ? code ```Sep 6 19:38:24 pfsense kernel: arpresolve: can't allocate llinfo for 99.2xx.xxx.1 on em0
  • Separator in DHCP Server

    4
    1 Votes
    4 Posts
    551 Views
    emammadovE
    Our network is big and has lots of ip address, such as departments, servers, printers and etc. I would like to have a separator to differentiate them like we do in firewall rules so that I can easily find and see ok from this ip address to that address are for instance accounting department and etc. It would be nice to have it in the next pfSense release.
  • DNS Leak Using Gateways Group

    4
    0 Votes
    4 Posts
    1k Views
    K
    You're welcome. Just want to also prompt you to go over it once more since I've done several edits. Generally it should all be very much alike several guides out there for pfSense + Private Internet Access, under the context of forcing specific clients to use the VPN and fail all Internet access if it's down (implement both the VPN tunnel, and the VPN Kill Switch, at the router level). Good luck!
  • Can't understand users/access management

    5
    0 Votes
    5 Posts
    623 Views
    DerelictD
    You could use Captive Portal for that I guess, but most people would use the squid proxy for something like that. I think the user permissions are probably the wrong tree to be barking up.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.