LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 01-09-2015, 01:05 PM   #1
cajunchief
Member
 
Registered: Sep 2010
Posts: 233

Rep: Reputation: 0
Trying to stack my network lan


To all,

I have a comcast momdem/router (10. network) and i also have a Buffalo router(192. base addr) now I am trying to get my comcast router to stack with my buffalo router. To date I think it sort of works, but
i powered down all routers, then powered up the comcast first, waited until it booted, then powered up my
buffalo router.

Then i logged onto my computer hooked to the buffalo router and did a ifconfig -a. To my surprise the
ip address was 10.0.0.5? Why is this, how do i re-configure my computer system to a 192. address so
I can log onto my buffalo router and reconfigure it?

Merci,
 
Old 01-09-2015, 02:26 PM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
How are the routers connected together and what are you trying to accomplish?
 
Old 01-09-2015, 09:06 PM   #3
cajunchief
Member
 
Registered: Sep 2010
Posts: 233

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by michaelk View Post
How are the routers connected together and what are you trying to accomplish?
MichaelK, the Comcast router is hard wired into Port 1 of the Buffalo router, my computer is hard wired into port 3.

The comcast router does send out a wireless signal that i need for laptops down stairs. i want to move the buffalo router upstairs and then push wireless and wired upstairs.

Thanks for asking.

cajunchief
 
Old 01-09-2015, 09:45 PM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
So you really want the Buffalo router to be wireless access point. You should disable DHCP on the Buffalo router and keep everything as 10.x.x.x.

A better option if possible would be to configure the Comcast router in bridge mode so the Buffalo will function as the main router using its WAN port.
 
Old 01-10-2015, 06:08 AM   #5
cajunchief
Member
 
Registered: Sep 2010
Posts: 233

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by michaelk View Post
So you really want the Buffalo router to be wireless access point. You should disable DHCP on the Buffalo router and keep everything as 10.x.x.x.

A better option if possible would be to configure the Comcast router in bridge mode so the Buffalo will function as the main router using its WAN port.
MichaelK,
I don't want the comcast router to stop wireless. I want the comcast wireless to handle downstairs traffic. My next issue is, "is there a way to stream direct wireless signal"?
and i want the buffalo to be able to handle the upstairs traffic? wireless and wired.?

or am i desiring way to much of my wireless equipment?

cajunchief
 
Old 01-10-2015, 06:53 AM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Ok, thanks for the clarification.

Disabling the DHCP server on the Buffalo should be sufficient and I might use a different SSID for the wireless.
 
Old 01-10-2015, 07:01 AM   #7
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
I believe that the set up you want is:
Code:
Internet --> Buffalo --> (wired) --> PC
              |
               --> Comcast --> (wireless) --> laptops
For this to work, you need to have these router settings:
1) Buffalo router gets IP address by DHCP and acts as DHCP server to the LAN
2) Comcast router gets IP address by DHCP but does not act as DHCP server to the LAN

Turn on the the Buffalo router first. It should get an external IP address from your ISP via DHCP and an internal address of 192.168.1.1
Turn on the Comcast router second. It should get an internal address in the 192. address space from the Buffalo router via DHCP.

Quote:
i powered down all routers, then powered up the comcast first, waited until it booted, then powered up my
buffalo router.

Then i logged onto my computer hooked to the buffalo router and did a ifconfig -a. To my surprise the
ip address was 10.0.0.5? Why is this, how do i re-configure my computer system to a 192. address so
I can log onto my buffalo router and reconfigure it?
What happened here was that the Comcast connected first and started to act as a DHCP server to the LAN. When activated, the Buffalo requested an address by DHCP that was supplied by the Comcast from the 10. address space.

Last edited by allend; 01-10-2015 at 07:09 AM.
 
Old 01-10-2015, 08:09 AM   #8
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
The Comcast is also a MODEM so they need to be swapped in your pictorial.
Both routers are wireless.
 
Old 01-10-2015, 09:17 AM   #9
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
Quote:
The Comcast is also a MODEM so they need to be swapped in your pictorial.
does not accord with
Quote:
MichaelK, the Comcast router is hard wired into Port 1 of the Buffalo router, my computer is hard wired into port 3.
I am happy to be corrected, but perhaps it is best to let the OP adjudicate.
 
Old 01-10-2015, 09:28 AM   #10
cajunchief
Member
 
Registered: Sep 2010
Posts: 233

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by allend View Post
I believe that the set up you want is:
Code:
Internet --> Buffalo --> (wired) --> PC
              |
               --> Comcast --> (wireless) --> laptops
For this to work, you need to have these router settings:
1) Buffalo router gets IP address by DHCP and acts as DHCP server to the LAN
2) Comcast router gets IP address by DHCP but does not act as DHCP server to the LAN

Turn on the the Buffalo router first. It should get an external IP address from your ISP via DHCP and an internal address of 192.168.1.1
Turn on the Comcast router second. It should get an internal address in the 192. address space from the Buffalo router via DHCP.



What happened here was that the Comcast connected first and started to act as a DHCP server to the LAN. When activated, the Buffalo requested an address by DHCP that was supplied by the Comcast from the 10. address space.
allend,
I was directed by the telcom guys at COMCAST to turn their router on first........

but what your are saying makes better sense to me. Will this give me the ability to log on to my bufalo router and configure it?

merci beacucoup,
cajunchief
 
Old 01-10-2015, 09:31 AM   #11
cajunchief
Member
 
Registered: Sep 2010
Posts: 233

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by allend View Post
does not accord with

allend,
I hardwired the comcast router to port 1 on my bufallo, why does changing it with port 3 make a difference?

I wired it that way acorrding to the comcast guys.


I am happy to be corrected, but perhaps it is best to let the OP adjudicate.
merci
cajunchief
 
Old 01-10-2015, 09:31 AM   #12
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
From the first post...
Quote:
I have a comcast momdem/router (10. network) and i also have a Buffalo router(192. base addr) now I am trying to get my comcast router to stack with my buffalo router.
I assume it is a combination unit.

In order to log into the Buffalo router you will need to disconnect it from the Comcast unit (stand alone) and plug a computer in to its LAN port. This will allow the computer to acquire an IP address via DHCP. You can also manually change the computer to match its LAN network if known ( Should be in the instructions).

Last edited by michaelk; 01-10-2015 at 09:35 AM.
 
Old 01-10-2015, 09:41 AM   #13
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
Quote:
Will this give me the ability to log on to my bufalo router and configure it?
If you swap '2-wire' for 'Buffalo' and 'Comcast' for 'Netgear' in the pictorial in post#7, you have a setup that I have been running recently. Your Buffalo router should be present on the network and accessible from any computer on the LAN.
 
Old 01-10-2015, 09:53 AM   #14
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
To reconfigure the Buffalo it should be disconnected from the Comcast router to make it easier...

Last edited by michaelk; 01-10-2015 at 09:54 AM.
 
Old 01-13-2015, 10:54 AM   #15
cajunchief
Member
 
Registered: Sep 2010
Posts: 233

Original Poster
Rep: Reputation: 0
Thanks all your info help

MY computer is now up and working.

Thanks for all the help!

cajunchief
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How to make changes to network stack .c files peeyushpd Linux - Networking 2 02-12-2012 02:45 AM
odd network stack glitch seen Skaperen Linux - Networking 2 01-25-2011 01:42 PM
single 8K process stack vs 4K process stack and a seperate 4K interrupt stack charvak Linux - Kernel 1 03-17-2010 06:58 PM
using linux network stack through other programs fotisaueb Linux - Networking 1 07-02-2005 08:39 PM
Linux Network Stack. tech1222 Linux - Networking 0 09-15-2004 08:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 02:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration