Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/indem/old/indem/
Upload File :
Current File : /var/www/html/mmishra/indem/old/indem/ipschemes.php.bak

<?php
include "header.php";
?>
<span id="title">IP Setting on Campus LAN</span><br><br>

<?php
$building_arr = array(16 => "CC1", 17 => "CC2", 18 => "Admin", 19 => "Boys Hostel", 20 => "Faculty Hostel",
		 21 => "Library", 22 => "Apartment", 23 => "Guest House", 24 => "Girls Hostel", 25 => "LT-MBA",
		 26 => "...", 27 => "...", 28 => "...", 29 => "...", 30 => "BPL", 31 => "INDEMICA");
$building = $_POST["building"];
$floor = $_POST["floor"];
$subnet = $_POST["subnet"];
$totalip = 256 - $netmask;

echo "<table>
<tr><td>VLANs:</td><td>";
for ($i=16; $i<32; $i++) {
	echo "[ VLAN $i ]";
}
echo "</td></tr>

<tr><td>Building:</td><td><select name='building'>";
for ($i=16; $i<32; $i++) {
        echo "<option value='$building_arr[$i]'";
        if ($building_arr[$i] == $building) {
		$vlan = $i;
		echo " selected";
        }
	echo ">$building_arr[$i]</option>";
}
echo "</select></td></tr>
<tr><td>FloorNo.:</td><td><input type='text' name='floor' value='$floor' size='20'></td></tr>
<tr><td>SubnetNo.:</td><td><input type='text' name='subnet' value='$subnet' size='20'></td></tr>
<tr><td>Netmask:</td><td><select name='netmask'>";
for ($i=5; $i<=8; $i++) {
	$j = pow(2,$i);
	echo "<option value='$j'";
	if ($j == $netmask) echo " selected";
	echo ">$j</option>";
}
echo "</select></td></tr>
<tr><td></td><td><input type='submit' name='submit' value='SUBMIT'></td></tr>
</table>";

if ($building){
	echo "<table border='1' cellspacing=20 cellpadding=20><tr>";
  	for ($j = 3; $j <= $totalip; $j++){
		$row++;
		$k = $j+1;	
		echo "<td><b>
		Building: $building<br>
		Floor: $floor &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lab/Room No.: $row<br>
		IP Address: 172.{$vlan}.{$subnet}.$j/$k<br>
            	Subnet Mask: 255.255.255.{$netmask}<br>
            	Gateway: 172.{$vlan}.{$subnet}.1<br>
  		Default DNS: 172.31.1.30<br>
        	Alternate DNS: 172.31.1.62/202.54.15.1<br>
        	WINS: None<br>
		Proxy: 172.31.1.1/3/4:8080<br> 
		Auto Script: http://www.iiita.ac.in/proxy.pac<br><br>
		</b></td>";
      		if ($row % 2 == 0) echo "</tr><tr>";
		$j++;
	}
	echo "</tr></table>";
}
exit;
?>


<table cellspacing="0" cellpadding="5">
<tr><td class="AQHeader">Room No: 2106 (Lab)</td><td>
      IP address: 172.16.2.11 to 55<br>
      Subnet mask: 255.255.255.192<br>
      Default gateway: 172.16.2.1<br>
      Computer Name: CC1211 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No:2112 Basic Programming Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.3.11 to 55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.3.1<br>
      Computer Name : CC1311 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No:2113 Basic Programming Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.4.11 to 55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.4.1<br>
      Computer Name : CC1411 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No:2114 Basic Programming Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.5.11 to 55<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.16.5.1<br>
        Computer Name : CC1511 to ---<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No:2120 Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.6.11 to 55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.6.1<br>
      Computer Name : CC1611 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No:2206 Robotics and Artificial Intelligence Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.7.11 to 55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.7.1<br>
      Computer Name : CC1711 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No:2213 Advance Programming Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.8.11 to 55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.8.1<br>
      Computer Name : CC1811 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No:2214 Advance Programming Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.9.11 to 55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.9.1<br>
      Computer Name : CC1911 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No:2215 Advance Programming Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.10.11 to 55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.1610.1<br>
      Computer Name : CC11011 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No:2222 Information Security Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.11.11 to 55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.11.1<br>
      Computer Name : CC11111 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No:2305 PCB Design &amp; Fabrication Lab &amp; Digital Communication Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.12.11 to 55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.12.1<br>
      Computer Name : CC11211 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No:2306 Mesurment Control Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.13.11 to 55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.13.1<br>
      Computer Name : CC11311 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No:2307 Embedded System Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.14.11 to 55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.14.1<br>
      Computer Name : CC11411 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No2103:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.15.11<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.15.1<br>
      Computer Name : CC11511 to<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.16.15.12<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.16.15.1<br>
        Computer Name : CC11512 to<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No2104:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.15.13<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.15.1<br>
      Computer Name : CC11511 to<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.16.15.14<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.16.15.1<br>
        Computer Name : CC11514<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No2107:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.15.15<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.15.1<br>
      Computer Name : CC11515 to<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.16.15.16<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.16.15.1<br>
        Computer Name : CC11516<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No2108:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.15.17<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.15.1<br>
      Computer Name : CC11517<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.16.15.18<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.16.15.1<br>
        Computer Name : CC11518<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      
      <p>
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No2122:Doctor Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.15.19<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.15.1<br>
      Computer Name : CC11519<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.16.15.20<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.16.15.1<br>
        Computer Name : CC11520<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No2123:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.15.21<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.15.1<br>
      Computer Name : CC11521<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.16.15.22<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.16.15.1<br>
        Computer Name : CC11522<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No2203:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.15.23<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.15.1<br>
      Computer Name : CC11523<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.16.15.24<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.16.15.1<br>
        Computer Name : CC11524<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No2204 :Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.15.25<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.15.1<br>
      Computer Name : CC11525<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.16.15.26<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.16.15.1<br>
        Computer Name : CC11526<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No2207:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.15.27<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.15.1<br>
      Computer Name : CC11527<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.16.15.28<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.16.15.1<br>
        Computer Name : CC11528<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No2208:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.15.29<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.15.1<br>
      Computer Name : CC11529<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.16.15.30<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.16.15.1<br>
        Computer Name : CC11530<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No2220:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.15.31<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.15.1<br>
      Computer Name : CC11531<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.16.15.32<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.16.15.1<br>
        Computer Name : CC11532<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No2221:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.15.33<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.15.1<br>
      Computer Name : CC11533<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.16.15.34<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.16.15.1<br>
        Computer Name : CC11532<br>
        Preferred DNS Server : 172.31.1.34<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No2224:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.15.35<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.15.1<br>
      Computer Name : CC11535<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.16.15.36<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.16.15.1<br>
        Computer Name : CC11536<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No2225:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.15.37<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.15.1<br>
      Computer Name : CC11537<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.16.15.38<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.16.15.1<br>
        Computer Name : CC11538<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No2105: Class Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.15.39<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.15.1<br>
      Computer Name : CC11539<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.16.15.40<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.16.15.1<br>
        Computer Name : CC11540<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No2121: Class Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.15.41<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.15.1<br>
      Computer Name : CC11541<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.16.15.42<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.16.15.1<br>
        Computer Name : CC11542<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No2205: Class Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.15.43<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.15.1<br>
      Computer Name : CC11543<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.16.15.44<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.16.15.1<br>
        Computer Name : CC11544<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No2123: Class Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.15.45<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.15.1<br>
      Computer Name : CC11545<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.16.15.46<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.16.15.1<br>
        Computer Name : CC11546<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No2102:Meeting Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.15.47<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.15.1<br>
      Computer Name : CC11547<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.16.15.48<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.16.15.1<br>
        Computer Name : CC11548<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No2202:Meeting Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.15.49<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.15.1<br>
      Computer Name : CC11549<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.16.15.50<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.16.15.1<br>
        Computer Name : CC11550<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No2126:Meeting Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.15.51<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.15.1<br>
      Computer Name : CC11551<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.16.15.52<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.16.15.1<br>
        Computer Name : CC11552<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Reserved/Server/UPS/Security Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.16.15.53 to 55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.16.15.1<br>
      Computer Name : CC11553 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No: 4106 I.R.C.B. Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.2.11 to 55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.2.1<br>
      Computer Name : CC2211 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No: 4113 U.D.L.Research Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.3.11 to 55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.3.1<br>
      Computer Name : CC2311 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No: 4114 Advanced Programming Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.4.11 to 55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.4.1<br>
      Computer Name : CC2411 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No: 4115 Advanced Programming Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.5.11 to 55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.5.1<br>
      Computer Name : CC2511 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No:4121 Universal Digital Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.6.11 to 55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.6.1<br>
      Computer Name : CC2611 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No:4206 Basic Programming Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.7.11 to 55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.7.1<br>
      Computer Name : CC2711 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No:4213 Advance Programming Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.8.11 to 55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.8.1<br>
      Computer Name : CC2811 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No:4214 Advance Programming Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.9.11 to 55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.9.1<br>
      Computer Name : CC2911 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No:4215 Digital Signal Processing Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.10.11 to 55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.10.1<br>
      Computer Name : CC21011 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No:4222 Image Processing Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.11.11 to 55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.11.1<br>
      Computer Name : CC21111 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No:4309 Graphics &amp; Digital Processing Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.12.11 to 55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.12.1<br>
      Computer Name : CC21211 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No:4310 Basic Programming Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.13.11 to 55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.13.1<br>
      Computer Name : CC21311 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No:4311 Basic Programming Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.14.11 to 55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.14.1<br>
      Computer Name : CC21411 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4103:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.11<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21511 to<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.17.15.12<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.17.15.1<br>
        Computer Name : CC21512 to<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4104:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.13<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21513 to<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.17.15.14<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.17.15.1<br>
        Computer Name : CC21514<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4107:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.15<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21515 to<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.17.15.16<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.17.15.1<br>
        Computer Name : CC21516<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4108:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.17<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21517<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.17.15.18<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.17.15.1<br>
        Computer Name : CC21518<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4123:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.19<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21519<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      IP address : 172.17.15.20<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21520<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4124:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.21<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21521<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.17.15.22<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.17.15.1<br>
        Computer Name : CC21522<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4203:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.23<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21523<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.17.15.24<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.17.15.1<br>
        Computer Name : CC21524<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4204 :Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.25<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21525<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.17.15.26<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.17.15.1<br>
        Computer Name : CC21526<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4207:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.27<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21527<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.17.15.28<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.17.15.1<br>
        Computer Name : CC21528<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4208:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.29<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21529<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.17.15.30<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.17.15.1<br>
        Computer Name : CC21530<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4220:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.31<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21531<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.17.15.32<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.17.15.1<br>
        Computer Name : CC21532<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4221:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.33<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21533<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.17.15.34<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.17.15.1<br>
        Computer Name : CC21534<br>
        Preferred DNS Server : 172.31.1.34<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4224:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.35<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21535<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.17.15.36<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.17.15.1<br>
        Computer Name : CC21536<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4225:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.37<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21537<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.17.15.38<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.17.15.1<br>
        Computer Name : CC21538<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4303:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.39<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21539<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.17.15.40<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.17.15.1<br>
        Computer Name : CC21540<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4304:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.41<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21541<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.17.15.42<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.17.15.1<br>
        Computer Name : CC21542<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4316:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.43<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21543<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.17.15.44<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.17.15.1<br>
        Computer Name : CC21544<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4317:Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.45<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21545<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.17.15.46<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.17.15.1<br>
        Computer Name : CC21546<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4105: Class Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.47<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21547<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.17.15.48<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.17.15.1<br>
        Computer Name : CC21548<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4122: Class Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.49<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21549<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.17.15.50<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.17.15.1<br>
        Computer Name : CC21550<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4205: Class Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.51<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21551<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.17.15.52<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.17.15.1<br>
        Computer Name : CC21552<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4223: Class Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.53<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21553<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.17.15.54<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.17.15.1<br>
        Computer Name : CC21554<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4102:Meeting Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.55<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21555<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.17.15.56<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.17.15.1<br>
        Computer Name : CC21556<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4202:Meeting Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.57<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21557<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.17.15.58<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.17.15.1<br>
        Computer Name : CC21558<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4226:Meeting Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.59<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21559<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.17.15.60<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.17.15.1<br>
        Computer Name : CC21560<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4318:Meeting Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.61<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21561<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.17.15.62<br>
        Subnet mask : 255.255.255.192<br>
        Default gateway : 172.17.15.1<br>
        Computer Name : CC21562<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No4302:Meeting Room (MHRD LAB)</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.63 TO 70<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21563 TO ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Reserved/Server/UPS/Security Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.17.15.71 TO 75<br>
      Subnet mask : 255.255.255.192<br>
      Default gateway : 172.17.15.1<br>
      Computer Name : CC21557<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Duplex No 1</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.22.2.11 to 14<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.22.2.1<br>
      Computer Name : DUP211 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Duplex No 2</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.22.2.15 to 18<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.22.2.1<br>
      Computer Name : DUP215<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Duplex No 3</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.22.2.19 to 22<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.22.2.1<br>
      Computer Name : DUP219 to 22<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Duplex No 4</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.22.2.23 to 26<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.22.2.1<br>
      Computer Name : DUP223 to 26<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Duplex No 5</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.22.2.27 to 30<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.22.2.1<br>
      Computer Name : DUP227 to 30<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Duplex No 6</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.22.2.30 to 34<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.22.2.1<br>
      Computer Name : DUP230 to 34<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Duplex No 7</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.22.2.35 to 38<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.22.2.1<br>
      Computer Name : DUP235 to 38<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Duplex No 8</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.22.2.39 to 42<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.22.2.1<br>
      Computer Name : DUP239 to 42<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Reserved</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.22.2.1 to 10 &amp; 43 to 50<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.22.2.1<br>
      Computer Name : DUP239 to 42<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : CG1</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.11<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH211<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : CG2</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.12<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH212<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : CF1</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.13<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH211<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : CF2</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.14<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH212<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : CS1</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.15<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH215<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : CS2</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.16<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH216<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : AG1</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.17<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH217<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : AG2</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.18<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH218<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : AF1</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.19<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH219<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : AF2</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.20<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH220<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : AS1</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.21<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH221<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : AS2</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.22<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH222<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : BG1</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.23<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH223<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : BG2</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.24<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH224<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : BG3</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.25<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH225<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : BG4</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.26<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH226<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : BF1</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.27<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH227<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : BF2</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.28<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH228<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : BF3</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.29<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH229<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : BF4</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.30<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH230<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : BF5</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.31<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH231<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : BF6</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.32<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH232<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : BF7</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.33<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH233<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : BF8</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.34<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH234<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : BS1</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.35<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH235<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : BS2</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.36<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH236<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : BS3</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.37<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH237<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : BS4</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.38<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH238<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : BS5</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.39<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH239<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Hostel No : BS6</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.40<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH240<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Reserved</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.20.2.1 to 11 &amp; 41 to 50<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.20.2.1<br>
      Computer Name : FH241 to---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Girls Hostel No 101(Ground Floor)</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.1.1<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : gh11<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.1.2<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.2.1<br>
        Computer Name : gh12<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
        <p>IP address : 172.24.1.3<br>
          Subnet mask : 255.255.0.0<br>
          Default gateway : 172.24.2.1<br>
          Computer Name : gh13<br>
          Preferred DNS Server : 172.31.1.30<br>
          Alternate DNS Server : 202.54.15.1<br>
          Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
          <p>IP address : 172.24.1.4<br>
            Subnet mask : 255.255.0.0<br>
            Default gateway : 172.24.2.1<br>
            Computer Name : gh14<br>
            Preferred DNS Server : 172.31.1.30<br>
            Alternate DNS Server : 202.54.15.1<br>
            Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
          <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 102</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.1.5<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : gh15<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.1.6<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.2.1<br>
        Computer Name : gh16<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.1.7<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.2.1<br>
        Computer Name : gh17<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.1.8<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.2.1<br>
        Computer Name : gh18<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 103</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.1.9<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : gh19<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.1.10<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.2.1<br>
        Computer Name : gh110<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 104</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.1.11<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : gh111<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 105</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.1.12<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : gh112<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 106</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.1.13<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : gh113<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 107</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.1.14<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : gh114<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.1.15<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.2.1<br>
        Computer Name : gh115<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.1.16<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.2.1<br>
        Computer Name : gh116<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.1.17<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.2.1<br>
        Computer Name : gh115<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 108</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.1.18<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : gh118<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.1.19<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.2.1<br>
        Computer Name : gh119<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.1.20<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.2.1<br>
        Computer Name : gh120<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.1.21<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.2.1<br>
        Computer Name : gh121<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 109</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.1.22<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : gh122<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 110</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.1.23<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : gh123<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 111</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.1.24<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : gh124<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.1.25<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.2.1<br>
        Computer Name : gh125<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 112</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.1.26<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.1.1<br>
      Computer Name : gh126<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.1.27<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.1.1<br>
        Computer Name : gh127<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 113</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.1.28<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.1.1<br>
      Computer Name : gh128<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.1.29<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.1.1<br>
        Computer Name : gh129<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
        <p>IP address : 172.24.1.30<br>
          Subnet mask : 255.255.0.0<br>
          Default gateway : 172.24.1.1<br>
          Computer Name : gh130<br>
          Preferred DNS Server : 172.31.1.30<br>
          Alternate DNS Server : 202.54.15.1<br>
          Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
          <p>IP address : 172.24.1.31<br>
            Subnet mask : 255.255.0.0<br>
            Default gateway : 172.24.1.1<br>
            Computer Name : gh131<br>
            Preferred DNS Server : 172.31.1.30<br>
            Alternate DNS Server : 202.54.15.1<br>
            Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
          <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 114</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.1.32<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.1.1<br>
      Computer Name : gh132<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.1.33<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.1.1<br>
        Computer Name : gh133<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
        <p>IP address : 172.24.1.34<br>
          Subnet mask : 255.255.0.0<br>
          Default gateway : 172.24.1.1<br>
          Computer Name : gh134<br>
          Preferred DNS Server : 172.31.1.30<br>
          Alternate DNS Server : 202.54.15.1<br>
          Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
          <p>IP address : 172.24.1.35<br>
            Subnet mask : 255.255.0.0<br>
            Default gateway : 172.24.1.1<br>
            Computer Name : gh135<br>
            Preferred DNS Server : 172.31.1.30<br>
            Alternate DNS Server : 202.54.15.1<br>
            Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
          <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Reserved</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.1.36 to 45<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.1.1<br>
      Computer Name : gh236 to ---<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Girls Hostel No 201(First Floor)</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.2.01<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : gh201<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.2.02<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.2.1<br>
        Computer Name : gh202<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Girls Hostel No 202</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.2.03<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : gh203<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.2.04<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.2.1<br>
        Computer Name : gh204<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
        <p>IP address : 172.24.2.05<br>
          Subnet mask : 255.255.0.0<br>
          Default gateway : 172.24.2.1<br>
          Computer Name : gh205<br>
          Preferred DNS Server : 172.31.1.30<br>
          Alternate DNS Server : 202.54.15.1<br>
          Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
          <p>IP address : 172.24.2.06<br>
            Subnet mask : 255.255.0.0<br>
            Default gateway : 172.24.2.1<br>
            Computer Name : gh206<br>
            Preferred DNS Server : 172.31.1.30<br>
            Alternate DNS Server : 202.54.15.1<br>
            Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
          <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Girls Hostel No 203</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.2.07<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : gh207<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.2.08<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.2.1<br>
        Computer Name : gh208<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
        <p>IP address : 172.24.2.09<br>
          Subnet mask : 255.255.0.0<br>
          Default gateway : 172.24.2.1<br>
          Computer Name : gh209<br>
          Preferred DNS Server : 172.31.1.30<br>
          Alternate DNS Server : 202.54.15.1<br>
          Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
          <p>IP address : 172.24.2.10<br>
            Subnet mask : 255.255.0.0<br>
            Default gateway : 172.24.2.1<br>
            Computer Name : gh210<br>
            Preferred DNS Server : 172.31.1.30<br>
            Alternate DNS Server : 202.54.15.1<br>
            Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
          <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Girls Hostel No 204</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.2.11<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : gh211<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.2.12<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.2.1<br>
        Computer Name : gh212<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Girls Hostel No 205</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.2.13<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : gh213<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.2.14<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.2.1<br>
        Computer Name : gh214<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Girls Hostel No 206</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.2.15<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : gh205<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Girls Hostel No 207</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.2.16<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : gh216<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Girls Hostel No 208</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.2.17<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : gh217<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.2.18<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.2.1<br>
        Computer Name : gh218<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
        <p>IP address : 172.24.2.19<br>
          Subnet mask : 255.255.0.0<br>
          Default gateway : 172.24.2.1<br>
          Computer Name : gh219<br>
          Preferred DNS Server : 172.31.1.30<br>
          Alternate DNS Server : 202.54.15.1<br>
          Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
          <p>IP address : 172.24.2.20<br>
            Subnet mask : 255.255.0.0<br>
            Default gateway : 172.24.2.1<br>
            Computer Name : gh220<br>
            Preferred DNS Server : 172.31.1.30<br>
            Alternate DNS Server : 202.54.15.1<br>
            Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
          <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Girls Hostel No 209</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.2.21<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : gh221<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.2.22<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.2.1<br>
        Computer Name : gh222<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Warden Residence</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.2.23 to 25<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : gh223<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Girls Hostel No 210</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.2.24<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : gh224<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.2.25<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.2.1<br>
        Computer Name : gh225<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.2.26<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.2.1<br>
        Computer Name : gh226<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.2.27<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.2.1<br>
        Computer Name : gh227<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac</td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Girls Hostel No 211</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.2.28<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : gh228<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Girls Hostel No 212</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.2.29<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : gh229<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Girls Hostel No 213</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.2.30<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : 30<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.24.2.31<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.24.2.1<br>
        Computer Name : gh231<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Reserved</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.24.2.32 to 35<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.24.2.1<br>
      Computer Name : gh269<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Main Office</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.21.2.01<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.21.1.1<br>
      Computer Name : LIB201<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.21.2.02<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.21.1.1<br>
        Computer Name : LIB202<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">MBA Book Section</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.21.2.03 to 07<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.21.1.1<br>
      Computer Name : LIB203 to 05<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Reading Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.21.2.08 to 27<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.21.1.1<br>
      Computer Name : LIB208 to 27<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Periodical room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.21.2.28 to 32<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.21.1.1<br>
      Computer Name : LIB228 to 32<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">UPS Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.21.2.32 to 33<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.21.1.1<br>
      Computer Name : LIB232 to 33<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Reference Section</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.21.2.34 to 38<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.21.1.1<br>
      Computer Name : LIB234 to 38<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">E-Media Section</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.21.2.39 to 43<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.21.1.1<br>
      Computer Name : LIB239 to 43<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">IPR Section</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.21.2.43 to 47<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.21.1.1<br>
      Computer Name : LIB219 to 23<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Reserved</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.21.2.48 to 62<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.21.1.1<br>
      Computer Name : LIB252 to 63<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No 3201 : Class Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.3.01<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT301<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.31.3.02<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.31.1.2<br>
        Computer Name : LT 302<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No 3202: Class Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.3.03<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT303<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.31.3.04<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.31.1.2<br>
        Computer Name : LT 304<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Room 3203</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.3.05<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 305<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.31.3.06<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.31.1.2<br>
        Computer Name : LT 306<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Room 3204</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.3.07<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 307<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.31.3.08<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.31.1.2<br>
        Computer Name : LT 308<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Room 3205</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.3.09<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 308<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.31.3.10<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.31.1.2<br>
        Computer Name : LT 310<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Room 3206</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.3.11<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 311<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.31.3.12<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.31.1.2<br>
        Computer Name : LT 312<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.3.13<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 313<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.31.3.14<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.31.1.2<br>
        Computer Name : LT 314<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.3.15<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 315<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.31.3.16<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.31.1.2<br>
        Computer Name : LT 316<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no 3210: ERP Server Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.3.17 to 19<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 317 to 19<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no 3211: MBA LAB</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.3.20 to 68<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 320 to 368<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no 3212: Training Lab</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.3.68 to 80<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 368 to 80<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no 3215: Switch Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.3.81<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 381<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no 3215: Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.3.82<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 382<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.31.3.83<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.31.1.2<br>
        Computer Name : LT 383<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no 3216: Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.3.84<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 384<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.31.3.85<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.31.1.2<br>
        Computer Name : LT 385<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no 3217: Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.3.86<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 386<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.31.3.87<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.31.1.2<br>
        Computer Name : LT 387<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no 3218: Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.3.88<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 388<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.31.3.89<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.31.1.2<br>
        Computer Name : LT 389<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no 3219: Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.3.90<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 390<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.31.3.91<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.31.1.2<br>
        Computer Name : LT 391<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no 3220: Faculty Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.3.92<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 392<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.31.3.93<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.31.1.2<br>
        Computer Name : LT 393<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no 3221: Class Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.3.94<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 394<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.31.3.95<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.31.1.2<br>
        Computer Name : LT 395<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no 3222: Class Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.3.96<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 396<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.31.3.97<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.31.1.2<br>
        Computer Name : LT 397<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no 3223: Class Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.3.98<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 398<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.31.3.99<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.31.1.2<br>
        Computer Name : LT 399<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no 3101: Class Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.2.01<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 201<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.31.2.02<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.31.1.2<br>
        Computer Name : LT 202<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No 3102 : Class Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.2.03<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 203<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.31.2.04<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.31.1.2<br>
        Computer Name : LT 204<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No 3103 : Class Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.2.05<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 205<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.31.2.06<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.31.1.2<br>
        Computer Name : LT 206<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No 3104 : Guard Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.2.07<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 207<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.31.2.08<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.31.1.2<br>
        Computer Name : LT 208<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Maintenance Cell:</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.2.09 to 28<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 209 to 28<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no 3110: Music Room (Hall)</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.2.33 to 57<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 229 to 57<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no 3111: Music Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.2.29 to 33<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT 229 to 33<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No 3112 : Class Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.2.58<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT58<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No 3113 : Class Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.2.59<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT59<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No 3115 : Class Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.2.60<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT60<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="5">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Reserved</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.31.2.61 to 70<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.31.1.2<br>
      Computer Name : LT61 to 70<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">T Lahiri Residence</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.50<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH250<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">FO Residence</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.51<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH251<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Mr. Anupam Residence</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.52<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH252<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Dr. S.Sanyal Residence</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.53<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH253<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Ms. M.Hema.Bindu Residence</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.54<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH254<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">AR Residence</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.55<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH255<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 101</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.1<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH21<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.23.2.2<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.23.1.1<br>
        Computer Name : VH22<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 102</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.3<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH23<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.23.2.4<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.23.1.1<br>
        Computer Name : VH24<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 103</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.5<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH25<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.23.2.6<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.23.1.1<br>
        Computer Name : VH26<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 104</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.7<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH27<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 105</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.8<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH28<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 106</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.9<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH29<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 107</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.10<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH210<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 108</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.11<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH211<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.23.2.12<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.23.1.1<br>
        Computer Name : VH212<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 109</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.13<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH213<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.23.2.14<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.23.1.1<br>
        Computer Name : VH214<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 110</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.15<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH215<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.23.2.16<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.23.1.1<br>
        Computer Name : VH216<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 201</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.17<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH217<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.23.2.18<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.23.1.1<br>
        Computer Name : VH218<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 202</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.19<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH219<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.23.2.20<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.23.1.1<br>
        Computer Name : VH220<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 203</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.21<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH221<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 204</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.23<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH223<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 205</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.24<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH224<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 206</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.25<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH225<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 207</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.26<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH226<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 208</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.27<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH227<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 210</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.28<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH228<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 211</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.29<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH229<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 212</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.30<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH230<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 213</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.31<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH231<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 214</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.32<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH232<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 214</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.33<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH233<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 215</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.34<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH234<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 216</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.35<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH235<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 217</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.36<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH236<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 218</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.137<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH237<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 219</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.38<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH238<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 220</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.40<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH240<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.23.2.41<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.23.1.1<br>
        Computer Name : VH241<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 221</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.42<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH242<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.23.2.43<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.23.1.1<br>
        Computer Name : VH243<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 222</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.43<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH243<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 223</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.44<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH244<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 224</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.45<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH245<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 225</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.46<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH246<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 301</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.47<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH247<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 302</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.48<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH248<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 303</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.49<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH249<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 304</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.22<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH222<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 305</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.39<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.1.1<br>
      Computer Name : VH239<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Visitor Hostel No 306</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.23.2.52<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.23.2.1<br>
      Computer Name : VH252<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No 1101 : RECEPTION Office</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.18.2.10<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : Admin210<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.18.2.11<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.18.1.1<br>
        Computer Name : Admin211<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No 1102 : FINANACE ADVISER Office</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.18.2.12<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : Admin212<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.18.2.13<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.18.1.1<br>
        Computer Name : Admin213<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No 1103: Senate Hall</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.18.2.14<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : Admin214<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.18.2.15<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.18.1.1<br>
        Computer Name : Admin215<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
        <p>IP address : 172.18.2.16<br>
          Subnet mask : 255.255.0.0<br>
          Default gateway : 172.18.1.1<br>
          Computer Name : Admin216<br>
          Preferred DNS Server : 172.31.1.30<br>
          Alternate DNS Server : 202.54.15.1<br>
          Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
          <p>IP address : 172.18.2.17<br>
            Subnet mask : 255.255.0.0<br>
            Default gateway : 172.18.1.1<br>
            Computer Name : Admin217<br>
            Preferred DNS Server : 172.31.1.30<br>
            Alternate DNS Server : 202.54.15.1<br>
            Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
            <p>IP address : 172.18.2.18<br>
              Subnet mask : 255.255.0.0<br>
              Default gateway : 172.18.1.1<br>
              Computer Name : ADMIN218<br>
              Preferred DNS Server : 172.31.1.30<br>
              Alternate DNS Server : 202.54.15.1<br>
              Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
            <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no: 1108 FO Office</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.18.2.19<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : ADMIN219<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.18.2.20<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.18.1.1<br>
        Computer Name : ADMIN220<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no: 1109 E.S to Director Office</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.18.2.21<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : ADMIN221<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no: 1110 Dir. Record Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.18.2.22<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : ADMIN222<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.18.2.23<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.18.1.1<br>
        Computer Name : ADMIN223<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no: 1111 &amp; 1112: Director Office</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.18.2.24<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : ADMIN224<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.18.2.25<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.18.1.1<br>
        Computer Name : ADMIN225<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
        <p>IP address : 172.18.2.26<br>
          Subnet mask : 255.255.0.0<br>
          Default gateway : 172.18.1.1<br>
          Computer Name : ADMIN236<br>
          Preferred DNS Server : 172.31.1.30<br>
          Alternate DNS Server : 202.54.15.1<br>
          Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
          <p>IP address : 172.18.2.27<br>
            Subnet mask : 255.255.0.0<br>
            Default gateway : 172.18.1.1<br>
            Computer Name : ADMIN237<br>
            Preferred DNS Server : 172.31.1.30<br>
            Alternate DNS Server : 202.54.15.1<br>
            Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
            <p>IP address : 172.18.2.28<br>
              Subnet mask : 255.255.0.0<br>
              Default gateway : 172.18.1.1<br>
              Computer Name : ADMIN238<br>
              Preferred DNS Server : 172.31.1.30<br>
              Alternate DNS Server : 202.54.15.1<br>
              Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
            <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no 1114: Waiting Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.18.2.29<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : ADMIN239<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.18.2.30<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.18.1.1<br>
        Computer Name : ADMIN240<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
        <p>IP address : 172.18.2.31<br>
          Subnet mask : 255.255.0.0<br>
          Default gateway : 172.18.1.1<br>
          Computer Name : ADMIN251<br>
          Preferred DNS Server : 172.31.1.30<br>
          Alternate DNS Server : 202.54.15.1<br>
          Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
          <p>IP address : 172.18.2.32<br>
            Subnet mask : 255.255.0.0<br>
            Default gateway : 172.18.1.1<br>
            Computer Name : ADMIN232<br>
            Preferred DNS Server : 172.31.1.30<br>
            Alternate DNS Server : 202.54.15.1<br>
            Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
            <p>IP address : 172.18.2.33<br>
              Subnet mask : 255.255.0.0<br>
              Default gateway : 172.18.1.1<br>
              Computer Name : ADMIN237<br>
              Preferred DNS Server : 172.31.1.30<br>
              Alternate DNS Server : 202.54.15.1<br>
              Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
            <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no 1115: Board Room</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.18.2.34<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : ADMIN234<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.18.2.35<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.18.1.1<br>
        Computer Name : ADMIN235<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
        <p>IP address : 172.18.2.36<br>
          Subnet mask : 255.255.0.0<br>
          Default gateway : 172.18.1.1<br>
          Computer Name : ADMIN236<br>
          Preferred DNS Server : 172.31.1.30<br>
          Alternate DNS Server : 202.54.15.1<br>
          Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
          <p>IP address : 172.18.2.37<br>
            Subnet mask : 255.255.0.0<br>
            Default gateway : 172.18.1.1<br>
            Computer Name : ADMIN237<br>
            Preferred DNS Server : 172.31.1.30<br>
            Alternate DNS Server : 202.54.15.1<br>
            Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
            <p>IP address : 172.18.2.38<br>
              Subnet mask : 255.255.0.0<br>
              Default gateway : 172.18.1.1<br>
              Computer Name : ADMIN238<br>
              Preferred DNS Server : 172.31.1.30<br>
              Alternate DNS Server : 202.54.15.1<br>
              Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
            <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no 1117: Director Secretariat office</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.18.2.39<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : ADMIN239<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.18.2.40<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.18.1.1<br>
        Computer Name : ADMIN240<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
        <p>IP address : 172.18.2.41<br>
          Subnet mask : 255.255.0.0<br>
          Default gateway : 172.18.1.1<br>
          Computer Name : ADMIN241<br>
          Preferred DNS Server : 172.31.1.30<br>
          Alternate DNS Server : 202.54.15.1<br>
          Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
          <p>IP address : 172.18.2.42<br>
            Subnet mask : 255.255.0.0<br>
            Default gateway : 172.18.1.1<br>
            Computer Name : ADMIN242<br>
            Preferred DNS Server : 172.31.1.30<br>
            Alternate DNS Server : 202.54.15.1<br>
            Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
          <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no 1118: Dean Office</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.18.2.43<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : ADMIN243<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.18.2.44<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.18.1.1<br>
        Computer Name : ADMIN244<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no 1119: Dean Office</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.18.2.45<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : ADMIN245<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.18.2.46<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.18.1.1<br>
        Computer Name : ADMIN246<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no 1126: Auditorium</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : ADMIN247<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.18.2.48<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.18.1.1<br>
        Computer Name : ADMIN248<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
        <p>IP address : 172.18.2.49<br>
          Subnet mask : 255.255.0.0<br>
          Default gateway : 172.18.1.1<br>
          Computer Name : ADMIN249<br>
          Preferred DNS Server : 172.31.1.30<br>
          Alternate DNS Server : 202.54.15.1<br>
          Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
          <p>IP address : 172.18.2.50<br>
            Subnet mask : 255.255.0.0<br>
            Default gateway : 172.18.1.1<br>
            Computer Name : ADMIN250<br>
            Preferred DNS Server : 172.31.1.30<br>
            Alternate DNS Server : 202.54.15.1<br>
            Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
            <p>IP address : 172.18.2.51<br>
              Subnet mask : 255.255.0.0<br>
              Default gateway : 172.18.1.1<br>
              Computer Name : ADMIN251<br>
              Preferred DNS Server : 172.31.1.30<br>
              Alternate DNS Server : 202.54.15.1<br>
              Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
            <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no 1127: A.F.O. OFFICE</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.18.2.52<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : ADMIN252<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.18.2.53<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.18.1.1<br>
        Computer Name : ADMIN253<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room no 1128: SECURITY OFFICE</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.18.2.54<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : ADMIN254<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.18.2.55<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.18.1.1<br>
        Computer Name : ADMIN255<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">RESERVED for First Floor</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.18.2.56---TO---65<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : ADMIN255---TO---65<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No 1001 : AR Office</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.18.3.10<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : Admin310<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.18.3.11<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.18.1.1<br>
        Computer Name : Admin311<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No 1002 : Examination Cell (01)</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.18.3.12<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : Admin312<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.18.3.13<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.18.1.1<br>
        Computer Name : Admin313<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
        <p>IP address : 172.18.3.14<br>
          Subnet mask : 255.255.0.0<br>
          Default gateway : 172.18.1.1<br>
          Computer Name : Admin314<br>
          Preferred DNS Server : 172.31.1.30<br>
          Alternate DNS Server : 202.54.15.1<br>
          Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No 1003 : Examination Cell (02)</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.18.3.15<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : Admin315<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.18.3.16<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.18.1.1<br>
        Computer Name : Admin316<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
        <p>IP address : 172.18.3.17<br>
          Subnet mask : 255.255.0.0<br>
          Default gateway : 172.18.1.1<br>
          Computer Name : Admin317<br>
          Preferred DNS Server : 172.31.1.30<br>
          Alternate DNS Server : 202.54.15.1<br>
          Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">Room No 1006: Accounts</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.18.3.18<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : ADMIN318<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.18.3.19<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.18.1.1<br>
        Computer Name : ADMIN319<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
        <p>IP address : 172.18.3.20<br>
          Subnet mask : 255.255.0.0<br>
          Default gateway : 172.18.1.1<br>
          Computer Name : ADMIN320<br>
          Preferred DNS Server : 172.31.1.30<br>
          Alternate DNS Server : 202.54.15.1<br>
          Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
          <p>IP address : 172.18.3.21<br>
            Subnet mask : 255.255.0.0<br>
            Default gateway : 172.18.1.1<br>
            Computer Name : ADMIN321<br>
            Preferred DNS Server : 172.31.1.30<br>
            Alternate DNS Server : 202.54.15.1<br>
            Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
            <p>IP address : 172.18.3.22<br>
              Subnet mask : 255.255.0.0<br>
              Default gateway : 172.18.1.1<br>
              Computer Name : ADMIN322<br>
              Preferred DNS Server : 172.31.1.30<br>
              Alternate DNS Server : 202.54.15.1<br>
              Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
              <p>IP address : 172.18.3.23<br>
              Subnet mask : 255.255.0.0<br>
              Default gateway : 172.18.1.1<br>
              Computer Name : ADMIN323<br>
              Preferred DNS Server : 172.31.1.30<br>
              Alternate DNS Server : 202.54.15.1<br>
              Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
              <p>IP address : 172.18.3.24----UPTO----34<br>
              Subnet mask : 255.255.0.0<br>
              Default gateway : 172.18.1.1<br>
              Computer Name : ADMIN324--UPTO---34<br>
              Preferred DNS Server : 172.31.1.30<br>
              Alternate DNS Server : 202.54.15.1<br>
              Proxy Server : 172.31.1.1 port 8080http://www.iiita.ac.in/proxy.pac 
              <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">ROOM N0 1007: AR (II) OFFICE</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>Hindi officer<br>
      IP address : 172.18.3.35<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : ADMIN335<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>AR (Academic)<br>
        IP address : 172.18.3.36<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.18.1.1<br>
        Computer Name : ADMIN336<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
        <p>SO<br>
          IP address : 172.18.3.37<br>
          Subnet mask : 255.255.0.0<br>
          Default gateway : 172.18.1.1<br>
          Computer Name : ADMIN337<br>
          Preferred DNS Server : 172.31.1.30<br>
          Alternate DNS Server : 202.54.15.1<br>
          Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
          <p>E/M Engineer<br>
            IP address : 172.18.3.38<br>
            Subnet mask : 255.255.0.0<br>
            Default gateway : 172.18.1.1<br>
            Computer Name : ADMIN338<br>
            Preferred DNS Server : 172.31.1.30<br>
            Alternate DNS Server : 202.54.15.1<br>
            Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
            <p>PA TO A.F.O.<br>
              IP address : 172.18.3.39<br>
              Subnet mask : 255.255.0.0<br>
              Default gateway : 172.18.1.1<br>
              Computer Name : ADMIN339<br>
              Preferred DNS Server : 172.31.1.30<br>
              Alternate DNS Server : 202.54.15.1<br>
              Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
              <p>EXTRA FOR ROOM NO 1007<br>
              IP address : 172.18.3.40<br>
              Subnet mask : 255.255.0.0<br>
              Default gateway : 172.18.1.1<br>
              Computer Name : ADMIN340---TO-----50<br>
              Preferred DNS Server : 172.31.1.30<br>
              Alternate DNS Server : 202.54.15.1<br>
              Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
              <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">ROOM NO 1011: XEROX</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.18.3.51<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : ADMIN351<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">ROOM NO 1013: AUDITORIUM</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.18.3.52---TO---57<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : ADMIN352---TO---56<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">ROOM NO 1014: PLACEMENT CELL</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.18.3.57&mdash;TO---61<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : ADMIN357<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">ROOM NO 1015:A.O.OFFICE</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.18.3.62<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : ADMIN364<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac<br>
      <p>IP address : 172.18.3.63<br>
        Subnet mask : 255.255.0.0<br>
        Default gateway : 172.18.1.1<br>
        Computer Name : ADMIN365<br>
        Preferred DNS Server : 172.31.1.30<br>
        Alternate DNS Server : 202.54.15.1<br>
        Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
      <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>
<table cellpadding="5" cellspacing="0">
  <tr>
    <td width="700" bgcolor="#000000" class="AQHeader">RESERVED</td>
  </tr>
  <tr>
    <td bgcolor="#5E668F"><p>IP address : 172.18.3.64 &amp; 65<br>
      Subnet mask : 255.255.0.0<br>
      Default gateway : 172.18.1.1<br>
      Computer Name : ADMIN364 &amp; 65-<br>
      Preferred DNS Server : 172.31.1.30<br>
      Alternate DNS Server : 202.54.15.1<br>
      Proxy Server : 172.31.1.1 port 8080 http://www.iiita.ac.in/proxy.pac 
        <font color="white">
        <p><span class="text">
            <!-- Logins: 0<br> 
            All Battles Fought: 0<br> -->
      </p></td>
  </tr>
</table>

<p>&nbsp;</p>
<p>&nbsp;</p> 
</center>
</BODY>
</HTML>