Get your IP





How your IP is calculated


Hostel IP Adress Range Subnet mask Default Gateway
Barak 10.10.WX.Y 255.255.192.0 10.10.0.254
Brahmaputra 10.12.WX.Z 255.255.192.0 10.12.0.254
Dibang Its Complicated 255.255.192.0 10.8.0.254
Dihing 10.0.X.Y 255.255.252.0 10.0.0.254
Kameng 10.9.WX.Y 255.255.192.0 10.9.0.254
Kapili 10.1.X.Y 255.255.252.0 10.1.0.254
Manas 10.4.WX.Y 255.255.192.0 10.4.0.254
Married Scholars Hostel 10.17.X.Y 255.255.252.0 10.17.0.254
Siang 10.3.X.Y 255.255.252.0 10.3.0.254
Subansiri 10.16.WX.Y 255.255.192.0 10.16.0.254
Umiam 10.11.WX.Y 255.255.192.0 10.11.0.254

Where W is block number : (A : 0, B : 1, C : 2 and so on)
X : Floor Number (Ground Floor : 0 / First Floor : 1 / Second Floor : 2 / Third Floor : 3)
Y : Room Number (Last or last two digits of room number) Z(Only for Brahmaputra) :

A & B block Room Number (Last or last 2 or 3 digits of the room no.)
C & D block - Ground Floor Room Number - 134(eg. 199-134 = 65)
C & D block - First Floor Room Number - 119
C & D block - Second Floor Room Number - 133
C & D block - Third Floor Room Number - 131

So someone staying in hostel Dihing, room number : 222; i.e. 2nd floor room number 22 will have an IP Address of 10.0.2.22. Similarly hostel Umiam, room number: B-103; i.e. block B, 1st floor, room number 3 will have an IP of 10.11.11.3 and so on
The Default Gateway and Subnet mask are as given in the table. The Preferred DNS Server 202.141.81.2 and alternate DNS Server 202.141.80.9 are default for everyone.



How to configure network settings for LAN access from hostels


For Windows

In the taskbar right-click on network icon(like a computer or vertically increasing bars for Wi-Fi) present at the right-hand corner and select "Open Network and Sharing Center".
Alternatively you can open "Control Panel" from "Start", and click on "Network and Internet" and then on "Network and Sharing Center"
Now look to the left of the new window and find and click on "Change adapter settings"
Right-click on the icon for Local-Area-Connection(LAN/Ethernet) and select "Properties"
You should get a Screen like this :



Select "Internet Protocol Version 4(TCP/IPv4)" and click on "Properties". The next screen looks like this :



Fill in the details as given above and plug-in your ethernet cable.


For Linux

Edit the file /etc/sysconfig/network-scripts/ifcfg-<interface>.
Change the highlighted lines as shown below :

DEVICE=<interface>
BOOTPROTO=none
IPADDR=<Your IP Address>
NETMASK=<Network Mask>
ONBOOT=yes
USERCTL=no
PEERDNS=no
GATEWAY=<Your Gateway Address>
TYPE=Ethernet

Now start Network Services by typing in a terminal
#service network restart
or
$sudo service network restart
Note : You don't have to type the '#' or '$' in the commands above. They are written here just for convenience and as convention.