hey everyone<br>thanxs for your overwhelming response to my query . your all suggestions were implemented by me and I have another response to your suggestions .Maybe it guides you all. A friend of mine suggested that they had deployed Riverbed Steelheads and lo! the problem of network bottlenecks vanished to a greater extent. he also informed me about WDS forum , a site of this particular company where much information can be gathered about steelheads.<br>
Wish me luck for deploying these steelheads.<br><br><div class="gmail_quote">On Fri, Mar 14, 2008 at 5:11 AM, Steve McMaster <<a href="mailto:steve@citadel8.net">steve@citadel8.net</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Not sure if this is what you're looking for, but this is how I do DHCP reservations:<br>
<br>
(excerpt from my /etc/dhcp3/dhcpd.conf file)<br>
<br>
subnet <a href="http://192.168.42.176" target="_blank">192.168.42.176</a> netmask <a href="http://255.255.255.240" target="_blank">255.255.255.240</a><br>
{<br>
        option routers <a href="http://192.168.42.177" target="_blank">192.168.42.177</a>;<br>
<br>
        host loremaster.citadel8.lan<br>
        {<br>
                hardware ethernet 00:0C:29:3C:EF:FC;<br>
                fixed-address <a href="http://192.168.42.178" target="_blank">192.168.42.178</a>;<br>
<div><div></div><div class="Wj3C7c">        }<br>
}<br>
<br>
----- Original Message -----<br>
From: "James Gray" <<a href="mailto:james.gray@dot.com.au">james.gray@dot.com.au</a>><br>
To: "Ubuntu user technical support, not for general discussions" <<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a>><br>
Sent: Thursday, March 13, 2008 5:39:53 PM GMT -05:00 US/Canada Eastern<br>
Subject: Re: Network Bottlenecks<br>
<br>
mathew hadden wrote:<br>
> I want to bind the IP address with the MAC Address of the phone.how to<br>
> do that?I dont want to give Static IP.<br>
<br>
Let me see if I understand your desired outcome:<br>
<br>
Phone + DHCP = constant IP?<br>
<br>
If that's what you're after, then it's fairly simple to add a host (MAC)<br>
specific stanza to /etc/dhcpd.conf to always hand out the same IP to<br>
that MAC.  I'm off-line ATM, and on my Mac lappy, so I can't look it up<br>
for you :(<br>
<br>
HTH<br>
<br>
James<br>
<br>
</div></div>--<br>
<div><div></div><div class="Wj3C7c">ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
<br>
--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</div></div></blockquote></div><br>