• Send post/get on firewall rule match?

    4
    0 Votes
    4 Posts
    1k Views
    W
    i have done the following and it works: NAT - Port Forward: Interface: the interface the dash buttons are on (wifi-net) Protocoll: Tcp Source Adress: The IP of the Dash button Souce Ports: * Destination Adress: * Destination Ports: 443 (as the dash buttons try to establish a ssl-connection to amazon when pressed) Nat IP: The IP of the Computer on the Net which shall receive the info that the dash buttons try to connect to the internet aka have been pressed NAT Ports: 4321 (anyone does, no portrange needed, as the buttons only try to connect to :443) Corresponding Firewall Rule: Pass On the Nat IP-machine I can receive the connection requests using scapy in python: from scapy.all import * p = sniff(filter="tcp and port 4321", store=0) print p[IP].src Every Button Press generates 5 requests. Problem : Scapy uses a lot of ressources, will take ~30% CPU on a Raspy B. Problem2: I didnt manage to use socket  module, as the buttons dont really connect, they just send ssl-syn and receive some multiple acks from the nat-ip. Here's what Wireshark shows (running on the Nat-IP machine; *.127 is the dash button, *.125 is the Nat-IP client machine): https://ibb.co/hwwi55 [image: hwwi55]
  • Day of week & time of day restrictions per IP/MAC?

    3
    0 Votes
    3 Posts
    578 Views
    M
    @fleece: My son stays up too late gaming.  Could I use pfSense to restrict his Internet access during days of week and time of day, say from midnight to 6AM?  I can give him the same IP address through reserved DHCP or something. Yes. In Services/DHCP server you can give your son a static IP. Then, in Firewall/Schedules you can create a schedule. Then, in Firewall/Alias, you can create aliases with adresses your son is allowed to go to (the gaming, for example). Finally, in Firewall rules, you can: 1. Add the alias to allow him to game; 2. Add, in advanced settings (at the bottom) the schedule) which limits the time he can do that. So after that time, the can still google his home work (sorry, I still can't live with that thought, I'm old fashioned, back in my days we had books  :-[ ) but can't game. Or, of course, even beyond that: he can't internet at all. Or, beyond that, with two schedules: Firewall rule 1: he can game until 4 PM with a schedule. Firewall rule 2: he can game from 9 PM-10PM with a schedule.
  • PFS - Bandwidth Usage Logs

    9
    0 Votes
    9 Posts
    1k Views
    A
    I have installed Status_Traffic_Totals too, many moths ago, but it always seems to not be collecting data until I go look at it. I've re-installed it, but every time I go back and check it, it's all zeros.
  • SNORT rule does not work!

    3
    0 Votes
    3 Posts
    583 Views
    P
    I just told one example, actually I have this problem with any website. and I don't want to see the content, I just want to block the site.
  • Internet restriction

    5
    0 Votes
    5 Posts
    850 Views
    M
    @ast: Can we use squidguard together with pfblockerng? Of course. pfBlockerNG has many, many, many, blocklists.
  • Trasparent bridge beetween WAN and LAN + DHCP service

    1
    0 Votes
    1 Posts
    282 Views
    No one has replied
  • Packet logger mode of snort , PROBLEM!

    1
    0 Votes
    1 Posts
    428 Views
    No one has replied
  • PfSense firewall unreachable and blocked

    2
    0 Votes
    2 Posts
    440 Views
    H
    Because pfSense saves its logs on RAM, after reboot I cannot see any of the logs from before the reboot, so I don't have any information on what happens when the firewall gets into this state. I didn't set-up a log server because I am not very sure about how fast I will run out of memory. What version are you running? full installs haven't logged to ram for some time now. A remote syslog wouldn't run out of ram … if configged badly, it might run out of diskspace
  • Hardware recommendations for 10GbE Home/Soho network

    8
    0 Votes
    8 Posts
    3k Views
    U
    @johnpoz: get a bigger tube ;) That's the kind of responses I was looking for ;-) What size do you recommend?
  • Need To Update OpenVPN - 4 Security Flaws Found

    2
    0 Votes
    2 Posts
    515 Views
    johnpozJ
    https://forum.pfsense.org/index.php?topic=132534.msg728642#msg728642 I am on 2.4 snapshots and its running 2.4.3 just fine.
  • TFTP bootfiles

    2
    0 Votes
    2 Posts
    431 Views
    jimpJ
    You could setup an additional pool and then control access using the deny/allow MAC fields.
  • Could I see every virtual servers session when inbound load balance?

    2
    0 Votes
    2 Posts
    374 Views
    jimpJ
    The items on the status screen are all that relayd will show you. Between that and what you can find by filtering under Diag > States you can see what is connected. If you need more detailed information or control over balancing, you should consider moving to HAProxy.
  • Spam and anti-virus filtering of smart host with pfsense

    2
    0 Votes
    2 Posts
    780 Views
    jimpJ
    There isn't anything on pfSense for that. pfSense isn't a mail server, it's a firewall. You need a mail server filtering appliance type distro to sit in front of your existing mail server.
  • Site to site VPN , the pfsense behind NAT can only working with responder

    1
    0 Votes
    1 Posts
    487 Views
    No one has replied
  • Does pfsense support /31 bit mask?

    7
    0 Votes
    7 Posts
    2k Views
    C
    Me too.  I just learned about it recently.  I thought I might try it.
  • Need to reboot pfsense 2.3.4 weekly

    2
    0 Votes
    2 Posts
    474 Views
    DerelictD
    No, we are all not rebooting our 2.3.4 nodes weekly. Can you get to the webgui and look around when it acts up before you reboot it? Look at the usual things. disk space, ram, mbufs, etc. If you can get a status output: https://firewall_ip_address/status.php download that file before rebooting next time so you have one while it's failed.
  • Change WAN interfaces-keep other settings

    1
    0 Votes
    1 Posts
    240 Views
    No one has replied
  • PfSense doesn't get any WAN behind Verizon modem (Fios)

    1
    0 Votes
    1 Posts
    337 Views
    No one has replied
  • How to give access a certain website to a one user or one IP address?

    2
    0 Votes
    2 Posts
    330 Views
    V
    Need more info and keep in mind this is coming from an amateur but I would give the client who is allowed access a fixed lease on your network, then write an allow rule to the specific website(assuming the site has a manageable ip set) with the client as the source, then write a second rule blocking everything else to the website. Make sure to place this rule set above your allow rules(depending on your rules)…I believe this is a form of "whitelisting". Not sure that answers your questions but need more info to be more help...
  • VLAN Interface not receiving packets

    9
    0 Votes
    9 Posts
    2k Views
    H
    After some reading i understand now that this will lead to bigger problems … the cisco router is routing because of fixed routing tables ... bah im changing the big subnet in smaller ones on the client side
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.