Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ahenning

Pages: 1 ... 4 5 [6] 7 8 ... 42
76
Configuration / Re: SNMP configuration
« on: May 03, 2017, 11:51:21 PM »
Hi,

SNMP is disabled by default in v.3, but can be enabled by setting SNMPD=enable in wanos.conf. The default community is wanos_ro_snmp.

But probably the easiest method to get SNMP running on v.3.2.3 and at the same time fix some important typos in the default snmpd.conf is to run the following patch:


wget http://wanos.co/updateinfo/snmp_update_v.3.2.3.sh
bash snmp_update_v.3.2.3.sh



Some SNMP info has been added in the Admin Guide at:
http://wanos.co/docs/docs/wanos-admin-guide/optional-configuration/snmp/

77
Configuration / Re: Force speed and duplex
« on: May 02, 2017, 02:20:09 PM »
The interfaces are auto-negotiated by default. The recommendation is to try as far as possible to use auto and enable auto negotiation on the switch/router side so that negotiation succeeds.

For the corner cases, when the recommended method is not possible, here is how to set it manually:

Quote
ethtool -s wan0 speed 100 duplex full
ethtool -s lan0 speed 100 duplex full


Once you are happy that the commands work as expected and you want the commands to run automatically after reboots etc, then add them to /etc/wanos/ethtool_options file e.g.:

Quote
ETHTOOL_OPTS_WAN0=speed 100 duplex full autoneg off


We'll usually do something like this for the client remotely, but you can run them, just make absolutely sure there aren't typos in the line.

78
Features / Re: PLR Feature
« on: May 02, 2017, 08:56:39 AM »
Hi Aels,

PLR works in either IPComp or UDP. Note though if you have some NAT configurations that in v.3 some PLR control packets between the appliances are IPComp encapsulated whether UDP encapsulation is enabled or not.

The first file copy, gets compression and deduplication. Since it is the first time to see the file, byte-cache/deduplication hits are low because it is still learning the file. On the second transfer the hit ratio is high, since it is mostly the same file.

Depending on data type, Byte-Caching cold compression ratio (first copy) is similar to stream compression, since even in a cold transfer there are duplicate "words" that can be removed. As the dictionary of words (datastore) grows, the higher the cold compression hit ratio.

79
Configuration / Re: Tunnel mode peer not coming up, Idle
« on: April 27, 2017, 02:04:58 PM »
Ok, yes, the inbound internet traffic on the B side is probably not redirected to the wan0 address.

There are a couple ways to work around it. I think the quick and easiest would be to fire up a second VM server on the Internet side and enable a Squid proxy on that side with a route directing traffic to the server-A IP to Wanos-B wan0. Then your traffic would flow in both directions and it should work as expected.

On Amazon AWS we have also done it with only wanos v.4 on the AWS side. But I recommend the easier method above since the setup is almost complete.

80
Configuration / Re: Tunnel mode peer not coming up, Idle
« on: April 27, 2017, 08:05:28 AM »
Hi Ovez,

Steps in a nutshell are:
Deploy VM with one nic connected to the network
Configure IP address and GW (WAN Router)
Configure Traffic Policies to match local subnets (Source) to remote subnets (Destination)
Add default #99 bypass to pass-through all other subnets traffic
(v.2.x to v.3.x) Configure Multisite subnets that match traffic policies with remote peer IP address (start with site-0)
(or v.4.x) Configure Tunnel Policies that match remote subnets with remote peer ip
Switch to UDP encapsulation
Switch to Tunnel deployment
Configure Server-A in Site-A to use Wanos-A as default gateway
Configure Server-B in Site-B to use Wanos-B as default gateway
Test non-bypassed TCP traffic between Server-A and Server-B (e.g. HTTP, FTP)

One side "Up/Active" while the other side is "Idle" usually indicates asymmetric/one way traffic flow.
Since Wanos-2 shows up, it means Wanos-1 is probably configured OK.
Look to see that the Servers at Site-2 has Wanos-2 as default GW.

Once the setup is functional between Server-1 and Server-2 with default gateways, then next look at configuring more interesting routing setups with Policy based routing etc.

Note a difference between v.3 and v.4 tunnel mode:
v.2-v.3 Only optimized traffic is tunneled while the peers are online e.g. excluding ICMP
v.4 All traffic is tunneled, including ICMP

81
General Discussion / Re: faster speed on the express edition
« on: April 11, 2017, 11:52:08 AM »
Email the registration token to support at wanos

82
General Discussion / Re: unable to get trial key
« on: April 10, 2017, 06:05:35 PM »
Hi Paul,

Please email the registration token to support at wanos.

I dont think the link adds additional info but placing it here for completeness sake: License Activation/Upgrade/Trial

83
General Discussion / Re: Latest Version
« on: April 02, 2017, 10:24:12 PM »
Update steps as per usual instructions as on Software Update

wget http://wanos.co/updateinfo/update-4.1.4.sh
wget http://wanos.co/updateinfo/update-4.1.4.tar.gz
bash update-4.1.4.sh update

84
Troubleshooting / Re: Forgot the password TC and Web, how to reset
« on: March 23, 2017, 04:18:12 PM »
Hi Aels,

It could be that the password typed is more than 12 characters, but only the first 12 is accepted.

85
General Discussion / Re: Xenserver support
« on: February 16, 2017, 09:01:53 PM »

86
General Discussion / Latest Version
« on: February 16, 2017, 03:46:28 PM »
This forum thread may not contain the latest info. Please see the latest release notes at Release Notes

The latest version is : 5.1.4 
All v.4 users are advised to update to = v.4.2.9
All v.5 users are advised to update to = v.5.1.4

Note:
v.3 & v.4.0.1 beta License keys are not compatible with v.4.1+
Clients with v.3 licenses that have an active support contract should contact support to assist with loading v.4 licenses

Major updates in v.5:
Major rework of the Reliable Stream Protocol on which Packet Loss Recovery, Forward Error Correction, Packet Aggregation, Stream Compression, Deduplication Synchronization depend, with the ultimate goal of improving performance, consistency and reliability under poor link conditions.
v.5 Also supports the Central Manager Agent by default.

Minor updates in v.4.2.4:
Hardware Support: NIC Bypass and LCM utilities loaded for Lanner Inc appliances

Major updates in v.4.2.3
Bug fix for severely out of sync datastores causing 100% CPU.
All v.4 users are advised to update to v.4.2.3

Minor updates in v.4.2.2
Monitor user added to view stats, but not configuration

Major updates in v.4.2.1
Path Selection link load balancing.
Better TCP-X performance

See release note for minor updates.

Major updates in v.4.1.4 RC2
IPsec and ipsec-in-udp for tunnel mode.
Packet Aggregation / Packet Coalescing

New updates in v.4.1.3 RC1
v.4.1 Trial license expire date resolved.
FEC performance resolved for any Tunnel encapsulation mode. Up to 4x faster than just PLR with TCP-X.
Scenarios where peak performance reduced in v.4 beta resolved:
  • Raw IPComp / GRE Tunnel encapsulation performance increased 4x
  • Resolved reduced Deduplication performance with TCP-X or Webcache enabled. 40% speed increase on hot transfers.


Notable new features in v.4.1
FEC: More Packet Loss Recovery with Forward Error Correction
HTTPS/SSL Web Caching: Targeting Enterprise HTTPS Apps and Office 365 Acceleration
Multi-WAN Primary / Secondary WAN Link fail-over with end to end connectivity and latency checks for bridge mode and tunnel mode.
IPsec and ipsec-in-udp for tunnel mode.
Packet Coalescing / Packet Aggregation


87
Features / Re: Feature Requests
« on: February 16, 2017, 03:42:59 PM »
Hi Emmanuel,

The new changelog can be found here: http://wanos.co/docs/docs/knowledgebase/changelog/

I'll update the other threads as well.

88
General Discussion / Re: Express version limitations
« on: February 09, 2017, 08:08:19 PM »
Trial is 30 days xx/xx keys

Express 2/20 annual key was sent to your email

89
General Discussion / Re: Express version limitations
« on: February 09, 2017, 04:55:26 PM »
Ok, the info on the Express FAQ and products page has been double checked again. The info is correct on both.

Please see the FAQ on the upgrade again: The upgrade keys need to be requested as per usual: http://wanos.co/docs/docs/wanos-admin-guide/configuration/activate-wanos-license/

90
General Discussion / Re: Express version limitations
« on: February 09, 2017, 03:32:10 PM »
Articles related to Express have been systematically updated to point to the products page for the latest info. If we missed one, please let us know to have it updated. Especially the ones with conflicting information.

To clear any doubt, the Express features for the latest version will be on:
http://wanos.co/wan-optimization/products-solutions/

Any additional express FAQ, including the one above regarding Express upgrades are on:
http://wanos.co/wan-optimization/faqs/#express-faq

Let me know if any important questions/answers should be added to the FAQ to be more clear.

Pages: 1 ... 4 5 [6] 7 8 ... 42