Dev Shed Lounge
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherDev Shed Lounge

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old August 12th, 2003, 12:44 AM
infamous41md's Avatar
infamous41md infamous41md is offline
not a fan of fascism (n00b)
Dev Shed Frequenter (2500 - 2999 posts)
 
Join Date: Feb 2003
Location: ct
Posts: 2,756 infamous41md User rank is Sergeant (500 - 2000 Reputation Level)infamous41md User rank is Sergeant (500 - 2000 Reputation Level)infamous41md User rank is Sergeant (500 - 2000 Reputation Level)infamous41md User rank is Sergeant (500 - 2000 Reputation Level)infamous41md User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 2 Days 11 h 4 m 29 sec
Reputation Power: 26
router/hub/internet connection sharing

i have the following setup:
Code:
internet -->[router a]---->[router b] -- subnet b
                 \----subnet a


so all of subnet b's outgoing/incoming internet traffic has to go thru a. would it be better to set it up like so with a hub? is that what a hub is for?
Code:
internet --> hub---|-----[router a] -- subnet a
                   |----[router b]  -- subnet b

Reply With Quote
  #2  
Old August 12th, 2003, 10:41 AM
bcyde's Avatar
bcyde bcyde is offline
Me likey breadsticks...
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Jan 2003
Location: Los Angeles
Posts: 1,189 bcyde User rank is Sergeant (500 - 2000 Reputation Level)bcyde User rank is Sergeant (500 - 2000 Reputation Level)bcyde User rank is Sergeant (500 - 2000 Reputation Level)bcyde User rank is Sergeant (500 - 2000 Reputation Level)bcyde User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 3 Days 1 h 12 m 58 sec
Reputation Power: 12
Send a message via AIM to bcyde Send a message via Yahoo to bcyde
I may be totally wrong as I'm not a sysadmin/network guy, but AFAIK you should go with option 1.

As it was explained to me before the difference between routers and hubs is basically that the router is "smarter" about where it sends the packets and only needs to send via the exact network path to the proper machine, however hubs basically just send the data down all ports looking for the correct comp.

If this is the case, then I'd go with cascading switches instead of the switches from a hub. Let me know what additional info you find out and what you decide.

HTH,
-b
__________________
PostgreSQL, it's what's for dinner...

Reply With Quote
  #3  
Old August 12th, 2003, 05:44 PM
infamous41md's Avatar
infamous41md infamous41md is offline
not a fan of fascism (n00b)
Dev Shed Frequenter (2500 - 2999 posts)
 
Join Date: Feb 2003
Location: ct
Posts: 2,756 infamous41md User rank is Sergeant (500 - 2000 Reputation Level)infamous41md User rank is Sergeant (500 - 2000 Reputation Level)infamous41md User rank is Sergeant (500 - 2000 Reputation Level)infamous41md User rank is Sergeant (500 - 2000 Reputation Level)infamous41md User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 2 Days 11 h 4 m 29 sec
Reputation Power: 26
yea i think your right, that's what i managed to gather from googling at least. i think the hub will actually cause more problems then its worth since this if for a home cable internet LAN. it will be forwarding incoming traffic to both of the routers, and this is the part im confused, who are going to both have the same external ip addresses? i guess i'll just stick to what i have setup now or convince the tech supports guys at my isp to give me 2 ip addresses

edit: well after some moving and shifting of routers and wires im now back at what i had in the first place in figure 1 what i have done is place router B as the DMZ host for router A. so now router b is open to the internet as well. but here is my new problem, the way that i configure router B to be in the DMZ is by adding its local router A ip address. so for example, router A has ip 192.168.1.1 and its routees(lol) are 192.168.1.10X . so router B has an ip of lets say 192.168.1.102, so in the router A settings page i put local IP 192.168.1.102 into the DMZ. the problem is that i want to be able to assign the DMZ by MAC address and not local ip since im using DHCP those local ip's could change and then i would stick the wrong computer out into the open. so w/o turning off DHCP, is there some hackish way i can get the router to assign by MAC address instead off ip ?

Last edited by infamous41md : August 12th, 2003 at 06:39 PM.

Reply With Quote
  #4  
Old August 12th, 2003, 11:30 PM
icrf's Avatar
icrf icrf is offline
Perl Monkey
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: May 2003
Location: the far end of town where the Grickle-grass grows
Posts: 1,856 icrf User rank is Second Lieutenant (5000 - 10000 Reputation Level)icrf User rank is Second Lieutenant (5000 - 10000 Reputation Level)icrf User rank is Second Lieutenant (5000 - 10000 Reputation Level)icrf User rank is Second Lieutenant (5000 - 10000 Reputation Level)icrf User rank is Second Lieutenant (5000 - 10000 Reputation Level)icrf User rank is Second Lieutenant (5000 - 10000 Reputation Level)icrf User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 4 Days 10 h 28 m 31 sec
Reputation Power: 103
Send a message via AIM to icrf
DHCP works in one of two ways:

When a card asks for an ip, give it the one it used it have if available, else a new one (this is the most common case in my experience).

When it asks for an IP, give it a different one that the last one it had (more "secure" method, truely making IPs more dynamic).

I have a hardware router and it's the DHCP server and is set to forward a few ports to a particular box (x.x.1.140) and I've never had that change on me. When I swaped parts around and the NIC that was in that machine moved, so did its old IP, but that's the only time I've seen it change.

Curious, why do you have two routers? One router to route the internet amongst the home farm, and forward ports for specific services to a server or two. You can daisy chain switches and still be on the same routed "network". Broadcasts packets still propagate between the two.

And if you really want it to work off MAC addys, what is routing? A computer (running what OS/routing service)? Dedicated hardware (what make/model)?

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherDev Shed Lounge > router/hub/internet connection sharing


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT