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
  • OK, then I think you can use that KnowledgeBase article to change the MTU of the NIC VM.

    That would be a step that you could insert in the  manual configuration process.

    Or, just add another NIC to each of the devices and let them do auto-configuration.  In that case, just do a factory reset (I think this would be needed) of the virtual ASG, power down, cable, configure the first device for Hot-Standby and power-up the virtual ASG.

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • OK, then I think you can use that KnowledgeBase article to change the MTU of the NIC VM.

    That would be a step that you could insert in the  manual configuration process.

    Or, just add another NIC to each of the devices and let them do auto-configuration.  In that case, just do a factory reset (I think this would be needed) of the virtual ASG, power down, cable, configure the first device for Hot-Standby and power-up the virtual ASG.

    Cheers - Bob



    Hi,
    Auto-config is not an option. I need to define which device is primarily Master.
    Recabling is not an option, these are software appliances on a hypervisor(which host other Xen domains.

    However, I did a trial and error method via standard manual active/passive setup.
    And was surprised. The MTU settings have been automatically changed. The cluster itself works now with active/passive mode.



    #  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 2000 qdisc pfifo_fast state UNKNOWN qlen 1000



    MASTER: 1 ASG11 198.19.250.1 8.304 ACTIVE since Wed May 23 15:03:39 2012
    SLAVE: 2 ASG12 198.19.250.2 8.304 ACTIVE since Wed May 23 15:27:26 2012


    Thanks for your input.
    Cheers,
    ciscoman
Reply
  • OK, then I think you can use that KnowledgeBase article to change the MTU of the NIC VM.

    That would be a step that you could insert in the  manual configuration process.

    Or, just add another NIC to each of the devices and let them do auto-configuration.  In that case, just do a factory reset (I think this would be needed) of the virtual ASG, power down, cable, configure the first device for Hot-Standby and power-up the virtual ASG.

    Cheers - Bob



    Hi,
    Auto-config is not an option. I need to define which device is primarily Master.
    Recabling is not an option, these are software appliances on a hypervisor(which host other Xen domains.

    However, I did a trial and error method via standard manual active/passive setup.
    And was surprised. The MTU settings have been automatically changed. The cluster itself works now with active/passive mode.



    #  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 2000 qdisc pfifo_fast state UNKNOWN qlen 1000



    MASTER: 1 ASG11 198.19.250.1 8.304 ACTIVE since Wed May 23 15:03:39 2012
    SLAVE: 2 ASG12 198.19.250.2 8.304 ACTIVE since Wed May 23 15:27:26 2012


    Thanks for your input.
    Cheers,
    ciscoman
Children
No Data