Live CD internet connection issue

Steve Flynn anothermindbomb at gmail.com
Wed Sep 28 14:56:29 UTC 2011


On Wed, Sep 28, 2011 at 2:05 PM, PM <ubuntu.bkn at gmail.com> wrote:

>
>
> OK - let's see what it currently has configured. Post the output of
>> 'ifconfig -a'
>>
>
> Here is the output:
>
>
>
> ubuntu at ubuntu:~$ ifconfig -a
> eth0      Link encap:Ethernet  HWaddr 6c:f0:49:2b:b9:53
>           UP BROADCAST MULTICAST  MTU:1500  Metric:1
>           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:1000
>           RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
>           Interrupt:26
>
>
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.

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).


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


 Alternatively, you may prefer to configure this interface up to use DHCP
and have the router hand out ip addresses - your choice.

-- 
Steve

When one person suffers from a delusion it is insanity. When many people
suffer from a delusion it is called religion.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20110928/a76d1375/attachment.html>


More information about the ubuntu-users mailing list