Guest User!

You are not Sophos Staff.

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

Bad Performance on External Interface (WAN)

My origin intention was to build up an RDP Connection through Astaro.
In the first step i did it cross a PPTP or L2TP connection.
In both cases I had the result of very very poor Performance.

So in the second case I did a work around and directly pass
through the Astaro gateway via DNAT. Also very very poor.

Where should I look for this problem??

Astaro runs on ESXi
Current Firmware 7.501
2 LAN Adapters
External WAN 192.168.3.2/24 default gateway 192.168.3.1 (another router)
Internal LAN 192.168.1.1/24
Snapshot from the Dashboard
External Ethernet In=2.6Mbit Out 59.7kbit
Internal Ethernet In=66.5kbit Out 2.6Mbit

thx Gear


This thread was automatically locked due to age.
Parents
  • Now I changed the Virtual AdapterTyp for the External Device from
    Flexibel to e1000.

    This must be done manually by an additional entry in the proper .vmx file
    So I added the following line in the .vmx config file of the Astaro machine

    ethernet0.virtualDev = "e1000"

    Furthermore I changed on the Astaro Console the entry in the /etc/modules.conf
    from
    alias eth0 vmxnet to alias eth0 e1000

    With this new settings it was possible to change the Adapter link settings for
    the External Device on Astaro from Autonegotiation to manually 100Mbit/full duplex

    A check on the OS Level with ethtool shows now that the right link connection
    with 100Mbit/full duplex is up.

    So I started the tests again! Nothing has changed. I get the same poor
    results like before. 

    Example: 
    directly attached from the notebook (no router in between anymore) to the external
    Astaro Interface. Opening a PPTP connection to get access to the internal LAN.
    Start a ftp connection and a test file transfer. 
    The result is a transferrate of 7,81KB/s [:(](
Reply
  • Now I changed the Virtual AdapterTyp for the External Device from
    Flexibel to e1000.

    This must be done manually by an additional entry in the proper .vmx file
    So I added the following line in the .vmx config file of the Astaro machine

    ethernet0.virtualDev = "e1000"

    Furthermore I changed on the Astaro Console the entry in the /etc/modules.conf
    from
    alias eth0 vmxnet to alias eth0 e1000

    With this new settings it was possible to change the Adapter link settings for
    the External Device on Astaro from Autonegotiation to manually 100Mbit/full duplex

    A check on the OS Level with ethtool shows now that the right link connection
    with 100Mbit/full duplex is up.

    So I started the tests again! Nothing has changed. I get the same poor
    results like before. 

    Example: 
    directly attached from the notebook (no router in between anymore) to the external
    Astaro Interface. Opening a PPTP connection to get access to the internal LAN.
    Start a ftp connection and a test file transfer. 
    The result is a transferrate of 7,81KB/s [:(](
Children
No Data