• Routing traffic to a remote site

    Locked
    8
    0 Votes
    8 Posts
    3k Views
    P
    @Efonne: If the remote site that has the public IPs is set up so you route the public IPs instead of directly assigning them to WAN, you could do this with purely routing and no NAT.  The remote site's router would need a static route for the public IPs with the gateway IP being the tunnel endpoint of the local router and the local router could have an interface that directly uses the subnet for those public IPs.  The local router would likely need a firewall rule to force traffic sourced from the public IPs to use the remote site tunnel endpoint as the gateway.  The tunnel endpoints themselves could use private IPs, no public ones there would be necessary. Okay, I think I understand what you are suggesting. I though the static routes were more for telling traffic where to go, not controlling inbound traffic. So on the remote router I would do something like this (assuming my tunnel endpoints are 10.100.6.2 (remote) and 10.100.6.1 (local) Dest Network: Public IP2 (Assuming Public IP1 is reserved for the Wan interface itself) GW: 10.100.6.1 Then repeat that for IP3 through IP_n. On the local router I would set up an interface with those same IPs. A few questions: what kind of interface should I be using for this, VLAN? Something else? And would I set it up as Public IP1 with a size of /29(assuming that is the network size at the remote site)? If so How does it know that Public IP1 does not need to be routed over the tunnel (since IP1 is the target IP for the tunnel itself)? Can I simply do that with a static route or does it need to not be part of the subnet, and if that is the case do I need to do this with a subnet that is smaller than the subnet at the remote site? Finally, how would I know that traffic was sourced from those public IPs (to know to redirect it out there)? Would I just need to make sure that it went to specific IPs on my local network (e.g. 10.100.10.200-10.100.10.220 would only be get traffic coming from the remote site so I could create a rule on the LAN to use 10.100.6.2 as the gateway for those IPs.
  • PFSENSE in Transparent BRIDGED mode

    Locked
    9
    0 Votes
    9 Posts
    3k Views
    D
    Thank you very much , i am working on my lab tests now and i will post my results.
  • Approaching the limit on pv entries

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • PPTP WAN Issues

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    R
    push :)
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • Send mail

    Locked
    7
    0 Votes
    7 Posts
    5k Views
    stephenw10S
    You should ask this in the postfix thread in the packages subforum. Steve
  • Support of Simult. Connections by PPPoE Server?

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Port forwarding, two different IP's

    Locked
    11
    0 Votes
    11 Posts
    5k Views
    S
    If I was looking to understand what was going on I would start with: 1. What does "didn't work" really mean? Is too vague a problem description to be useful. A description along the lines of "I did … and I saw ... but I expected to see ..." is much more informative and may even give some hints that help resolve the mystery. Additional information might immediately answer some of the following questions. 2. Is there another system on the network using 1.2.3.122? Perhaps the upstream router?  3. Does an ftp access to 1.2.3.122 actually arrive on the correct pfSense interface for the port forwarding? A packet capture can help verify this. 4. Does the port forward go to the correct system? A packet capture could help answer the question. Wally Bob, Thanks for the help... To test this I used an on-line ftp tester, ftptest.net, which is really helpful.  I put in my external IPs, it either connected successfully or it didn't.  That's what I mean by "didn't work". I decided to wipe out my pfSense machine and reinstall from scratch.  So many changes have been made with all the testing and moving it in and out of production, etc., so I thought it might be best to start with a clean install. I just completed the reinstall.  First thing I tried was ftp coming in to two different IPs.  Not a surprise, it works fine. Thanks, Julien
  • Unstable PfSense

    Locked
    8
    0 Votes
    8 Posts
    5k Views
    jimpJ
    Disabling gateway monitoring is fine for local gateways. There is no benefit to monitoring them. You really only need to monitor WAN-facing gateways.
  • Blocking LAN access one server

    Locked
    11
    0 Votes
    11 Posts
    3k Views
    B
    Thanks for the reply again :) Learning to set up VLANs are not a problem for me, it's a skill I was hoping to learn anyways, however I thought my switches supported VLAN tagging, and it seems they do not, so I think a new hardware order is in my future, haha. Thanks everyone for all your help :D
  • MOVED: lightsquid problem?

    Locked
    1
    0 Votes
    1 Posts
    867 Views
    No one has replied
  • I believe PFsense is killing my drives..

    Locked
    13
    0 Votes
    13 Posts
    4k Views
    M
    My BIL gave me the Dell Dimension 2400 I'm using for my pfSense box and 4600 I use for my everyday computer running FreeBSD 9.0. Both were originally running XP but he had taken the HD out of each and had them sitting in his basement. I had taken the 13.6GB HD out of a Gateway PC and replaced it with an 80GB Seagate around 2000 and used them both for the Dell's. I don't want to jinx myself, but neither have given me any problems over the past 3 months I've been using them since.
  • Why is the WAN the first interface when installing on version 2.0.1?

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    C
    because WAN is the only required interface. WAN is the only interface on single interface appliance-type deployments. Nothing prevents you from assigning em1 as WAN and em0 as LAN.
  • Memory Usage Not Adjusting?? (does not go down)

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    A
    What is your host os/ Dom0? Virtualizer/Emulator/Hypervisor? Some OSs love to cache. This is good.
  • Firewall rule to route a website

    Locked
    8
    0 Votes
    8 Posts
    2k Views
    stephenw10S
    @wallabybob: So nobody takes the previously quoted set of IP addresses as definitive Yes, re-reading my previous post I failed to make it clear that anyone doing this must do it themselves locally in order to get a useful set of IPs. The IPs used by Youtube (or any large distribution network) will vary geographically. Wallabybob and I are about as geographically separated as possible but you get the idea.  ;) Steve
  • Captive Portal not working even if ip fastforwarding=1

    Locked
    4
    0 Votes
    4 Posts
    1k Views
    N
    Try without squid.
  • Is it valid to leave "Latency thresholds" blank when defining gateways?

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    C
    That's fine, empty always means defaults as Steve noted. If a field is required, we force you to fill it in, it'll kick back an input error if you leave fields that must be filled in blank.
  • Check_reload_status: Reloading filter - timestamp jumping around ???

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    luckman212L
    Yep that seems to have done the trick for the strange timestamps  ;) cheers
  • Notifications: TLS Standard vs. Wrapper Mode

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • VOIP incoming calls problem

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    P
    I am using both manual outbound NAT, but my optimization is set to normal. I am running Cisco phones. I have heard that polycom phones are more forgiving.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.