Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-11-2012, 04:48 AM
|
#1
|
|
Senior Member
Registered: Apr 2003
Posts: 3,218
Rep:
|
about to add an additional router, wire or wireless
Hi all,
Internet Connection:-
DSL 4MB/4MB (up and down)
Static IP
(for home use)
--------------
Wiring connection:
PC -> Router -> Modem -> ISP
Modem and router are supplied by ISP.
Modem:
Comtrend
Model SR-2010 (4 wire)
Router - wire
The modem is provided with 4 sockets, only one being used and connected to the router.
I'm prepared to set up an addional network with a wireless router. Would it be possible to connect it to an used socket of the modem. In this connection both routers will be connected to the same modem?
I have tested the sockets of the modem. All work with the wire modem without problem.
Please advise. TIA
B.R.
satimis
|
|
|
|
08-11-2012, 08:59 AM
|
#2
|
|
Member
Registered: Jul 2004
Location: Skuttunge SWEDEN
Distribution: Debian preferably
Posts: 987
Rep:
|
No, I can't believe that would work.
Your ISP gives you one IP, the modem connects and acts as a bridge, and router's WAN has the ip your ISP delivers.
This I'm pretty sure of, because if the modem actually holds the public IP and has 4 switchports then there would be no need for the router.
Last edited by pingu; 08-11-2012 at 09:00 AM.
|
|
|
|
08-11-2012, 09:38 AM
|
#3
|
|
Senior Member
Registered: Apr 2003
Posts: 3,218
Original Poster
Rep:
|
Quote:
Originally Posted by pingu
No, I can't believe that would work.
Your ISP gives you one IP, the modem connects and acts as a bridge, and router's WAN has the ip your ISP delivers.
This I'm pretty sure of, because if the modem actually holds the public IP and has 4 switchports then there would be no need for the router.
|
Hi,
Just made following test.
- removed the cable for connecting the PC to router
- plugin the cable direct to the modem
Connection was broken. That means I must connect the system as;
PC -> Router -> Modem -> ISP
I have been using this ISP for more than 4 years. IIRC before I have asked them whether I can connect PC to modem direct without passing through the route. They told me it is possible with the password provided by them. At the that time I subscribed ADSL plan, 8M down and 250K up, with static IP as well. I suppose I have the said password stored some where.
B.R.
satimis
|
|
|
|
08-11-2012, 09:46 AM
|
#4
|
|
Member
Registered: Jul 2004
Location: Skuttunge SWEDEN
Distribution: Debian preferably
Posts: 987
Rep:
|
Well, if you can login to the router then maybe you can get the password. Not very likely, but it happens sometimes.
Best bet is to ask your ISP, hopefully they'll allow you to replace their router.
You need to get some config info as well and change your wl-router accordingly.
That info can definitely be read logged in on router - but again, easiest is to ask your ISP.
|
|
|
|
08-11-2012, 10:01 AM
|
#5
|
|
Senior Member
Registered: Apr 2003
Posts: 3,218
Original Poster
Rep:
|
Quote:
Originally Posted by pingu
Well, if you can login to the router then maybe you can get the password. Not very likely, but it happens sometimes.
Best bet is to ask your ISP, hopefully they'll allow you to replace their router.
You need to get some config info as well and change your wl-router accordingly.
That info can definitely be read logged in on router - but again, easiest is to ask your ISP.
|
Hi,
Thanks for your advice.
My aim is not connecting the 2nd network to ISP. Just for interest whether it is possible to connect the 2nd network to the socket of the modem.
I'm testing Cloud here, OpenStack and Opennebula. They need 2 networks, one for external and another for internal. For such reason I need an additional router for 2nd network.
|
|
|
|
08-11-2012, 10:15 AM
|
#6
|
|
Member
Registered: Jul 2004
Location: Skuttunge SWEDEN
Distribution: Debian preferably
Posts: 987
Rep:
|
Ah, but then connect your wl-router ("WLR") to the router ("ISPR") - it surely has switchports available?
If not just buy a small switch, they cost almost nothing today.
Give your WLR a static ip, make sure it's outside the dhcp range ISPR uses.
Then for LAN on WLR choose a network adress different from the one your pc is on.
|
|
|
|
08-11-2012, 10:21 AM
|
#7
|
|
Member
Registered: Jul 2004
Location: Skuttunge SWEDEN
Distribution: Debian preferably
Posts: 987
Rep:
|
... okay maybe I missed out of one thing:
You need to reach your servers on a public ip?
That's trickier, but can be done.
Since you can't just add another router to the modem, you'll have to do port-forwarding. If you can't access ISPR then you're lost. You'll have to get config & password to replace their router with your own - but now you'll need a router with interfaces for 3 different networks!
|
|
|
|
08-12-2012, 05:27 AM
|
#8
|
|
Senior Member
Registered: Apr 2003
Posts: 3,218
Original Poster
Rep:
|
Hi pingu,
Lot of thanks for your advice.
Actually I need a 2nd loop for testing Cloud according to the guide which I'm following. I haven't got to that step yet just making preparation in advance. I think a switch may also do the job for internal looping?
Quote:
Originally Posted by pingu
... okay maybe I missed out of one thing:
You need to reach your servers on a public ip?
That's trickier, but can be done.
Since you can't just add another router to the modem, you'll have to do port-forwarding. If you can't access ISPR then you're lost. You'll have to get config & password to replace their router with your own - but now you'll need a router with interfaces for 3 different networks!
|
Interesting !!! The second router can connect Internet via the same modem? Using the same static IP?
Advice and pointer would be much appreciated. TIA
B.R.
satimis
|
|
|
|
| Thread Tools |
Search 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
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:52 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|