February 02nd, 2012 | Author: Joel

Here at Freewire we have the pleasure of operating 24/7/365, in sun, rain, snow, and hail, while maintaining network assets hundreds of feet in the air on various structures. Our dedicated field team has the role of installing and repairing this equipment, and they do a fantastic job of it. Back in the infancy of Freewire I performed much of the installation work, climbing towers and buildings to mount antennas. I enjoyed that job in the summer, but the winter season was dreadfully cold and wet. Our field team deserves kudos for being willing to work hard through the nastiest conditions to ensure network uptime. In honor of them, I present you with a photo montage of a few examples of their working environment (click for full-size):

Thanks Team!

  • Share/Bookmark
Category: Uncategorized  | Comments off
February 23rd, 2011 | Author: Joel

Are you concerned about how to support IPv6 because your existing router doesn’t. Or maybe you simply don’t want to manage your router and deal with all the technical features and options. We have the perfect solution.

Leveraging the assets of our 24/7 monitoring and support systems, Freewire can provide a fully managed router/firewall solution for your business network. Our managed router service provides you with all standard router features and many advanced features are available as well.

Standard Package $25/mo

  • Ethernet Router supplied by Freewire for 1 WAN circuit up to 10Mbps throughput
  • Full IPv6 support dual-stack support
  • 24/7 monitoring and emergency tech-support for outages
  • Discounted on-site support at $50/Hr
  • Available NMS login for usage graphs and performance statistics
  • Standard router functionality including IP routing, DHCP, NAT, and VLAN tagging.
  • Basic stateful and stateless firewall
  • QOS support for traffic prioritization

Upgrade Packages

  • Redundancy Upgrade $15/mo
    • Enables OSPFv2 and OSPFv3, RIP and RIPng, and VRRP
    • Enables outbound load-balancing/redundancy via round-robin algorithm
    • Enables support for 3 WAN circuits up to 10Mbps combined throughput.
  • 20Mbps Upgrade $10/mo
    • Upgrades router hardware to support up to 20Mbps combined throughput
  • 100Mbps and BGP Upgrade $75/mo
    • Upgrades router hardware to support 1-4 WAN circuits up to 100Mbps combined throughput
    • Redundancy Upgrade included
    • Enables BGP4 and BGP4+ support, including full tables.
  • VPN Upgrade $50/mo
    • Enables IPSEC, PPtP, PPPoE, L2TP, SSTP, and OpenVPN tunnels

To get signed up, or for details on custom configurations such as speeds above 100Mbps, please contact us at 503-614-8282.

  • Share/Bookmark
Category: Networking, News  | Comments off
February 21st, 2011 | Author: Joel

Freewire now fully supports IPv6 internet access. Below is a brief primer on IPv6 and how it might affect you.

What is IPv6?

IPv6 is the next-generation Internet protocol that is designated to replace IPv4. IPv6’s major claim to fame is its 128 bit addresses. That’s 79 billion billion billion times more addresses than IPv4’s 32-bit addresses.

Who needs to know about IPv6?

Nearly everyone using the Internet today will be affected, some more than others.

  • If you are a system administrator or network engineer, you need to understand how to deploy and administer IPv6 on your existing equipment or figure out what hardware or software you need upgrade or install to support IPv6.
  • If you are a technical manager you need to ensure that your staff gains operational experience with IPv6 in order to support your organization and customers.
  • If you are in sales or marketing and your business depends on the Internet then you need to develop competitive strategies for how you will present your IPv6 capability when this becomes a market driver (which will be soon).
  • If you are in executive management (a CEO, COO, CFO or CIO) or are an investor in an Internet company, then you need to know about IPv6 from the risk management perspective of ensuring your organization has an IPv6 plan.
  • If you are an end user, you just need to look for IPv6 support when selecting network services, software, or hardware. It is everybody else’s job to make sure you don’t have to worry about the technical details of IPv6. ;)

Why the change, what’s wrong with what we’re doing now?

The global pool of IPv4 addresses was exhausted at the beginning of this month. The Regional pools of addresses will start running out later this year. What this means is that unless you have IPv6 connectivity you will only be connected to a part of the internet by the end of the year. The other part of the internet (IPv6 connected devices) will be unreachable to you, and you will be unreachable to them.

This also means that IPv4 addresses will soon become much more expensive to acquire. Currently Freewire charges a very low fee for extra IPv4 addresses (and no fee for IPv6 addresses), but once the cost for IPv4 addresses begins to go up we will be forced to pass that through for any new IPv4 address blocks requested.

What’s the solution?

Freewire now has a full dual-stack network, running both IPv4 and IPv6 on all critical infrastructure. Dual-stack is the ideal Transition Mechanism as the internet moves towards full IPv6 connectivity. We can provide you with transit to both portions of the internet. We have multiple providers of IPv4 and IPv6 transit, and we also maintain peering at NWAX with both protocols to ensure that you have the shortest latency possible to other local internet companies.

To get connected to the IPv6 internet simply contact us and we’ll set you up with a free IPv6 address block. Your network routers and hosts will need to support IPv6 as well, but as long as they do the configuration process is usually easy.

  • Share/Bookmark
Category: Networking, News  | Comments off
June 04th, 2010 | Author: Joel

Here are a few snippets describing MPLS:

The key thing to remember about MPLS is that it’s a technique, not a service — so it can be used to deliver anything from IP VPNs to Metro Ethernet services. So although carriers build MPLS backbones, the services that users buy may not be called MPLS. They could be called anything from IP VPN to Metro Ethernet — or whatever the carriers’ marketing departments dream up next.

The fundamental concept behind MPLS is that of labeling packets. In a traditional routed IP network, each router makes an independent forwarding decision for each packet based solely on the packet’s network-layer header. Thus, every time a packet arrives at a router, the router has to “think through” where to send the packet next.

With MPLS, the first time the packet enters a network; it’s assigned to a specific forwarding equivalence class (MPLS path through the network), indicated by appending a short bit sequence (the MPLS label) to the packet. Each router in the network has a table indicating how to handle packets of a specific FEC (forwarding equivalence class) type, so once the packet has entered the network, routers don’t need to perform header analysis. Instead, subsequent routers use the label as an index into a table that provides them with the appropriate MPLS tunnel for that packet.

This gives the MPLS network the ability to handle packets with particular characteristics in a consistent fashion. Packets carrying real-time traffic, such as voice or video, can easily be mapped to low-latency routes across the network. The key architectural point with all this is that the labels provide a way to “attach” additional information to each packet so the best routing decision can be made without any delays.

Layer 2 or Layer 3?

There’s been some of confusion over the years about whether MPLS is a Layer 2 or Layer 3 protocol, but MPLS doesn’t fit neatly into the OSI seven-layer hierarchy. In fact, one of the key benefits of MPLS is that it separates forwarding mechanisms from the underlying data-link service. MPLS can be used to create forwarding tables for ATM or frame relay switches or for plain old IP routers by appending MPLS tags to IP packets.

The bottom line is that network operators can use MPLS to deliver a wide variety of services. The two most popular implementations of MPLS are layer 3 BGP/MPLS-VPNs (based on RFC 2547) and Layer 2 (or pseudowire) VPNs.

RFC 2547 VPNs have been implemented by most of the major service providers, including AT&T, Verizon, BT and many others. The fundamental characteristic of a 2547 VPN is that traffic is isolated into MPLS-VPNs as it enters the network.

Interior routers have no knowledge of IP information beyond the label-only base forwarding decisions on the MPLS label. BGP is used by edge routers to exchange knowledge of VPNs, thus enabling service providers to isolate traffic from multiple customers or even the Internet over a shared backbone.

There are several flavors of layer 2 MPLS services, but what they have in common is that a Layer 2 packet (or ATM cell or frame relay frame) is encased in an MPLS header and forwarded through the MPLS core. When it reaches the other side, the packet’s labels are removed, and the packet that arrives at the ultimate destination exactly where it entered the MPLS network. Thus, Layer 2 MPLS services effectively extend services such as Ethernet or frame relay across an IP WAN.

What are the different types of MPLS?

The version of MPLS that’s generally used to encapsulate connection-oriented frame relay and ATM services is called pseudo Wire Edge to Edge Emulation (PWE3). PWE3 defines point-to-point tunnels across the MPLS backbone, and thus works well for circuit-oriented networking protocols. PWE3 can also be used to support connectionless LAN protocols, but only for point-to-point circuits.

For connectionless protocols (mostly Ethernet) there’s a different specification, called virtual private LAN service (VPLS). VPLS addresses some of the specific challenges with extending Ethernet across the metropolitan area or WAN, most notably scalability and multipoint circuits. Another emerging spec is the ITU’s transport-MPLS (T-MPLS), which is designed to simplify deployment of Ethernet services

PBT is based on using existing IEEE 802.1 VLAN tags to deliver Ethernet services across a provider network. PBT competes head-to-head with T-MPLS, however VPLS and T-MPLS appear to be the standards of choice for most carriers.

Finally, a variant of MPLS called Generalized Multiprotocol Label Switching (GMPLS) gives routers the ability intelligently signal the optical layer, enabling providers to establish, change or tear down optical links in real time. Thus, service providers can signal the provisioning of “optical wavelength” services using MPLS.

  • Share/Bookmark
Category: Networking  | Comments off
February 15th, 2010 | Author: Joel
Four new POP switches being configured

Four new POP switches being configured

We have completed installation of our new switches at five of our POPs (points-of-presence, i.e. towers or buildings that customers connect to). We have fourteen left to go and we’re doing four per week. This upgrade process is a massive undertaking and we’re trying to have everything done by the middle of summer. Here’s how we’re splitting it out:

Physical switch upgrades

We plan to have these done by the middle of March. This is a plug-and-play process, but it takes a lot of man-hours to prep the switches and visit all those sites in the middle of the night. We spent a lot of lab time perfecting our plan and the ones we’ve done so far have gone almost flawlessly, so we’re pretty happy with the process.

Upgrade to MPLS

Once all the switches are in place we will begin rolling out MPLS on customer transport circuits. This will be a customer-by-customer process that will take place over several days. We will schedule maintenance windows, but there should be very little customer impact. Once this process is completed all of our layer-2 transport services will use MPLS for encapsulation. I believe the initial change over to MPLS should be done by the middle of April

Microwave Backhaul Upgrades

I can’t decide if the switches or the backhauls are more exciting. I love the changes that the switches bring, but once we’re done with the backhaul upgrades we’ll be able to provide multi-hundred megabit connections to the majority of our network. You want a 200Mbps internet pipe in Wilsonville? OK, no problem. How ’bout a 300Mbps transport circuit from Newberg to Gresham? Done! We’ll be able to do it all on the backhauls that we’ll already have in place!

The backhaul upgrades require far more labor than the switches. Our tower crews have to hoist heavy antennas up the towers, run new cabling, aim the links, and then we finally have to integrate them into the network without causing any service disruptions. We’re experts at all of these things, but they take time. We aggressively plan to upgrade 3-5 backhauls per month and we hope to be done in August.

  • Share/Bookmark
Category: Networking  | Comments off
December 11th, 2009 | Author: Joel

Massive upgrades are coming to the Freewire network in 2010. One set of upgrades will be to our switch and router platforms. Here is what my mind has looked like for the past month:

Freewire Switch Decision

After an intense research and interview process we finally have made a decision. Our new platform will use MPLS to pass all layer-2 transport traffic rather than the current VLAN-based system. This new architecture will provide significant improvements in scalability and efficiency to the network.

Image courtesy of Wordle

  • Share/Bookmark
Category: Networking  | Comments off