1. If you have DSL connection.
2. If you have cat5 Internet connection.
Topology:
--Telco--RJ11-DSL Modem/Router--RJ45--
|
|
--CAT5 internet connection sify ---Rj45--
Netgear / Linksys Router
= Connect RJ45 connection to Ethernet wan port on the router, and use Ethernet LAN ports to connect desktop and wireless to connect Laptops.
*************************************
Setting up SOHO network:
1. Basic Internet access using one host.
2. Basic Internet access using more then one host.
3. Giving access of your machine "ftp/http/any service" to outside world "DMZ".
4. Using VMWare as DMZ server.
5. Using dyndns for FQDN of your network.
Object is to provide a working infrastructure rather then instigating technical knowledge in the group. We will extend this article as and when required. I know, there are loads of information available a google away, still it seems worth the salt to prepare this document and share along...
Some basics:
Scenario A. service provider modem/router in bridge mode. TATA/reliance/bsnl/others.
Scenario B. Service provider modem/router in routed mode. TATA/reliance/bsnl/others.
Scenario C. ethernet connection to internet. "sify/others".
Scenario D. There are several options, like in bridge mode you can receive dynamic ip or static, you might need to dial or it is always on. Article will be populated with time, at this point I will start with or tackle the obvious.
Scenario A # service provider modem/router in bridge mode. TATA/reliance/bsnl/others.
Assumptions 1: static ip, always on connection to a single PC running windows flavor.
Information to obtain from ISP - ip address/subnet mask, dns values and gateway.
COMMAND LINE setting on windows:
netsh inter show interface // identify the name of your NIC card from the output "Interface Name".
Say the information supplied by the ISP is as follows:
ip add 5.5.5.5/24, default gateway=5.5.5.1, dns primary - 1.1.1.1, dns secondary - 2.2.2.2
netsh interface ip set address name="Local Area Connection_your nic" source=static addr=5.5.5.5 mask=255.255.255.0 gateway=5.5.5.1 gwmetric=15
netsh interface ip set dns name="Local Area Connection" static 1.1.1.1 primary
netsh interface ip add dns name="Local Area Connection" 2.2.2.2
<<<CLI >>>> come on, just a little learning phase..
Start -- Control panel - Network Connections - Right click nic card - Properties - Scroll to get "internet connection TCP/IP" in the "This connection uses the following items", and select it -- click on properties button just underneath "3rd one". AND FILL IN THE BLANKS.. :)
