» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with to + how

Configuring Cisco Aironet in Home Lab - Part 2

Now it's time to configure Cisco Aironet Wireless Access Point for Cisco home lab.

What I'm going to do first is to configure the connectivity between the Cisco Aironet 1240AG wireless access point to the Cisco 2950 switch.

Here's the closer look of the network diagram of the wireless access point and the switch:


The network will be using VLAN 5 (192.168.5.0 network) as the native VLAN and the rest of the VLANs will be used for the SSIDs.

There's an interface called BVI or Bridge-group Virtual Interface, what this interface does is bridge all of the interfaces in the access point - the wired and wireless interfaces - so you can use the interface BVI IP address to manage all of those interfaces.

In Cisco Aironet 1240AG wireless access points, you have 1 interface fast ethernet port, 1 console port, 1 dot11radio 0 for the 802.11G, and 1 dot11radio 1 for 802.11A.

In this configuration I only going to configure the dot11radio 0 for the 802.11G wireless network since I only have the antennas for the 802.11G.
You can configure both 802.11A and 802.11G if you want.

First we configure the interface BVI 1 IP address:

1240AG> enable
1240AG# configure terminal
1240AG (config)# interface bvi 1
1240AG (config-if)# ip address 192.168.5.3 255.255.255.0
1240AG (config-if)# no shutdown

Now set the native VLAN (VLAN 5) to the wireless access point, we have to configure the native VLAN on both of the fastethernet sub interface and the dot11radio 0 sub interface:

1240AG (config)# interface fastethernet 0.5
1240AG (config-if)# encapsulation dot1q 5 native
1240AG (config-if)# interface dot11radio 0.5
1240AG (config-if)# encapsulation dot1q 5 native

Next is to set up the SSID starting from SSID for admin and associate it with VLAN 30.
We need to configure the SSID on the dot11radio 0 interface first then configure the VLAN on the dot11radio 0.30 sub interface and fast ethernet 0.30 sub interface.
Also I set up the SSID for open authentication first.

1240AG (config)# interface dot11radio 0
1240AG (config-if)# ssid ADMIN
1240AG (config-if-ssid)# vlan 30
1240AG (config-if-ssid)# authentication open
1240AG (config-if-ssid)# end

1240AG (config)# interface fastethernet 0.30
1240AG (config-subif)# encapsulation dot1q 30
1240AG (config-subif)# bridge-group 30

1240AG (config-subif)# interface dot11radio 0.30
1240AG (config-subif)# encapsulation dot1q 30
1240AG (config-subif)# bridge-group 30

The bridge-group command allows you to group interfaces and bridge nonrouted traffic among the interfaces.
In this example traffic from dot11radio 0.30 sub interface to fastethernet 0.30 sub interface and vice versa.

Note: If you configure the SSID on the global configuration mode, the SSID will be both in the dot11radio 0 and 1.

Do the same with the SSID for guest and associate it with VLAN 40:

1240AG (config)# interface dot11radio 0
1240AG (config-if)# ssid GUEST
1240AG (config-if-ssid)# vlan 40
1240AG (config-if-ssid)# authentication open
1240AG (config-if-ssid)# end

1240AG (config)# interface fastethernet 0.40
1240AG (config-subif)# encapsulation dot1q 40
1240AG (config-subif)# bridge-group 40

1240AG (config-subif)# interface dot11radio 0.40
1240AG (config-subif)# encapsulation dot1q 40
1240AG (config-subif)# bridge-group 40

Next step is to configure the switch port connected to the wireless access point as a trunk port with native VLAN 5.
I already posted about how to do this on the last post.

Also if you are going to use dynamic IP address, make sure you have configured router as DHCP server that serving clients for VLAN 30 and 40.

Right now if you have no problem pinging the switch and router from the wireless access point, your access point is broadcasting SSID and giving IP address from router for any client joining the SSID.

The SSIDs are not secure since they use open authentication, next time I'll configure it with stronger authentication.

gold: Networking Newbie - Learn Networking and Cisco

Configuring Cisco Aironet in Home Lab - Part 1

I've configured my Cisco home lab with a router that connects to cable internet and a switch with VLANs.
Now it's time to add a new device to the Cisco home lab, a Cisco Aironet 1240AG wireless access point for wireless connection.

And by the way, the image on the left is not an official logo from Cisco or anything, I just made that up.

I won't configure anything fancy this time, only give basic administration configuration and set up an open SSIDs also associate the SSIDs to VLANs.

Since I want to configure two SSIDs - one is free for all SSID with no authentication and the other one with authentication - for the wireless network, I need to configure additional VLAN on the switch.

I have already the VLAN 30 for the wireless network and want to add VLAN 40, so in total there would be 5 VLANs in my Cisco home network lab.

I made a network diagram with Cisco Aironet 1240AG wireless access point added in the picture below:

So lets start the configuration on the next post, there are some steps to complete this Cisco home lab network diagram if you haven't done so.

Starting from the wireless access point I'm going to configure the basic administration configuration such as the access point's management IP address, SSIDs and associate them to VLANs, optionally configure the authentication security options for the SSIDs, and establish trunk connection to the switch.

For the switch I'll configure VLANs and the trunk connection to the access point and the router.

Last in the router I'll configure interVLAN routing, DHCP server for each VLAN, and other configurations like I've posted before.

gold: Networking Newbie - Learn Networking and Cisco

Five Great Delicious Hacks, in Five Minutes, for Delicious's 5th Birthday

Popular social bookmarking service Delicious says today is its 5th birthday. While this author was disappointing several years ago that it was Yahoo and not the Library of Congress that acquired the company, Delicious remains one of the most powerful and useful services on the web.

To mark its big day, we offer below two videos. The first an introduction to the tool for readers still unfamiliar and the second a screencast demonstrating just how easy and useful it is to make 5 changes to your Delicious experience. Those changes took us under 5 minutes.

Sponsor

From collaboration to personal learning to expert source discovery - there are many, many things you can do with a good social bookmarking service. Delicious is the only such service with millions of users (the company said today that 5.3 million users have saved 180 million URLs to date) and that scale makes it what it is.

We also want to take this opportunity to thank the Delicious team and especially now post-Yahoo founder Joshua Schachter, for making this awesome service what it is. We really appreciate it.

First, an Introduction

Thanks to CommonCraft for another great video.

And Now for Something New

The following video demonstrated five of our favorite ways to use Firefox plug-in Greasemonkey to radically change the Delicious experience. This is really easy to do, as you'll see, and we've included all the links below the video. With just a handful of clicks you can integrate Delicious into sites like Google Reader and Digg, you can sort and view Delicious in brand new ways, and make a number of other changes.

Note that there's no audio in this video, we just went through the steps. We hope that's ok for readers but if you'd prefer it be narrated, let us know.

Links shown in the screencast:

Greasemonkey

Delicious for google reader

Sort by popularity or other

digg.licio.us

subscribe in delicious

Favicious

Autopagerize

Discuss

Web2.0: Read/WriteWeb

Food Hack - How to Make Maple Syrup/Wine with Maple Trees!

If you are a typical American, you will need to learn to appreciate how real maple syrup is made.  I had a facinating time while reading this DIY on how to make maple syrup/wine from real maple trees.

It’s as simple as draining the maple water from the maple tree then boiling it until you get your nice maple syrup.  Yes, this can be great food-enhancer whenever you are eating pancakes, French toasts, etc…etc…

If you have even 1 maple tree in your backyard, we highly suggest you to make at least one cup of maple syrup and try it on your breakfast.

We use a commercial “Sap Sack” to collect the sap after trying many on hand methods that are more pain than fun. These work very well and hold about 3 gallons of sap.

The sap starts to run as soon as above freezing days occur and stops if it stays above freezing for more than a day. It also stops at night when it freezes but then resumes in the morning if it warms up again.

The sap is simply water containing about 3% sugar that was produced by the leaves in Fall and stored in the roots. In Spring this sugar is required by the new buds for development. When the new leaves start photosynthesizing and producing sugar, the flow stops completely.

via neatorama

Brought to you by: Zedomax.com

Food Hack - How to Make Maple Syrup/Wine with Maple Trees!

, , , , , , , , , , , , , , , , , , , ,

Related posts

User:zedomax: Zedomax

Great note buying tool for buying defaulted mortgages

Note buyingThis is a fantastic blog which deals about about doing due diligence on your non-performing notes, and using the best tools out there when buying defaulted loans using MS live videos. You can watch that Note Buying Video on how to determine your LTV (Loan-to-Value) when buying defaulted mortgages aka nonperforming notes for ZIPPO as well.

Note buying toolkits

Note buyingThis site provides us the appropriate tool kits for note buying. These tool kits are not just for theory. By putting them in practice we can gain good knowledge about note buying and do good business.

Adding Switch to Cisco Home Lab - Part 5

Configure Router as DHCP Server for VLANs

Now this part of configuration is the most fun part of all. I just love the way that one router accepts requests from clients on different VLANs (with different subnets), and the router gives away the addresses based on what VLAN a client resides.

That's just cool, your average home usage routers can't do this kind of stuff, most of the average home usage routers can do is just give away IP addresses for one network.

At the previous post, I posted about how to make a router to be DHCP server. Now this post is similar but I'm going to make the router to give away IP addresses for clients on different networks.

The configuration is also the same, but now I'm going to make several IP DHCP pool. The amazing thing is that the router can differentiate each client request for IP address.

The router listens to the requests, which request comes from which sub interface (subnet or VLAN).
Then the router takes the available IP address from the DHCP pool and tells the client that it's now using this IP address.

At this example I'm using four networks in my local area network. I won't be giving away the addresses for the VLAN 5 since I'm only going to assign the IP addresses for management purpose only - I'll assign the addresses statically on the networking devices.
The 3 networks left, the VLAN 10, 20, and 30 IP addresses are configured using DHCP server.

Same as before, you need to exclude the IP addresses that you don't want to give out through DHCP. I conserve the first ten addresses for each network, I probably need it for something else in the future.

router> enable
router# configure terminal
router (config)# ip dhcp excluded-address 192.168.10.1 192.168.10.10
router (config)# ip dhcp excluded-address 192.168.20.1 192.168.20.10
router (config)# ip dhcp excluded-address 192.168.30.1 192.168.30.10

Now the DHCP will give out addresses to the clients starting from XXX.XXX.XXX.11

Next is to configure the DHCP pools for respective VLANs:

router (config)# ip dhcp pool OFFICE
router (dhcp-config)# network 192.168.10.0 255.255.255.0
router (dhcp-config)# default-router 192.168.10.1
router (dhcp-config)# dns-server xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx

router (config)# ip dhcp pool HOME
router (dhcp-config)# network 192.168.20.0 255.255.255.0
router (dhcp-config)# default-router 192.168.20.1
router (dhcp-config)# dns-server xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx

router (config)# ip dhcp pool OFFICE
router (dhcp-config)# network 192.168.30.0 255.255.255.0
router (dhcp-config)# default-router 192.168.30.1
router (dhcp-config)# dns-server xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx

You can set the dns-server option to point to up to 6 dns servers.
The default-router command tells the clients to set the ip default gateway to point to the router's sub interface.

At this point, if you can ping all the sub interfaces of the router from the switch, the router will give IP addresses for requests coming from the clients for DHCP service.

The router differentiates the requests like this, if a request coming from the sub interface ethernet 0/1.10, then the router will give the IP address according to the ip address on that interface (192.168.10.0 network).

After this you need to configure the router for internet connection, if you haven't done it before.
Remember to apply access-list that allows all networks you have in the LAN to be translated by the NAT.

gold: Networking Newbie - Learn Networking and Cisco

How to Use the New Google Web Search RSS Feeds

Google's been the lone hold out among major search engines on RSS but the company quietly enabled feeds for web search results this week. The offering is pretty limited and frustrating, you have to go through Google Alerts to get an obscure RSS URL, but we offer a tutorial and some strategic advice in this post.

Web search RSS is useful for being alerted whenever search results for your keywords or link have changed; subscribing to at least a few searches will let you know when Google users are seeing something new in the first few pages of search results for your company name, for example.

Sponsor

How to Get the Feeds

All the other major search engines make it really easy to grab a feed for any web search, but Google is probably concerned about spammers finding bizarre and unscrupulous uses for its feeds. We're all inconvenienced as a result.

To get a feed for a Google search you have to go to the web page for Google Alerts and set up an alert for your search. You can enter most queries here, including site: queries. (site:http://readwriteweb.com semantic for example.) You should select "web" instead of the default "comprehensive" if you're just interested in tracking web search results.

GoogleRSS2.jpg

"Feed" isn't an option in the initial drop down menu of delivery options, you've got to select email first. After you've done that, look at your collection of alerts and click to edit the one you want by RSS. At this point "feed" is an option in the drop down menu. Select it and you'll be shown an RSS URL. Throw that puppy in your favorite feed reader and you're ready to rock and roll.

The feed will deliver any new links that show up in the top 20 search results for your query. That's pretty limited, but most people don't look beyond the first 20 results anyway. That means that this is good for high-level reputation tracking but not very good for discovery of new, more obscure pages of interest.

The RSS URLs that Google gives you are based on an arbitrary number and don't contain the text characters of your query. That means you can't build more feeds by simply editing the URLs, you have to go back in through Alerts and repeat the proccess for every feed of interest.

Update: One day after we wrote this post, the official Google Blog just announced the availability of feed alerts as well.

More Advanced Options

Here's how we're using the new Google search feeds. We've grabbed feed URLs for searches for A. our names, B. our company name, C. our company URL and (just for fun) one for each of those three items without the other two. For example: "Richard MacManus" -readwriteweb -http://readwriteweb.com.

That gave us a small pile of feeds, which we then ran through our favorite RSS splicing and deduplication service (we used Yahoo Pipes but if you're not comfortable with Pipes then Feed.informer.com is really easy to use). We spliced all these feeds together, filtered for duplicates and then threw the resulting feed into our highest priority feed reading system.

Pipes_ editing _RWW Google Websearch Tracking_.jpg

Now we can track our high level reputations constantly, without being paranoid about it. We might do this for concept searches as well so that if someone new starts ranking really high for topics we specialize in (semantic web, RSS) then we'll know about them and never look ignorant at parties.

If we were interested in getting an RSS feed for Google web search for discovery, more than just reputation tracking, we might do an "advanced search," increase the results displayed from 10 to 100 and then use Dapper.net to scrape a feed of results from that page.

All of this is more complicated than it ought to be, but once you set up even the most basic feed options then you don't have to think about it again. Though it isn't perfect, we do appreciate Google making these feeds available.

Discuss

Web2.0: Read/WriteWeb

Note brokering of defaulted mortgages

Note buyingAfter reading this blog anybody will feel free to buy property anywhere in the World. It is really risk free for those who want to buy defaulted mortgages after watching this blog. It has got updated information about note brokering of defaulted mortgages.

Adding Switch to Cisco Home Lab - Part 4

Configure Router for InterVLAN routing

If you only configure VLAN on the 2950 or other layer 2 switches, the clients can only communicate with other clients within the same VLAN.
If you want them to be able to communicate with other clients on different VLANs, then you need to configure a router for interVLAN routing.

Configuration of router for interVLAN routing often called router on a stick. The reason is the clients that want to communicate with other clients on different VLANs need to go through the router first and the router will route the packets to the appropriate VLANs back through the same line.

The disadvantage of this is that single line going to the router will be filled by requests from one VLAN going to other VLAN, and the router will be set for handling the routing for this.

No problem for the small LAN, but if you have a huge number of clients, you need to consider using Layer 3 or multilayer switches (Cisco Catalyst 3550 series or above) for interVLAN routing.

The concept of layer 3 switch routing is something that you'd find on the CCNP level, not the CCNA.
I don't have layer 3 switch, the cheapest one I can find in my local area is more than $600 yikes. But the configuration is so easy, I'll only want to give you some snippets later.

For now lets configure the router to do interVLAN routing.

We know that routers have limited amount of physical interfaces right? The 2611 have a default of 2 ethernet interfaces.
One interface is going to the internet and the other is supposedly connected to the internal LAN.
How come one interface can handle multiple VLANs a.k.a. multiple networks with different subnets.

There's a genius way to get around this, that is by using logical sub interfaces. That one port can be logically devided into many sub interfaces.
Each sub interface will handle one VLAN/subnet.

NOTE:

Previously the interVLAN routing can only be done by routers with Fast Ethernet interfaces (100 Mbps) and not intended for Ethernet interfaces (10 Mbps) due to small bandwidth consideration. But now we can configure it on the ethernet ports also.

Before configuring the router, lets see again how the network diagram looks like:

So we need to define four sub interfaces and the respective IP addresses, we also need to define the VLAN assigned to the sub interface using encapsulation dot1q VLAN_NUMBER, where the VLAN_NUMBER is the VLAN ID for the sub interface.
You need to define the VLAN first on the sub interface, then you can assign IP address there.
You don't need to assign IP address for the main interface ethernet 0/0 but do no shutdown and the sub interfaces will automatically apply the same no shutdown.
here's how we configure them:

router> enable
router# configure terminal
router (config)# interface ethernet0/0
router (config-if)# no ip address
router (config-if)# no shutdown
router (config-if)# interface ethernet0/0.5
router (config-subif)# encapsulation dot1q 5
router (config-subif)# ip address 192.168.5.1 255.255.255.0
router (config-subif)# interface ethernet0/1.10
router (config-subif)# encapsulation dot1q 10
router (config-subif)# ip address 192.168.10.1 255.255.255.0
router (config-subif)# interface ethernet0/1.20
router (config-subif)# encapsulation dot1q 20
router (config-subif)# ip address 192.168.20.1 255.255.255.0
router (config-subif)# interface ethernet0/1.30
router (config-subif)# encapsulation dot1q 30
router (config-subif)# ip address 192.168.30.1 255.255.255.0

You can give sub interface number up to 4294967295, the reason is it gives you the flexibility on naming the sub interface to match the VLAN ID. You can easily identify the sub interface e0/1.5 is for VLAN 5 and so on.

Oh, don't forget to do the no shutdown command on the main interface ethernet 0/1, it will also do no shutdown for the sub interfaces.

Now if you can successfully ping the interface VLAN 5 on the switch (192.168.5.2 in this example) then you are done configuring the router for interVLAN routing.

For configuring interVLAN routing on Layer 3 switches you have to make interface VLAN for every VLAN that you want to route and give them IP addresses.

Layer3Switch> enable
Layer3Switch# configure terminal
Layer3Switch (config)# interface VLAN 5
Layer3Switch (config-if)# ip address 192.168.5.1 255.255.255.0
Layer3Switch (config-if)# no shutdown

Do this for every VLAN that you want to route, you don't need to configure sub interfaces on the router.
The layer 3 switch will do the routing for the VLANs without ever need to send anything to the router first.
But you need to activate the ip routing feature on the switch first, if it's not already activated using:

Layer3Switch (config)# ip routing

Very simple right?

Last things left is to configure the router for additional configuration, DHCP server for each subnet, connect to the cable internet, and other details on the next post.

gold: Networking Newbie - Learn Networking and Cisco

gancjo.net

Il web visto da un normale navigatore. Ubuntu, windows, software, how to, e tutto ciò che fà web.

Firefox: del.icio.us/tag/firefox

Adding Switch to Cisco Home Lab - Part 3

Assigning Switch Ports to VLANs

After configuring VLANs on Cisco switch, now we need to assign the switch ports to VLANs.

We need to assign which ports should be in which VLAN, remember VLAN = broadcast domain = subnet.
So before making your own VLANs, consider the IP addressing scheme and which computer should be in which broadcast domain or network.

Next step is to configure the trunk port to connect to the router and access port to connect the switch ports to our clients' PCs or other network devices.

The trunk port is needed to carry all VLANs or selected VLANs (you can decide which VLANs are allowed to cross the trunk link) in one port and the native VLAN is assigned to "tag" untagged frames with the ID of the native VLAN.
You should also configure trunk if you want to connect a switch to another switch, you have to configure trunk port on both switches.

For the access port, one access port can only be a member for 1 VLAN, anything plug in to the access port will be assign with the configured VLAN ID.

You need to remember though, the devices attaced to the switch ports don't know anything about VLAN, it is only something the switch knows.
Before a frames are sent to the clients, the VLANs tags are stripped from the frames.

In this example I configure the FastEthernet port 0/1 to be the trunk port that connects to the router.

C2950> enable
C2950# configure terminal
C2950 (config)# interface fa0/1
C2950 (config-if)# switchport mode trunk

At this point you already configured the port FastEthernet or fa 0/1 to be trunk port.
There are two encapsulation method for trunking, the ISL which is proprietary method from Cisco - only for Cisco devices and the 802.1Q or dot1q for short which is the multi-vendor encapsulation method.

Since the 2950 switches only support dot1q method you don't need to define it again but if your switch support both methods then you need to configure it using switchport trunk encapsulation dot1q or you can replace the dot1q with isl if you want to use ISL.

Next is to define the native VLAN and if you want to, you can define which VLANs are allowed to cross that trunk port:

C2950 (config-if)# switchport trunk native vlan 5
C2950 (config-if)# switchport trunk allowed vlan add 5, 10, 20, 30

You can add or remove vlans on the trunk port, by default the trunk will carry all VLANs.

Finished with the trunk port configuration, now we assign ports to the VLANs we created. You can assign the ports one by one like this:

C2950 (config)# interface fa0/2
C2950 (config-if)# switchport mode access
C2950 (config-if)# switchport access vlan 10

Or you can define a range of interfaces at once, say I want to configure port 0/2 to 0/8 as the access port for VLAN 10, then I just have to do this:

C2950 (config)# interface range fa0/2 - 8
C2950 (config-if-range)# switchport mode access
C2950 (config-if-range)# switchport access vlan 10

Do the same thing with the VLAN 20 - the home network VLAN:

C2950 (config)# interface range fa0/9 - 16
C2950 (config-if-range)# switchport mode access
C2950 (config-if-range)# switchport access vlan 20

Very handy command right?

One trick I can give you, if you want to configure some ports that are not in sequential order, like you want to configure port 2 to 5 and 10 to 15 and port 24, you can do it like this:

C2950 (config)# interface range fa0/1 - 5, fa0/1 - 15, fa0/24

There, you successfully created access ports for VLAN 10 and 20. For the VLAN 30 or the VLAN used for wireless network, I need to safe it for another time since configuring wireless network with Cisco devices takes some tricks.

Now we're done with the Cisco switch configuration, next thing to do is configuring the router to accept VLANs and be DHCP server for all the networks.

gold: Networking Newbie - Learn Networking and Cisco

Adding Switch to Cisco Home Lab - Part 2

Configuring VLANs

I'll start the configuration of adding switch to my Cisco home lab by configuring the switch first. At the previous tutorial series, I posted about how to connect Cisco router to cable internet, and now here's how the network will look like again when added a switch to it:

The network will have 4 VLANs, with the VLAN 5 acting as the native VLAN.
By default, the native VLAN of Cisco switches is VLAN 1, you might want to change the native VLAN from VLAN 1 to other VLAN since there a security concern about this.

You can read a nice article about native VLAN security concern from cisco.

In 2950 switches, you have to type in these commands to create VLANs:

C2950> enable
C2950# configure terminal
C2950 (config)# vlan 5
C2950 (config-vlan)# name MANAGEMENT
C2950 (config-vlan)# vlan 10
C2950 (config-vlan)# name OFFICE
C2950 (config-vlan)# vlan 20
C2950 (config-vlan)# name HOME
C2950 (config-vlan)# vlan 30
C2950 (config-vlan)# name WIRELESS

You can verify that you successfully created the VLANs by issuing this command:

C2950# show vlan

Now to set the VLAN 5 as the native VLAN and assign it to be the native VLAN, we should do this:

C2950 (config)# interface VLAN 5
C2950 (config-if)# ip address 192.168.5.2 255.255.255.0
C2950 (config-if)# no shutdown

By issuing the no shutdown command, the VLAN 1 will be automatically shutdown and replaced by the VLAN 5.
Assigning an IP address to the VLAN other than VLAN 1 will make that VLAN as management VLAN so your switch can be accessible for configuration using telnet.
You can only alter the Native VLAN from VLAN 1 to other VLAN but you can't delete the VLAN 1.

Next thing you need to do is assigning those VLANs to the switch's ports.

gold: Networking Newbie - Learn Networking and Cisco

Adding Switch to Cisco Home Lab - Part 1

So I was sitting and thinking about what to post next in my blog, and hey why not continuing on the last posts about setting up Cisco home lab.

The network topology might not be the best topology for CCNA home lab, but the configuration should be similar with any other topologies.

Let's take a look at the last network topology where I connected 2611 router to the cable internet:
I'm going to add a Cisco switch, 2950 Cisco switch that is. And I'll be adding some VLANs to it, I'll separate the PCs in my LAN into four different networks.

  • VLAN 5 as the native VLAN - 192.168.5.0 network
  • VLAN 10 for the office - 192.168.10.0 network
  • VLAN 20 for the home - 192.168.20.0 network
  • VLAN 30 for wireless - 192.168.30 network
In network diagram view, you can see it like this:
This is just a very simple network diagram, but most SOHO networks are typically look like this, maybe with some additional switches here and there.

You can see above the details of the network with exception of the wireless network, I'll leave the wireless network configuration for later posts but still provide a VLAN for wireless connectivity.

Same with the previous posts, I'll do the configuration on series and hopefully in the end I can make a full Cisco home lab scenario for Cisco certification exam.

gold: Networking Newbie - Learn Networking and Cisco

How to Recover a password from a MMC card on your Mobile

1 Open any file manager softwares like Seleq, FExplorer. DOWNLOAD SELEQ FROM THIS POST 2 (Search phone memory only)search for the file MMCSTORE in phonememory using seleq software’s inbuilt search...

Mobile Phone Hidden Features ... What they didn't want you to know...

User:bulletproof: Bulletproof Productions Atom Feed

RSS Workshop

XML: del.icio.us/tag/xml

What We Use: A Tour of RWW Desktops (Mac & PC)

mylaptop.jpgIt's all about the web apps these days, right? Everything important's in the clouds? Not so fast! Spend some time separated from your physical computer and you'll likely be reminded just how much time and care you've put into setting it up like you want it. Even in this era of web app hype, we still love a good piece of desktop software, don't we?

Here at ReadWriteWeb, we'll be honest with you - we love our computers. Not just the web. In that spirit we thought we'd offer readers some short video tours of the apps we use every day. You may discover some things you want to try out for yourself.

Sponsor

Marshall's Macbook Pro

marshallhat.jpgI recently got my baby back from the Mac shop and am so thankful! We kept these tours of our computers under five minutes, so they move pretty fast and don't include everything. Following this video is a list of links to the apps discussed, followed by a video of Sarah Perez's Windows computer.

Click these images to open the 5 minute videos full size in a new browser window.
marshallsdesktop.jpg

Apps Discussed

JingProject Related: Screencasts Rock: Here's Who's Rocking Them Now
FFFFound See also: 3 Cool Sites to Bookmark Your Favorite Images on the Web
Iterasi See our latest write up
Agglom See our review
URLBarExt See our review