• 0 Votes
    7 Posts
    446 Views
    stephenw10S

    If you're asking can you run pfSense as a VM in proxmox then the answer is yes. But there are some caveats! It's a more complex setup to be sure the traffic is all passing through the VM. If you have to reboot proxmox you lose your router/firewall. There are lots of users doing exactly that though.

  • Port forwarding help

    NAT
    6
    0 Votes
    6 Posts
    593 Views
    Z

    @viragomann I'm using "Any" as port config for accessing the GUI via WAN. Indeed, I need to state a specific port so I can access more than one interface via WAN. Thanks for reminding me of that!

  • 0 Votes
    3 Posts
    781 Views
    R

    @viragomann Awesome answer! I really appreciate you taking the time and attention to detail, to go through and answer each question. Very helpful!

    Had thought of and actually made groups after posting, but the time limit for editing had run out when I tried to do so. Makes sense.

    Q6: Apologize, I wasn't clear, I meant referencing the picture. Source any and inverted on LAN address. Should have specified.

    Q2: What's been interesting in practice, is although all are on the same rule redirected to 127.0.0.1, some worked and redirected to 127.0.0.1 and others redirected to the static ip on the interface. Therefore those did not work with the firewall wall pass rule specifically for port 53 to 127.0.0.1. I.e. No DNS until 127.0.0.1 was changed to xyz interface address in the pass rule.

    Prior to changing the pass rule, the interface static IP could be seen in the firewall logs as -p 53 blocked (from a lower separate block rule to 'this firewall') on many of the interfaces, so had to change the pass rule from single host/alias --> 127.0.0.1 to xyz 'address'. Then once change to just the xyz interface address, dns resumed and all worked again. No changes to the lower block rule.

    Any ideas as to why the explicit redirect to 127.0.0.1 would lead to that result on some interfaces, but others redirected specifically to the static ip of the interface? Anything to do with resolver functionality?

    edit: When I went back and didn't have it as an inverted rule, but rather * (any) for destination, it redirected to 127.0.0.1 as expected. I'll not delete and leave the above though, for anyone that might experience the same with the inverted rule.

    Thank you again for your time and great detailed answer above!

  • 0 Votes
    1 Posts
    418 Views
    No one has replied
  • Connect AWS RDS link to Mysql workbench

    Firewalling
    1
    0 Votes
    1 Posts
    455 Views
    No one has replied
  • NAT / Port Forward issue

    NAT
    14
    0 Votes
    14 Posts
    2k Views
    M

    Hi @chpalmer,
    You were right; the problem was an incorrect gateway configuration on the webserver.

    Thanks again!

  • Remote port forwarding

    NAT
    3
    0 Votes
    3 Posts
    849 Views
    S

    @samto I found a root cause of the problem. It is well described here: https://www.everythingcli.org/ssh-tunnelling-for-fun-and-profit-tunnel-options/

    So, the combination ssh -f -T -N -R works fine

  • Port forwarding

    Français
    8
    0 Votes
    8 Posts
    1k Views
    J

    Voila (quelques) infos ...

    On voit qu'il y a 2 machines qui doivent faire du NAT :

    le Microtik, situé ente 2 réseaux distincts, le pfsense , situé entre 2 réseaux distincts.

    Donc double NAT à réaliser, ou plutôt, 2 machines avec chacune son réglage de NAT (Port forward).

    Certains préfèrent un simple 'modem' (ou bridge) devant pfSense, ainsi pfSense a l'ip publique et il n'y a qu'un réglage de NAT à réaliser.

    Certaines Box ont une définition de 'dmz' : tout trafic internet en renvoyé (=Port forward) vers le WAN du pfSense, il ne reste que le réglage du pfSense.

  • NATting with Manual Outbound NAT not working

    NAT
    7
    0 Votes
    7 Posts
    3k Views
    M

    You are 100% correct sir! That was the problem indeed, thanks for pointing that out!

  • 0 Votes
    10 Posts
    2k Views
    E

    Which VPN service are you using? Almost all mainstream providers offer a split tunneling feature that allows you to choose which data to send through the VPN and which not. I use PureVPN but many others like ExpressVPN offer the same with their apps.

  • 0 Votes
    12 Posts
    2k Views
    dotdashD

    @JKnott
    It is unusual, but it's the standard Comcast setup when you have a business account with static public IPs. For residential, or lower-tier business accounts, you get a dynamic public IP. I'm talking about v4, but they are now providing a static v6 block with the v4, and a residential user gets a dynamic /60.

  • 0 Votes
    6 Posts
    1k Views
    F

    @Gertjan shodan.io is a service that scans the internet for known exposure and for vulnerabilities

    i remember you are french, so I link you here a video in French on the subject https://youtu.be/SxjmOFBtsvk

  • Port Forwarding not working with VIP (WAN)

    HA/CARP/VIPs
    4
    0 Votes
    4 Posts
    889 Views
    D

    Closing this. Thanks for pointing me into the direction of testing the Ping on the CARP VIP. That ended up being the issue. Turns out somehow ISP took back one of our 3 IPs, we got them to put it back on our account and now we are back to normal. Can ping off that CARP VIP as well as port forwarding works now using the CARP VIP as Destination Address.

    Thanks again @Derelict