• Carp and ftp

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    K

    NAT 1:1 to FTP servers from one VIP to ServerPool 192.168.2.2 and 192.168.2.3?
    I though NAT 1:1 is one VIP-> one server.

    Hans

  • Ifdepd package?

    Locked
    11
    0 Votes
    11 Posts
    5k Views
    B

    Not sure there was anything wrong with the package except it wasn't complete.  ifstated is  a pain to configure well although somewhere I think I have some code partially written using the latest OpenBSD code that I ported over.  I might be willing to resurrect it, depending on how much it's worth to you..I'm trying to scrape together some cash for a new laptop right now.  I think I have a fairly decent idea of what it is you're trying to accomplish, but I think a network diagram would help fill in a couple of the blanks for me.

    –Bill

  • VIPS == aliased IP?

    Locked
    8
    0 Votes
    8 Posts
    5k Views
    X

    i found that just adding a shell script call ifcfg.sh to /usr/local/etc/rc.d and setting chmod +x on it worked just fine to keep up the alias across reboots.
    my script looked as such

    #!/bin/sh
    ifconfig vr0 alias 192.168.1.20 netmask 255.255.255.255
    ifconfig vr0 alias 192.168.1.21 netmask 255.255.255.255

    hope this helps you, it worked for me.

  • CARPS/VIPS Failover Issue

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    S

    Proxyarp is not used for failover.  CARP is.

  • High Availability II

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    B

    @hpommer:

    Greetings

    I'm new to OpenBSD & pfSense and I'm currently looking into a pfSense cluster setup exactly as described in Fig.2 http://forum.pfsense.org/index.php/topic,1014.0.html.
    In order to avoid having the switch as single point of failure I would like to connect each pfSense to a separate switch (which is interconnected with its own trunking feature).

    I have come across the trunk(4) feature in OpenBSD which means I can setup two NICs as a virtual NIC and let them act as an active/standby pair (I guess the failure criteria is the media link up/down).

    My question is would the CARP feature work on top of such a virtual NIC (setup IP, MAC….)?

    Thanks for any hints,
    hp

    FWIW, we don't run on OpenBSD.  So, no this feature won't work and I dunno if it'd work as you describe in Open.

    –Bill

  • Carp issues with one interface

    Locked
    11
    0 Votes
    11 Posts
    6k Views
    E

    I have done all that you mention.  I am using a dedicated interface for carp.  Both carp interfaces are connected via the same vlan and xmlrpc updates are successful.  I have not had the chance to swap out the nic for a pci-x nic yet, but I will start with a fresh install when I do. I will have to wait until the next maintenance window

  • CARP on dsl, network diagrams

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    D

    @sullrich:

    http://www.gliffy.com/publish/1040812/L

    what make and model of dsl router are you using, will you divulge the ip scheme of the WAN side of the cluster?(dsl router internal and external, WAN-VIP, and wan interfaces on pfsense boxes.)

  • Do not reuse VHIDS!

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    B

    If you accidentally DO reuse VHIDS, chances are your box is going to core every boot.  To manually fix this without reinstalling:

    1.  Disable all NIC's
    2.  Reboot into a shell, manually edit /cf/conf/config.xml and remove the corresponding VIP that has a duplicate VHID.
    3.  rm /tmp/config.cache
    4.  Reboot with NIC's enabled.

  • CARP with dsl

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    S

    Yes, I have DSL and it works fine.  It will require atleast 3 public Ip addresses for one carp cluster.

    However this has all been spoken about in even more detail scattered throughout the forum.

  • CARP on LAN interface

    Locked
    12
    0 Votes
    12 Posts
    11k Views
    H

    No, each CARP IP is one IP, no matter what subnetmask it has. The subnet just has to match the subnet of the interface physical interface the CARP IP is running on. However you can use 1:1 NAT with subnetranges to map several vips to several internal IPs after you have created your VIPs

  • Outbound Load Balancing

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    H

    Each WAN needs to be a seperate Interface or the Natting won't work correctly. Also you would not be able to use policybasedrouting for sites that don't work with loadbalancing for example. If you have a vlan capable switch you can make this work with one physical interface and several vlan interfaces.

  • Proxyarp config help

    Locked
    19
    0 Votes
    19 Posts
    10k Views
    S

    Atleast for 1.0, yes.

  • Single address CARP

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    H

    No, CARP IP and real interface IPs have to be within the same subnet. You could set up your WAN subnet to /29 and use 2 IPs that are out of your range for the real WAN IPs. This way you lose access to a few IPs at the internet but as this most probably are other customers of your provider that might not even run any  public services this should be no problem. Just make sure the gateway IP and the CARP WAN IP is what your provider told you for the IP you have.

  • Rules weirdness when source and destination are self with CARP.

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    S

    @Numbski:

    I get it now.  Sorry about that.  I suppose documented this in the wiki would be helpful to others. :\

    Yes, please do.

  • CARP, and multiple networks on a single interface.

    Locked
    15
    0 Votes
    15 Posts
    10k Views
    N

    Another update.  Hacom has pulled their boxes from their website.  They've confirmed a serious issue with the PCI bus and are working to resolve the problem.  They've since refunded me for my systems.  Hope they get it resolved soon!

    :o

  • CARP interface getting filtered when first box goes down.

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    H

    Make sure there is no rules mismatch between the 2 systems. Also clicking the small icon in front of the syslog line will tell you which rule caused the block.

  • 0 Votes
    2 Posts
    3k Views
    S

    Not in 1.0.

  • Carp mac address

    Locked
    9
    0 Votes
    9 Posts
    16k Views
    H

    Yes i try, it's OK

    Thanks

  • NAT redirect on Proxy ARP VIP

    Locked
    8
    0 Votes
    8 Posts
    6k Views
    S

    Not in 1.0.

  • CARP is driving me INSANE.

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    N

    My apologies.  The switch for that interface needed to be reset to factory defaults.  For whatever reason the two interfaces wound up on seperate VLANs, yet they could both reach the gateway (just not one another) with their frames.  Bizarre.  I cannot even begin to fathom that, but once set to defaults all was well.

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.