This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

HA on Software Appliance

Hi,
per default, the HA interface on a hardware appliance is eth3, which has obviously other MTU settings. According KnowledgeBase, Jumbo Frames are required on the sysnc interface.

[Hardware Appliance]
root # ip link show | grep mtu
1: lo:  mtu 16436 qdisc noqueue state UNKNOWN
2: eth0:  mtu 1500 qdisc mq state UP qlen 1000
3: eth1:  mtu 1500 qdisc mq state UP qlen 1000
5: eth3:  mtu 2000 qdisc mq state UP qlen 1000


I'm currently trying to run an active/passive cluster on a software appliance.
So, there is currently only eth2 for HA available.
Looking into standard interface settings on ASG, it it possible to change the MTU size. Looking into the HA menu, there is no possibility to adjust the MTU size.

[Software Appliance running on linux XEN]
root # ip link show | grep mtu
1: lo:  mtu 16436 qdisc noqueue state UNKNOWN
2: eth0:  mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
3: eth1:  mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
4: eth2:  mtu 1500 qdisc noop state DOWN qlen 1000

So, what is the recommended way to change the MTU size?
Any other settings needs to be adjusted when using eth2 instead eth3 as sync interface?


Knowledge base article says: Page Status: Outdated
How to change the MTU on command line
Article Number: AKB000615




Thanks
Cheers,
ciscoman


This thread was automatically locked due to age.
Parents
  • I don't think HA can work unless the two devices have identical interface definitions.  Even then, I don't think this can work because of licensing issues - the hardware appliance license doesn't work on a software appliance.

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
Reply
  • I don't think HA can work unless the two devices have identical interface definitions.  Even then, I don't think this can work because of licensing issues - the hardware appliance license doesn't work on a software appliance.

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
Children
  • I don't think HA can work unless the two devices have identical interface definitions.  Even then, I don't think this can work because of licensing issues - the hardware appliance license doesn't work on a software appliance.

    Cheers - Bob


    Hi,
    sorry if my description was not precise enough.
    I don't want to build a cluster between hardware and software appliances. This does not work.

    This was just an example how the hardware HA looks like and how the software appliance looks like.

    I do have of course 2 identically software appliances running based on XEN hypervisor.

    Thanks
    ciscoman