How to access both internet and office intranet(with LAN) at the same time.

office-lan

Do you use both intranet and internet at your office? Do you need to change and replug the LAN cable every time while switching to/from internet or intranet? or how often have you thought while working in your office that I wish I could watch a video on YouTube or may be check Facebook timeline and also use your office intranet network at the same time. Don’t worry, I will show you how to do this.

In order to use two network at the same time you need to have two separate Network Interface Card(NIC) installed on your PC/Laptop. One is LAN adapter through which you will be using your office intranet network and other is wireless adapter(wi-fi) to get access to the internet.

My office has a intranet whose IP params are as follows. We will be using these parameters  in this entire post and also while assigning IP manually to LAN adapter:

IP address: 10.161.18.17

subnet mask: 255.255.255.248

default gateway:10.161.18.1

primary DNS(if any):10.199.222.193

secondary DNS(if any):10.199.222.193

STEP 1:

Open command prompt→Right click→Run as administrator

In command prompt we need to add a persistent route so that you can use both internet and intranet. Now type: route add  -p  10.0.0.0  mask  255.0.0.0  10.161.18.17 and press Enter.

route-add-p

 

Here in our example we are using a Class A IP address. For class A IP address subnet mask is 255.0.0.0. Now you might think what if someone’s IP is like 172.24.36.24(Class B) or 195.69.36.5(Class C). Don’t worry i will cover that too. Before that you need to know what class your IP belongs to. Follow this infographic to know.

Advertisements

ip-addressing_842_ca0bd5c5328e84bc802214ee5030943b3a72ad5d

I have included two examples of Class B and Class C on above infographic. I hope those will clear your doubts. If you have any query please ask on comment section below.

STEP 2: 

Once you have added the route on command prompt, next step will be assigning IP manually to LAN adapter.

A. GO to

For windows xp: control panel→network and internet connection( or network connection)→local area connection

For windows vista: control panel→network and internet→network and sharing center→Manage Network connection(on left side)

For windows 7/8/10: control panel→network and internet→network and sharing center→change adapter settings( on top left corner.)

B. Right click on Local Area Connection  properties → internet protocol version 4(TCP/IPv4)

Here you need to give IP address manually. Follow the below given image. Once you are done putting the IPs, click okip

 

Note: If you want to delete the route, add this command on cmd(open with administrator right): route delete 10.0.0.0

Step 3:

We have done all the staffs for Intranet. Now in order to access internet just turn on the WiFi of your PC/Laptop. That’s it.

I hope now you will be able to use both internet and intranet. You may also check whether you are connected to both network or not by using these two command on COMMAND PROMPT:

ping www.google.com ( To check Internet)

ping 10.199.222.193 ( This is the DNS of intranet that i am using, To check Intranet)

If you have liked the post then please do share. This will really help us. And if you want us to send more interesting topics to your inbox then please subscribe the blog. Thank You.

prabhakar

A blogger who loves to write about things that add value to the readers. He is more of a solution provider rather than a typical content writer. You can contact him at admin@bpedia.co.in

7 Responses

  1. baddrud zaman says:

    such a helpful article, thanks a lot Prabhakar! keep it up (y)

  2. FEMEELA LATHEEF says:

    VERY USEFUL ARTICLE

  3. ROHAN says:

    Sir I have two intranet ie. 1st by ethernet cable
    ip 10 48.100.4
    net mask 255.255.255.0
    defauly gatway 10.48.100.1

    2nd by tp link ethernet adapter
    ip 192.168.50 114
    net mask 255 255.255.0
    default gatway 192.168.50.1

    and internet is through tp link wifi adapter

    please guide me to use all these three at same time in one pc

  4. Easwar says:

    How to access two office intranet network and internet network at same timw

Leave a Reply

Your email address will not be published. Required fields are marked *