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:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old March 10th, 2004, 12:57 AM
bronco191 bronco191 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 1 bronco191 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
SBS 2003 vs Linksys BEFSR41

Ok. Maybe someone can give me a hand with this. We are setting up a Small Business Server 2003 network. Everything is going great except for the Remote Access configuration. We are leasing a T1 line in the building and our office is connected via a Linksys BEFSR41. How can I map the servers local IP to an external one with this router? Thanks and sorry if this is an easy question or if you need more info.

Reply With Quote
  #2  
Old March 10th, 2004, 11:37 AM
edwinbrains's Avatar
edwinbrains edwinbrains is offline
Retired Moderator
Dev Shed God 4th Plane (6500 - 6999 posts)
 
Join Date: Jan 2004
Location: London, UK
Posts: 6,670 edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)  Folding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced Folder
Time spent in forums: 1 Week 6 Days 23 h 36 m 40 sec
Reputation Power: 92
Firstly, I searched Google for your product and I was directed to the Linksys page (at http://www.linksys.com/products/pro...?prid=20&grid=5). Clicking User Guide on the left hand side opens the acrobat user guide. Going to page 36 of 66, you'll see a section on port forwarding which covers what you want to do.

This is taken straight from the guide:

To add a server using Port Range Forwarding:
1. Enter the name of the application in the appropriate Customized Applications
field.
2. Next to the name of the application, enter the number or range of the external
port(s) used by the server or Internet application in the Ext. Port column.
Check with the Internet application software documentation for more information.
3. On the same line, select the protocol UDP or TCP, or select both protocols.
4. Enter the IP address of the server that you want the Internet users to be able
to access. To find the IP address, go to “Appendix F: Finding the MAC
Address and IP Address for Your Ethernet Adapter.”
5. Check the Enable box to enable the services you have defined. Port Range
Forwarding will not function if the Enable button is left unchecked. This is
disabled (unchecked) by default.
6. Configure as many entries as needed—the Router supports up to 10 ranges of
ports. Click the Apply button when you are done.

Basically what you are doing is configuring the router to open certain ports. When people try to access these ports externally, they are automatically forwarded to the Ip address of your internal server, making it appear as if the server is directly connected to the Internet.

Reply With Quote
  #3  
Old May 12th, 2004, 10:32 AM
TechSoEasy's Avatar
TechSoEasy TechSoEasy is offline
Way too easy!
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 5 TechSoEasy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Exclamation

edwinbrains,

I realize that this was posted awhile ago... but didn't want anyone else to read your response without knowing the "other" side of the story. Checking the Linksys site did not give you the real story because SBS2003 has a terrific way of handling this situation.

To enable RAC, re-run the EICW (Email and Internet Connection Wizard). As with most SBS configurations... the wizards work wonders! The SBS will automatically configure the router's ports as long as UPnP is enabled on the router.

How the fields in the wizard are completed depends on whether the server has one or two NICs. Using two NICS, the Internet connection goes directly into the server which then acts as the firewall (a separate hardware firewall can also be used).

I would suggest that SBS users just open SBS's HELP and enter "router configuration" in the search box. There are great instructions there.

The SBS is a very secure server environment, but it only remains that way if you follow Best Practices. Manually configuring a router could open up your entire network, especially if you aren't quite sure what you're doing.

Hope that all helps!

:-)

Reply With Quote
  #4  
Old May 12th, 2004, 10:55 AM
edwinbrains's Avatar
edwinbrains edwinbrains is offline
Retired Moderator
Dev Shed God 4th Plane (6500 - 6999 posts)
 
Join Date: Jan 2004
Location: London, UK
Posts: 6,670 edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)  Folding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced Folder
Time spent in forums: 1 Week 6 Days 23 h 36 m 40 sec
Reputation Power: 92
That sounds pretty good, if SBS does do it all for you. I've not looked at this yet, so I can't try it out for myself.
__________________
- Edwin -

The General Rules Thread | The General FAQ Thread

Reply With Quote
  #5  
Old May 14th, 2004, 10:33 AM
TechSoEasy's Avatar
TechSoEasy TechSoEasy is offline
Way too easy!
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 5 TechSoEasy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Arrow

Well, they aren't offering that exact procedure... but you can demo SBS 2003 via on-line interactive demo:

http://www.microsoft.com/windowsser...os/default.mspx

Check it out!

Last edited by TechSoEasy : May 14th, 2004 at 10:35 AM.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationNetworking Help > SBS 2003 vs Linksys BEFSR41


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 6 hosted by Hostway