Networking Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationNetworking Help

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 May 18th, 2004, 08:29 AM
SQLImpaired SQLImpaired is offline
Runs with scissors
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Location: Canton, Ohio
Posts: 104 SQLImpaired User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
SBC Caymen + static IP + wireless

I got this question via a PM but wanted to post it just in case anyone else needed the info or in case anyone can add to it:

Quote:
Originally Posted by psargent
If you could help me out it would be much appreciated. Tell me what in the hell do I need to do in order to get my Netopia Cayman Series DSL modem with a static IP to work with my wireless router. I have connectivity with the modem connected to the computer but when I go through the wireless router its gone. What are the appropriate settings? I must be overlooking something very simple.

Patrick


The setup I use is pretty basic; I have 5 static IP's through an SBC-provided Cayman router. I also have a clearance-rack wireless SMC Barricade with VERY few features (no real routing features to speak of) but wanted to use it for my laptop and needed the laptop to access my music & documents on one of the static IP machines.

The setup:

Code:
(cloud) --> 
Cayman --> 
hub/switch 
 	--> PC1 = 192.168.1.w / 68.22.0.w **
 	--> PC2 = 192.168.1.x / 68.22.0.x **
 	--> PC3 = 192.168.1.y / 68.22.0.y **
	--> SMC Barricade = 192.168.1.z / 68.22.0.z **
		--> Laptop (Wireless) = DHCP w/ 192.168.2.z as gateway ***
		--> Old Apple (Wired) = DHCP w/ 192.168.2.z as gateway ***
		
** = IPMaps in Cayman config
*** = Wireless router internal IP


Note: If you use this config make sure your wireless router uses a different IP range for DHCP. Mine for instance gives out IPs in the 192.168.2.x range but has it's own "external" IP set to a static 192.168.1.z

This config gives the Laptop & Apple Net access as well as network access to the shares I have on PC's 1, 2 & 3

BTW, I'm no great shakes at netoworking but it works fine for me. I would of course welcome any suggestions from those who have a better skill set than mine
__________________
--------------------------------------------
Just because you're paranoid doesn't mean
they're not out to get you.
--------------------------------------------

Last edited by SQLImpaired : May 18th, 2004 at 10:55 AM.

Reply With Quote
  #2  
Old May 18th, 2004, 09:13 AM
SQLImpaired SQLImpaired is offline
Runs with scissors
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Location: Canton, Ohio
Posts: 104 SQLImpaired User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Forgot to mention

Oh yeah, almost forgot...

When you're setting up your wireless router you need to:
1) Set it's gateway to the IP of your Cayman
2) Set your nameservers to those provided by SBC

...Sorry for the delay in posting this - it's been a while since I did the setup here.

Reply With Quote
  #3  
Old May 18th, 2004, 11:53 AM
juniperr juniperr is offline
network dude
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Dec 2003
Posts: 1,679 juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 6 Days 21 h 55 m 2 sec
Reputation Power: 85
could have just set the caimen up as a bridge.

Reply With Quote
  #4  
Old May 18th, 2004, 12:50 PM
SQLImpaired SQLImpaired is offline
Runs with scissors
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Location: Canton, Ohio
Posts: 104 SQLImpaired User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
juniperr,

Thanks for the reply. Admittedly my experience in networking's pretty limited - is there an existing thread or possibly a link you can point me too on this? The approach I used wasn't hard to set up, but I'm all for learning easier / better ways

Reply With Quote
  #5  
Old May 18th, 2004, 02:59 PM
juniperr juniperr is offline
network dude
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Dec 2003
Posts: 1,679 juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 6 Days 21 h 55 m 2 sec
Reputation Power: 85
when in the gui of the caimen go to the bridging link and click help, bridging basicly makes it a layer2 device with no routing IP traffic will pass right through it the IP address you give it is just for management.

Ive also set these up for PPPoE on the outside interface and put the first static address on the inside interface with NAT and DHCP turned off so I could put a pix (doing NAT/PAT for private network) and servers behind it with public addresses on same network using the rest of my 5 static addresses.

Reply With Quote
  #6  
Old May 18th, 2004, 04:20 PM
SQLImpaired SQLImpaired is offline
Runs with scissors
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Location: Canton, Ohio
Posts: 104 SQLImpaired User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Ah - got it. Yes, I did look over the bridging option but my cheap-o SMC doesn't support routing. One of these days I'll upgrade to 11g and go that route but for now what I have does what I need (on the cheap).

But yes you're right - for people running a router with better features bridging would be a much easier way.

Thanks for the reply and the explanation

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationNetworking Help > SBC Caymen + static IP + wireless


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


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





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