WARP
Overview  |  White Papers  |  Brochure  |  In Use  |  FAQ  |

FAQ

  1. Will WARP speed up a single connection to the Internet?
  2. No, WARP provides increased speed by providing load balancing utilizing multiple lines bandwidth.

  3. What methods of load balancing does WARP provide?
  4. There are 4 different types of Load Balancing you can set on the FatPipe.
    • Round Robin would be used if you had 3 lines of similar speed, 3 T1’s 3 DSL’s. Round Robin load balancing will split up traffic equally across all 3 lines.
    • Response Time would be used if you had lines of dissimilar speed such as a DSL and a T1. This algorithm will send more traffic out the line that has more bandwidth so you actually get to use the added bandwidth of your second line instead of all traffic going out at the speed of the slowest line.
    • Fastest Route will send traffic out the line that has the best connection to each site that you are going to. It picks the fastest line by sending out SYN packets across all lines to each site and then using the line that receives that ACK packet first.
    • Weighted algorithm configures FatPipe WARP to balance traffic in proportion to the WAN weights defined by you. Each interface needs to be assigned a weight. For each new outbound session, this algorithm finds the interface whose current throughput to total throughput ratio is farthest below the ratio determined by its weight, and send the session on that interface.

  5. I have one DSL and one ISDN line. Can WARP balance load over these two lines even though they have different speeds?
  6. Yes, WARP balances load over lines of similar or dissimilar speeds. In cases like this where lines are of eXTREMEly unequal speeds, we recommend using Response Time or On-Failure.
  7. What happens to the data when one line fails?
  8. All FatPipe products provide automatic failover to available lines. However, a line failure can occur in the middle of a session. Depending on the client software being used, a reload may be requested or the client will automatically reconnect.
  9. Is it possible to set Link Speed / Duplex Mode in LAN and WAN interfaces?
  10. Yes, this option is used to set or change the Ethernet mode such as speed and duplex for each interface. This can be set through the Graphical User Interface (GUI), under each interface by clicking on the Interface button in the main menu, and then the LAN and WAN tabs respectively.

  11. What is DNS?
  12. The Domain Name System (DNS) provides translation of Internet domain names into numeric IP addresses. For example, www.yahoo.com might translate to an IP address of 216.115.108.243. DNS gives us a more meaningful and easier-to-remember way to get to locations on the Internet.
  13. How do name server addresses get resolved on the Internet?
  14. There are multiple root DNS servers on the Internet that handle resolution for name server addresses. Once you register the name servers with InterNIC, the root DNS servers are updated with your name server information.
  15. Does WARP do incoming data load balancing?
  16. Yes. WARP balances incoming as well as outgoing data. FatPipe’s patent pending technology called SmartDNS™ provides for the inbound line failover as well as round robin load balancing.
  17. What does SmartDNS accomplish?
  18. SmartDNS accomplishes load balancing through round robin DNS. Clients on the Internet will connect to internal servers through different WAN connections at different times, in a round-robin fashion.

    SmartDNS provides redundancy by allowing internal servers on the LAN to be accessible through multiple connections.

    When the DNS server makes the adjustment for a connection that is down, SmartDNS™ will help clients on the Internet connect to internal servers using a route that is open instead of trying to access the host using an IP that is not accessible.

    SmartDNS™ features:

    An inbound-only DNS server
    Simple web-based remote configuration
    Ability to adjust TTL (Time to Live)
  19. How does SmartDNS™ work?
  20. SmartDNS™ is a feature of WARP that dynamically senses when WAN lines are up or down. It provides inbound redundancy by resolving domain name requests for hosts behind the WARP and only gives out IP address from lines that are up. It provides inbound load balancing through round-robin DNS. To prevent outside name servers from caching the domain name requests for too long, SmartDNS™ uses a short TTL (Time to Live), which can be changed by the administrator, if needed. For more information about SmartDNS™, please refer to the manual.

  21. What is TTL (Time to Live)?
  22. TTL specifies the length of time used by DNS servers to determine how long to cache information for a domain name record before expiring and discarding it. The TTL on the SmartDNS server can be adjusted through WARP's Remote Configuration page.

  23. What is needed to setup DNS on WARP?
  24. Please read the SmartDNS section of your manual to learn how to setup DNS on WARP.
  25. What are the steps to setting up SmartDNS to use all three WAN connections?
  26. 1. Create three name server addresses that resolve to the three WAN IP addresses.
    2. Enter the three name servers and their IPs in the SmartDNS page.
    3. Enter your hosts and their IP addresses in the SmartDNS page.
  27. What is Reverse Mapping?
  28. Reverse mapping is a static 1-to-1 NAT translation for inbound traffic. This will allow you to change the destination address in the packets coming in on your secondary line to match the addresses from your primary line. This “tricks” your firewall into thinking that it’s all coming from the same place. The benefit of this is that in a typical installation, no changes are required to the firewall configuration. Reverse Mapping rules are configured in the Inbound Policy page in the GUI.
  29. How does WARP conserve IP addresses?
  30. By using Reverse Mapping, servers on the LAN side of the WARP are accessible from computers on the Internet through the mapping of a public IP address to a private IP address. In order for a server to be visible over multiple ISPs, it has to have IP addresses in the range of IP addresses provided by each ISP. For example, if there are three ISPs, three IP addresses per server are required. If one ISP fails, the data is routed over the other two. Without Reverse Mapping, each server that needs to be accessed from the outside will need three IP addresses. If there are ten servers, 3 x 10 = 30 IP addresses will be required. With Reverse Mapping, only three IP addresses are required.

    Here is how it works: Each application (e.g., web server or mail server), is assigned a port number, which is universally known. For example, the standard port number for HTTP (web) is 80 and SMTP (mail) is port 25. Thus, port numbers are assigned to each server based on its applications. Three IP addresses are assigned to WARP -- one from each ISP -- so that inbound traffic comes from all three WAN lines. When a web page request comes in, WARP sends all requests to port 80, which hosts the web server. Similarly, emails are sent to the port that handles the email server. Thus, three IP addresses handle ALL servers.


  31. What is the key benefit of Reverse Mapping?
  32. The key benefit of Reverse Mapping is the conservation of public IP space. There is no need to waste public IPs on LAN computers that only need outbound access to the Internet when they can use private IP addresses instead. Meanwhile, only those computers that need to be accessible from the Internet will need public IP addresses mapped to them. For further savings, a single public IP address can be mapped to multiple internal servers based on different port numbers.


  33. What is Pass-Through?
  34. A Pass-Through statement will simply allow certain traffic based on IP address and/or port to pass through the FatPipe unchanged. This is useful because it helps with the overall goal of not making any configuration changes on the firewall during installation. Pass-Through rules are applied to control inbound traffic and can be configured in Inbound Policy page of GUI.
  35. Does Pass-Through require the use of Proxy ARP?
  36. Yes. You must setup the WAN interface using the rules of Proxy ARP for Pass-Through to work.
  37. What is the benefit of Proxy ARP? How does it help with installing WARP?
  38. Proxy ARP is a special feature of WARP. It allows you to integrate WARP into a network with very little change to your existing LAN and WAN IP configuration. It works by taking a small subnet of your existing IP subnet and using that on the WAN interface while using the full IP subnet on the LAN interface. WARP will automatically recognize this and route packets between the two interfaces. (The FatPipe responds to external ARP requests on behalf of internal devices using Inbound Policy rules by means of ProxyArp.)

    Example
    If you purchased a block of 16 IP addresses from your ISP and your network was setup with a 255.255.255.240 (/28) subnet, you would have 14 usable hosts on your network (first and last IP are unusable). Now let's assume that the router is assigned the first usable IP address, such as 12.34.56.1. To take advantage of Proxy ARP, you would assign the next IP address, 12.34.56.2 to the WAN interface with a subnet mask of 255.255.255.252 (/30). Now since 12.34.56.3 is the broadcast IP of this /30 subnet, it will be unusable on the LAN. That leaves 11 usable IPs on the LAN side: 12.34.56.4 to 12.34.56.14.

    Please note that you can use a subnet larger than 255.255.255.252 (/30) on the WAN interface and still have Proxy ARP work (as long as that subnet is smaller than the full subnet assigned to you by the ISP). A/30 subnet is the smallest subnet possible and therefore uses up the least amount of IP addresses. This is why we recommend using a /30 subnet whenever possible.
  39. How does Proxy ARP know what ARP requests to respond to?
  40. The WARP will respond to ARP requests for any IP address that is in the subnets specified on the LAN interface. It will also respond to ARP requests for IP addresses that are in the Inbound Policy statements.
  41. When would I need to use multi-homing on the LAN?
  42. You will want to use multi-homing on the LAN when you want a server on the private LAN to be accessible from the Internet and choose to use Inbound policy to Pass-Through instead of NATing the IP. The server would need both a public and private IP for it to be available to both clients on the Internet as wells as clients on the private LAN.
  43. Can I configure the WARP remotely?
  44. Yes. WARP has a web-based Remote Configuration page that you can access from the Internet using any java-compliant browser and by having the “enable remote management” box checked on the WAN interface. You can view your line speeds, configure settings, and even reboot the WARP box using the remote configuration page. You’ll need to setup a login and password. Note that the communication is encrypted.

  45. I cannot access the WARP Remote Configuration page. What can I do?
  46. If you cannot open WARP's web-based Remote Configuration page, please check the following: From Remote: Make sure you have typed your user name and password correctly. If you're trying to access it from the LAN side, make sure the computer on the LAN is on the same IP subnet as the WARP. Double-check the IP address and subnet on the LAN interface of the WARP and the IP address and subnet on the client computer. Make sure the LAN line is completely inserted into the LAN port and that you have a link light. Also make sure the Firewall is set to pass port 5001 as this is the port the FatPipe GUI uses.
  47. What do I do when the WAN ports show up on the Remote Configuration page, but it indicates that a router is down?
  48. Make sure the router is functional. Check to see that you have a good physical connection to the router. Double-check that the IP address, subnet mask, and gateway are entered correctly. If the router is plugged directly into the FatPipe, make sure you are using a working cross-over cable.

  49. Will Citrix® Thin Client server (MetaFrame™) work with WARP? How do I configure WARP for this?
  50. Yes, Citrix Thin Client servers work with WARP. FatPipe products have been thoroughly tested by with Citrix’ MetaFrame. The Citrix server will need to have an IP address that is accessible to the client PCs. If the Citrix server needs to be accessible from the Internet, you need to setup an Inbound Policy on the WARP to allow inbound traffic to the Citrix server.

  51. My Citrix Server is at my ISP. How do I configure my local printer?
  52. If the printer is on the local LAN and the Citrix server will be doing the actual printing to the printer, then the printer will need to be accessible to the Citrix server. You would need to setup an Inbound Policy on the WARP to allow inbound traffic to the printer.

  53. How does WARP work with DHCP enabled on the routers?
  54. WARP gives you the option of setting a static IP address or obtaining an IP address automatically using DHCP for any WAN port. Simply open the WARP Remote Configuration page, go to the WAN's Port Page, and select "Obtain IP Address automatically from DHCP" on the WAN's Port Page of the WARP Configuration Page.
  55. Can the LAN IP address be on the same subnet as the WAN?
  56. No, the LAN and WAN IP addresses must be on different networks (subnets) for routing of packets to take place. (Refer to the question about Proxy ARP). However, with a ProxyARP setup, you will have a subnet on the LAN interface that overlaps the subnet on a WAN interface.
  57. How do I configure WARP to work with internal routers?
  58. The router's gateway address must be the IP address of WARP's LAN interface. You would also need to setup an Inbound Policy (and possibly Static Routes) for those routers to be accessible from the outside.
  59. Does WARP work with SMDS T1 service?
  60. Yes, WARP works perfectly with Switched Multimegabit Data Service (SMDS). The data encryption and compression of its IP traffic occurs outside of the WARP unit.

  61. I have a firewall on my LAN. Do I place the WARP unit in front or in back of the firewall? What is the initial setup procedure?
  62. The WARP unit sits on the edge of the LAN, in front of all internal servers, including firewalls. The WARP unit would be placed between your routers and your firewall. The firewall's gateway address must be the IP address of WARP's LAN interface. To allow inbound connections to servers behind the firewall, you would need to setup an Inbound Policy (and possibly with Static Routes) on the WARP.

  63. What is SNMP and will WARP work with it?
  64. SNMP (Simple Network Management Protocol) is used for monitoring network devices. WARP can be configured to send SNMP traps to a computer on the LAN that is running SNMP management software.

  65. Why is SNMP not working?
  66. Check that the community name and trap destination IP are correct on the SNMP page of WARP's Remote Configuration interface. Also make sure the SNMP management software is configured correctly on your PC.

  67. I have just installed the WARP unit, yet routing does not seem to be occurring behind the firewall. Routing does seem to work if we are connected directly to the WARP though. What's wrong?
  68. Most likely, this is due to incorrect ARP entries in the routers and/or firewall. The fastest way to fix this is to cold reboot (turn off for 30 seconds and turn back on) the routers and firewall. Otherwise, if possible, you can go to each device and clear its ARP entries.

Como Comprar
Ligue para a KOLLING: 11 - 3813.7266

 
   Products FatPipe:
  IPVPN  
  MPVPN  
  WARP  
  XTREME  
  SUPERSTREAM  
  KOMPRESSOR  
  SPAM POLICE