cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
396
Views
0
Helpful
1
Replies

Internet And Data Circuit

sarfarazkazi
Level 1
Level 1

Hi,

Ours is a small retail company. The only cisco devices that are there are 2 877 ADSL's one for internet and the other is a 256K data circuit connected to our HO.

Issue: The data circuit is on a different IP range (10.0.0.0/16) and the internet (192.168.1.0/24) on other. I have already assigned 2 IP addresses to the user NICs.

At times the users with the multiple NICs lose their internet connectivity. What will be the optimum design for this network?

Thanks and regards

1 Reply 1

blubericisco
Level 1
Level 1

Ideally you would need a layer 3 device to route between the different networks.

Maybe a layer 3 switch, or a layer 2 switch with a router (for a router-on-a-stick type of configuration)..

[L3 switch]-- [Internet VLAN] - [PIX] - [Int.]

| |---[HQ VLAN] - [HQ Router]

|-----[Server VLAN]

OR..

[Router]

|

[L2 switch]-- [Internet VLAN] - [PIX] - [Int.]

| |---[HQ VLAN] - [HQ Router]

|-----[Server VLAN]

Then you configure your L3 device to route between all these VLANs, with proper access-lists, and you'd be set.

If you can't buy additional hardware, you could always renumber the internal interface of your HQ router to be in the same subnet as your other network, and add a static route to your HQ network on servers/pcs that need access to it. It's not a pretty solution, but it would work.