Apps FTW – The second featured lineup

by ahmeddirie on February 18, 2010

Three new sites featured on Apps For The Win.

GroupTable – Manage Group Projects & Study Groups
GroupTable helps group project teams, study groups and student organizations improve document management, communication and project planning.

CrazyEgg – Build Heatmaps and Track Clicks
CrazyEgg’s Confetti and Heatmap features are simple and affordable heat mapping tools that allow you to visually understand user behaviour.

Freckle – Time tracking rethought
Goodbye, Administrivia – freckle lets you run with your time, not after it

{ 2 comments }

This is a final part of of the series, continuing from the implementation of a distribution layer using a Vyatta router. The previous parts are

Bringing Home the Cisco Hierarchical Internetworking Model, with Vyatta ofcourse
Part 1 – Core
Part 2 – Distribution

Routers at the access layer are pretty straight forward to get up and running.

Configuring the External Interface (eth0)

In the previous setup, we set the internal interface to be on the 172.16.0.0/29 subnet. And since the internal interface of the distribution router connects to the external interface of the access router, we’ll go ahead and set the external IP here.

set interfaces ethernet eth0 address 172.16.0.2/29
commit

Configuring the Internal Interface (eth1)

We’ll now configure the internal address, however the subnet mask will not be /29. Since this tutorial is for setting up a network at home, l’m going to assume there aren’t too many people with over 30 computers at home. Although this is pretty high to begin with, its suitable.

set interfaces ethernet eth1 address 192.168.0.1/27
commit

The /27 will allow us to have a total of 30 computers. Here’s the breakdown.

Network Address: 192.168.0.0
Broadcast Address: 192.168.0.31
Hosts (Computers): 192.168.0.1 – 192.168.0.30
Subnet Mask: 255.255.255.224

Configuring DHCP

I covered this step in the first part of the series. I did mention that it wasn’t required for a core router, but included the configurations since this is a home network. Below are the configurations.

set service dhcp-server
set service dhcp-server shared-network-name Pool1
set service dhcp-server shared-network-name Pool1 subnet 192.168.0.0 default-router 192.168.0.1
set service dhcp-server shared-network-name Pool1 subnet 192.168.0.0 start 192.168.0.2 end 192.168.0.30
set service dhcp-server shared-network-name Pool1 subnet 192.168.0.0 exclude 192.168.0.1
set service dhcp-server shared-network-name Pool1 subnet 192.168.0.0 dns-server 208.67.220.220
set service dhcp-server shared-network-name Pool1 subnet 192.168.0.0 dns-server 208.67.222.222
commit

As mentioned earlier, the 208.67.220.220 and 208.67.222.222 address are free DNS servers from OpenDNS.

Configuring NAT

This is the last part of the configuration, and I also covered this in the first part. NAT (Network Address Translation) will enable the computers to talk to the outside world, or in our case, get on the internet.

set service nat rule 100 type masquerade
set service nat rule 100 type source address 192.168.0.0/27
set service nat rule 100 type source outbound-interface eth0
commit

This ends the series on setting up a network at home using the internetworking model using Vyatta. Although, it is unlikely that you would implement this at home (because it requires three computers), it is primarily to get an understanding of how to differentiate between the different functions that routers perform at the various layers. It is also meant to show us how to get the same functionality of a Cisco environment without using Cisco equipment.

{ 2 comments }

Pick Yours Up Sets Business Package at $49 for Service Providers with 150 Mailboxes

February 4, 2010

Mailbox Service Providers can see a savings of up to 85% each month by simply using Pick Yours Up for their mailbox customer notifications.
Ottawa, ON, Feb 04, 2010 — Pick Yours Up today announced that it is determined to make notification solutions more affordable for mailbox service providers, and is lowering the price of its [...]

Read More

Bringing Home the Cisco Hierarchical Internetworking Model, with Vyatta ofcourse – Part 2 (Distribution)

January 25, 2010

This is part 2 of the series where I implement the Cisco Hierarchical Internetworking Model using Vyatta routers in the home. The distribution layer concepts as well as configuration are discussed. The policy and filtering section of the configurations have been copied from carbonwind.com. A link is provided in the site for the full list of configuration options.

Read More

Compliance to CBP’s Regulations on Importer Security Filing (10+2)

January 24, 2010

With companies having to become compliant to CBP’s regulations on Importer Security Filing (ISF) “10+2″ by January 26, 2010. Importers, Agents, Forwarders (NVOCC) and Customs Brokers who have shipments coming into the United States by an ocean vessel have to begin submitting their ISF data elements to CBP. TradeMerit offers a complete and end to end solution for ISF, and costs for filing that are unequaled at 0.99 cents.

Read More

Pick Yours Up Relaunched

January 15, 2010

Pick Yours Up gets a fresh new look for 2010. Along with the redesign of the website, price packages for businesses are a lot more aggressive. Customers will appreciate the new competitive rates on the site.

Read More
Page 1 of 512345