<div class="gmail_quote">On Wed, Sep 28, 2011 at 2:05 PM, PM <span dir="ltr"><<a href="mailto:ubuntu.bkn@gmail.com">ubuntu.bkn@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br><br><div class="gmail_quote"><div class="im"><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex"><div class="gmail_quote"><div></div><div>OK - let's see what it currently has configured. Post the output of 'ifconfig -a'<br>


</div></div></blockquote></div><div><br>Here is the output:<br><br><br><br>ubuntu@ubuntu:~$ ifconfig -a<br>eth0      Link encap:Ethernet  HWaddr 6c:f0:49:2b:b9:53  <br>          UP BROADCAST MULTICAST  MTU:1500  Metric:1<br>

          RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br>
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0<br>          collisions:0 txqueuelen:1000 <br>          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)<br>          Interrupt:26 <br><br></div></div></blockquote><div>

<br></div><div>This shows that the eth0 interface has no ip address associated with it, nor does it have a default gateway. It hasn't actually been configured.</div><div><br></div><div>If you want to configure this interface manually, then enter the following in /etc/network/interfaces (feel free to adjust the IP addresses to suit your network set-up - you mention that you use 192.168.1.11 as the gateway, so I've used the same value).<br>

<br></div><div><br></div><div><pre style="margin-top: 0px; margin-bottom: 10px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; font-size: 14px; vertical-align: baseline; background-color: rgb(247, 247, 247); overflow-x: auto; overflow-y: auto; width: auto; max-height: 600px; font-family: 'Ubuntu Mono', 'Ubuntu Beta Mono A', Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; color: rgb(51, 51, 51); line-height: 17px; text-align: left; ">

<code style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; vertical-align: baseline; background-color: rgb(224, 224, 224); font-family: 'Ubuntu Mono', 'Ubuntu Beta Mono A', Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; color: rgb(34, 34, 34); ">auto eth0
iface eth0 inet static
        address 192.168.1.50
        netmask 255.255.255.0
        network 192.168.1.11
        broadcast 192.168.1.255
        gateway 192.168.1.11</code></pre></div><div><br></div><div> Alternatively, you may prefer to configure this interface up to use DHCP and have the router hand out ip addresses - your choice.</div><div><br></div></div>

-- <br>Steve<br><br>When one person suffers from a delusion it is insanity. When many people suffer from a delusion it is called religion.<br><br>