• Proxmox + PFSense conection port forward

    21
    0 Votes
    21 Posts
    3k Views
    johnpozJ
    Pfsense doesn't care what the source IP is.. I suggest again - you sniff. On pfsense lan sniff when you send data from the .10 address. Do you see pfsense send the packet - do you get a response? If your saying it works from .12, but not .10 - pfsense has no care what the source is - it would treat the data exactly the same.. Other than something in proxmox. So sniff and see exactly what is going on..
  • Fixed

    1
    0 Votes
    1 Posts
    182 Views
    No one has replied
  • pinging sophos from opt1

    12
    0 Votes
    12 Posts
    792 Views
    A
    ok i will do as you say and then i will write on sophos to ask them how to do it on their end. Thank you
  • uPnP is not working, how to test/fix?

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Exposing multiple applications on Port 80

    2
    0 Votes
    2 Posts
    264 Views
    V
    @fluentsoftware Install the HAProxy package and configure the server.
  • Internal websites are not working

    6
    0 Votes
    6 Posts
    740 Views
    johnpozJ
    @mikeinnyc said in Internal websites are not working: server: 127.0.0.53 Address: 127.0.0.53#53 Well your asking some local caching dns with that IP, which is loopback - so where does it point - clearly not pfsense, if you have the override setup correctly. Use your fav dns tool, dig, host, nslookp and actually ask pfsense - do you get your override? Do a specific directed query to pfsense IP. This is not rocket science. You set a record in the dns software, unbound - if you ask unbound that is what it will return.. If you don't ask it, your going to get the answer from where your asking some public dns..
  • Defining restricted dynamic ports for outbound NAT?

    2
    0 Votes
    2 Posts
    257 Views
    V
    @dhoffman98 said in Defining restricted dynamic ports for outbound NAT?: Then when the remote site responds back to the firewall, it sends its traffic on 5060, and then Snort intercepts it because it's on the SIP port and the pre-proc tests it for SIP rules Not sure if that is really the case, but yes, you can add an outbound NAT rule to translates the source port in case of 5060 to another one out of a given range. That is one of the things outbound NAT rules usually can do.
  • New NAT Slipstream attack vector

    7
    0 Votes
    7 Posts
    1k Views
    jimpJ
    Seems to only affect things with ALGs, and pfSense doesn't really have any ALGs except for the FTP proxy and siproxd but those are more like proxies than ALGs. Too soon to tell 100% but likely irrelevant to pfSense. If you're worried, remove the FTP Proxy/siproxd which you probably don't need anyhow.
  • Natting - moving from cisco router to pfsense

    11
    0 Votes
    11 Posts
    713 Views
    johnpozJ
    So you have a server say 10.130.101.42/23, what is it using for its gateway? Using 10.130.50/29 as a transit network is fine.. But how are you setting up gateway? You wouldn't put it on the interface.. You would create a gateway under routing, and then setup any routes to downstream networks. Here is a logical diagram.. with a downstream router.. So its easier to read [image: 1604152476500-logical.png] Lets assume you have all the VM stuff setup correctly for the different L2 networks and how things are connected.. So what IPs your using on the VM host have nothing to do with how this traffic would flow. Keep in mind that once you create gateway pointing to your downstream router this .3 that is on say the lan interface of pfsense. You have to adjust the lan rules to allow these downstream networks. Since I assume your downstream router is not natting. Once you create the route for the downstream network 10.130.101/24, pfsense if using the default automatic outbound nat would add this downstream network(s) to your outbound nat.. Did I draw this correctly? Lets just deal with 1 downstream network, this 10.130.101/24 for now.. On a side note - I personally don't like using a transit network that could get confused with your actual networks... If you are going to use 10/8 for your networks, then use say the 172.16/12 or 192.168/16 space for your transits So vs using this 10.130.50.0/29 as transit, say use 172.16.0.0/29 Hope that helps.
  • Outbound NAT with IP pool

    3
    0 Votes
    3 Posts
    371 Views
    S
    @viragomann said in Outbound NAT with IP pool: @stebbo said in Outbound NAT with IP pool: Do I need to add the .97 as a virtual IP? Exactly. You have to add this address as type "IP alias" to the MGT interface. Otherwise there will be no communication possible with that IP. Hi viragomann, thanks for the response. I have since discovered my problem, it seems the IP address I picked was in use elsewhere on the network (undocumented of course). Once I picked a free IP address it's all working as I had expected. Many thanks, Chris.
  • How to avoid double NAT?

    1
    0 Votes
    1 Posts
    279 Views
    No one has replied
  • NAT virtual LAN IP -> LAN-IP on different Port

    2
    0 Votes
    2 Posts
    307 Views
    V
    @uz890ed said in NAT virtual LAN IP -> LAN-IP on different Port: I know this is possible using HAproxy but I want a direct connection if possible. That not possible. You cannot access the destination host directly this way. You're calling the pfSense's virtual IP, so that's not directly. pfSense may forward the packets to the destination host, but responses will go back directly to the requesting host, so will you have an asymmetric routing. You can use NAT reflection instead. However, that will also be not directly, access will come from pfSense, same as with HAProxy. Best pactice is accessing the services by host names and set up host overrides for it.
  • I cant access FTP from public network

    3
    0 Votes
    3 Posts
    555 Views
    R
    Thank you, now its working
  • Nat Pass Works But Rule Does Not

    11
    0 Votes
    11 Posts
    891 Views
    Q
    Thanks for the reply. This same issue is actually seen on another post of mine. https://forum.netgate.com/topic/156619/how-to-restrict-openvpn-traffic Never did find a cause but will likely end up rebuilding which hopefully will solve the issues. Cheers!
  • NATing when the destination address is in my subnet/IP space

    6
    0 Votes
    6 Posts
    556 Views
    S
    @viragomann said in NATing when the destination address is in my subnet/IP space: @sparkman123 said in NATing when the destination address is in my subnet/IP space: So if I were to make the dest address be something like 172.16.1.10, the NAT rule fails. You have to add that IP to VLAN20 interface as type "IP alias" if you want to use it in the NAT rule. If it is not assigned to pfSense nothing will happen. Thanks. Using a virtual IP made this work.
  • Understanding port forward 80 and 443

    3
    0 Votes
    3 Posts
    446 Views
    DerelictD
    @vacquah said in Understanding port forward 80 and 443: Is there any risk to opening 80 and point it to the freepbx server or kubernetes cluster ? You are relying on the security of whatever is listening on port 80 on the freepbx and kubernetes cluster in that case.
  • 2 gateways on same LAN with port forwarding

    8
    0 Votes
    8 Posts
    736 Views
    B
    @helper @kiokoman Thanks for the help guys, i really appreciate it.
  • PAT or NAT through IPSEC Tunnel

    nat ipsec
    1
    0 Votes
    1 Posts
    371 Views
    No one has replied
  • Route different public IPs to different internal servers.

    1
    0 Votes
    1 Posts
    200 Views
    No one has replied
  • Nat reflection dont work with squid

    4
    0 Votes
    4 Posts
    511 Views
    DaddyGoD
    @edicastro said in Nat reflection dont work with squid: pfsense + squid is much problematic Yeah,.... basically pfSense is well configurable, Squid is just an option Squid is hard to configure everywhere these days, just think of evolving HTTPS
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.