Connection Problems with newly purchased and ubuntu installed system

Jay Ridgley jridgley2 at austin.rr.com
Thu Mar 3 11:11:03 UTC 2011


On 03/03/2011 04:24 AM, ubuntu-users-request at lists.ubuntu.com wrote:
> Date: Wed, 2 Mar 2011 17:06:45 -0800 From: MR ZenWiz <mrzenwiz at gmail.com> To:
> "Ubuntu user technical support, not for general discussions"
> <ubuntu-users at lists.ubuntu.com> Subject: Re: Connection Problems with newly
> purchased and ubuntu installed system Message-ID:
> <AANLkTi=kyDzA2GvU-HwHeO+Wohnt9HFjAu5wN0wtcoUQ at mail.gmail.com> Content-Type:
> text/plain; charset=ISO-8859-1 On Wed, Mar 2, 2011 at 4:42 PM, Jay Ridgley
> <jridgley2 at austin.rr.com> wrote: :
>> >
>> >  I am using dhcp to connect but a connection is not granted. What is the
>> >  problem or where should I start looking to discover the reason why?
>> >
> It might help if we had some clue as to what your configuration looked like....
>

I am including the chcpd.conf file below:

  # DHCP configuration for CDJ Systems Wireless subnet of a Belkin Access Point
  # Updated to reflect changed ethernet ids. CDJ Systems - 02/27/2011

  ddns-update-style interim;
  ignore client-updates;

  # DHCP for eth0 - outside world connection via cable modem
  #  no entries here

  # Static subnet for eth3

  subnet 192.168.xxx.0 netmask 255.255.255.240 {
            option routers 192.168.xxx.2;
            option subnet-mask 255.255.255.240;
            option domain-name-servers 24.xx.xx.127, 24.xx.xx.128;
            option ip-forwarding off;
  }

  # DHCP subnet a wireless Access Point for eth4

  subnet 192.168.xxx.32 netmask 255.255.255.240 {
      range 192.168.xxx.35 192.168.xxx.39;
          option routers 192.168.xxx.34;
          option subnet-mask 255.255.255.240;
          option broadcast-address 192.168.xxx.47;
          option domain-name-servers 24.xx.xx.127, 24.xx.xx.128;
          option ip-forwarding off;
          default-lease-time 21600;
          max-lease-time 43200;
  }

  # Include a static ip address for the Access Point (per vendor)

  host bear_den {
          hardware ethernet 00:11:50:45:7A:42;
          fixed-address 192.168.xxx.33;
}

What else do you need to see?
As I said in my post everything is work ing except the connection to the 
Internet (eth0)

Thanks,
Jay

-- 


Jay Ridgley
jridgley2 at austin.rr.com
Registered Linux User ID - 9115
Registered Ubuntu User ID - 23320




More information about the ubuntu-users mailing list