Ubuntu Networking :: Get A Dhcp Server Running On Laptop

Jan 19, 2010

I'm trying to get a dhcp server running on my laptop. I want devices to be able to connect to a wireless AP I've set up (using hostapd) to then connect to the rest of the internet via my ethernet connection from the laptop.

However, I can't get dhcp to work properly. It always fails, leaving this message in the syslog

Code:
Jan 19 15:49:15 lucid-laptop dhcpd: WARNING: Host declarations are global. They are not limited to the scope you declared them in.
Jan 19 15:49:15 lucid-laptop dhcpd: WARNING: Host declarations are global. They are not limited to the scope you declared them in.

[Code].....

View 2 Replies


ADVERTISEMENT

Networking :: Cinstall Dhcp Server Up & Running In Cent Os 5.3?

Feb 3, 2010

how to install dhcp server up & running in cent os 5.3

View 2 Replies View Related

Ubuntu Networking :: DHCP Server No Longer Responses To DHCP Requests - Can't Ping Gateway

Oct 22, 2010

Back in April I set up a Ubuntu DHCP server and a multiple VLAN network [URL] to migrate our various servers, workstations, etc off the 192.168.1.1 /24 network that everything was on because we where running out of address space. I built out the new network and everything worked great except our AD server would never get an IP address from the DHCP server (static reservation) and even if I set the IP statically on the AD server it couldn't ping the gateway and noone could log in. After several attempts to resolve this, including bringing in outside help, we where never able to figure out what the problem was.

Now 6 months later I have time to revisit the issue without effecting the live network. I used Acronis and imaged the AD server last Friday, cloned it on to another box with the same hardware, and put it up on the new network that's been sitting unused for the last 6 months. Today when I statically set the IP on the AD server (which is what I want) it connects and I can ping it's gateway 192.168.1.1 and all the way across vlans to a test sales agent workstation at 192.168.8.xxx on vlan 800 but only if I statically assign the agents station an IP address. When I try to get an IP address via DHCP it fails as destination unreachable. Nothing has changed in the last 6 months on the DHCP server but now it for some reason can't ping its default gateway 192.168.1.1. All of the config files are the same as they where left from the post linked above aside from the vlan id's used where changed from 1's to 100's (i.e. vlan 3 is now vlan 300) /etc/network/interfaces

Code:

auto lo
iface lo inet loopback
auto vlan100
iface vlan100 inet static

[code]....

why it can't reach the gateway, when I do a tcpdump I can see the DHCP requests come in on eth0 but the server never responds and I'm pretty sure its because it isn't "seeing" them since it thinks there isn't a network connection but I don't know how to trouble shoot to find out where the problem lies.

View 6 Replies View Related

Ubuntu Networking :: DHCP Server No Longer Responds To DHCP Requests - Can't Ping Gateway

Jul 1, 2010

Back in April I set up a Ubuntu DHCP server and a multiple VLAN network [URL] to migrate our various servers, workstations, etc off the 192.168.1.1 /24 network that everything was on because we where running out of address space. I built out the new network and everything worked great except our AD server would never get an IP address from the DHCP server (static reservation) and even if I set the IP statically on the AD server it couldn't ping the gateway and noone could log in. After several attempts to resolve this, including bringing in outside help, we where never able to figure out what the problem was.

Now 6 months later I have time to revisit the issue without effecting the live network. I used Acronis and imaged the AD server last Friday, cloned it on to another box with the same hardware, and put it up on the new network that's been sitting unused for the last 6 months. Today when I statically set the IP on the AD server (which is what I want) it connects and I can ping it's gateway 192.168.1.1 and all the way across vlans to a test sales agent workstation at 192.168.8.xxx on vlan 800 but only if I statically assign the agents station an IP address.

When I try to get an IP address via DHCP it fails as destination unreachable. Nothing has changed in the last 6 months on the DHCP server but now it for some reason can't ping its default gateway 192.168.1.1. All of the config files are the same as they where left from the post linked above aside from the vlan id's used where changed from 1's to 100's (i.e. vlan 3 is now vlan 300) /etc/network/interfaces

Code:

auto lo
iface lo inet loopback
auto vlan100

[code]....

why it can't reach the gateway, when I do a tcpdump I can see the DHCP requests come in on eth0 but the server never responds and I'm pretty sure its because it isn't "seeing" them since it thinks there isn't a network connection but I don't know how to trouble shoot to find out where the problem lies.

View 2 Replies View Related

Ubuntu Networking :: If DHCP Not Available - Fallback And Start DHCP Server?

Mar 8, 2010

Currently I have my eth0 interface getting a DHCP address but at times the DHCP server will not be reachable. Sooo what I would like my server to do is if it cannot find a DHCP server assign a static address to eth0. Then start the DHCP service so it can then dish out some addresses.How can I do this? Surely it is possible

View 2 Replies View Related

Networking :: Configure A (openSUSE) Client To Dhcp To EBox DHCP Server - Lease An IP Address

Mar 25, 2010

I am puzzled with trying to configure a linux (openSUSE) client to dhcp to eBox DHCP server. I am using dhclient to lease an IP address with dhclient eth0 -s 10.45.48.108 and get a response

openSUSE11232CL1 dhclient: DHCPDISCOVER on eth0 to 10.45.48.108 port 67 interval 4
openSUSE11232CL1 dhclient: DHCPOFFER from 10.45.48.108
openSUSE11232CL1 dhclient: DHCPREQUEST on eth0 to 10.45.48.108 port 67
openSUSE11232CL1 dhclient: send_packet: Network is unreachable
openSUSE11232CL1 dhclient: send_packet: please consult README file regarding broadcast address.

The server reports eBox141 dhcpd: DHCPDISCOVER from 00:0c:29:3e:57:a3 (openSUSE11232CL1.domain.net) via eth0
eBox141 dhcpd: DHCPOFFER on 10.45.200.2 to 00:0c:29:3e:57:a3 (openSUSE11232CL1.domain.net) via eth0

I interpret this as the server receives the request and the client accepting it but the lease does not last long and the connection breaks. what this could be and why the connection breaks? Or my undestanding is totally wrong on how it works and should work? And BTW, where is that README file that's referenced in the message I receive on the client?

View 2 Replies View Related

Ubuntu :: Setting Up A Wireless Dhcp/dns Server On Laptop?

Nov 4, 2010

I'm interested in the possibility of setting up a sort of hotspot using my laptop that will act as both a DHCP and DNS server in the hopes of running a softroot on my Nook e-reader.

According to the instructions posted here: [URL] I need to use Windows 7 and a couple different applications. Windows 7 is not an option for me, as I have Ubuntu Netbook 10.10 installed and would like to keep it that way. Can anyone offer any clues as to what I would need to use?

View 1 Replies View Related

Ubuntu Networking :: Remote Access A PC (running Winxp) From Laptop (running Ubuntu 10.10) Over Internet

Jan 12, 2011

I need to remote access a PC(running winxp) from my laptop(running ubuntu 10.10) over internet.

View 1 Replies View Related

Ubuntu :: Can't Connect To Server Using Laptop Running XP

Oct 12, 2010

I had my Ubuntu Linux 8.10 Server working fine. I moved the location. The only change was the IP. I changed interfaces to reflect my new IP. Everything works except now I can not connect to my server using my laptop running XP. Before the move I had no problem connecting to the server with my laptop. Windows can see the server but will not connect. Can changing the server IP affect Samba?

View 6 Replies View Related

Ubuntu Networking :: Find Gateway - DHCP Server - DNS Server From CLI ?

May 27, 2010

On a remote system, when all you have is the ssh CLI -

How do you find out the ip addresses for:the Gateway
the DHCP server
the DNS server

Don't need to make any changes.

Which commands will display this info?

View 1 Replies View Related

Networking :: Setup Laptop Running Ubuntu 10.04 Into Router?

Jun 18, 2010

\How can i setup my computer (currently running Ubuntu 10.04 lts) into a router so that other laptop can have a wireless connection to it and be able to access the Internet?

View 4 Replies View Related

Ubuntu Networking :: Bluetooth HSP Not Working On Laptop Running 10.10?

Oct 30, 2010

I bought a DELL Bluetooth Headset and paired with my laptop running Ubuntu 10.10. I can connect to Audio Sink service on my bluetooth headset and it works but I couldn't connect to Headset service on my bluetooth headset. Bluez daemon quits when I try to connect to Headset service. The same bluetooth headset works fine with my XP. I can connect to Audio Sink and HSP service in my XP.

View 2 Replies View Related

Ubuntu Servers :: DHCP Server And DHCP Client Simultaneously?

Aug 4, 2010

I have an embedded device for which I've created an html configuration page. This page allows you to set static IPs, dhcp, and can scan for wireless devices.My problem is that in order to access the device it requires that it runs as a dhcp server otherwise people are not assigned an IP and so can not access the embedded devices static IP. (This config page is for the laymen and so they are not the type who are able to set up their own static IPs). One of the potential options is to have the device connect to the network on eth0 acting as a dhcp client. However this prevents me from running a dhcp server.One solution I can think of is running a dhcp server only if it doesn't detect another dhcp server running on the network.

View 4 Replies View Related

Slackware :: 13 (running On Laptop) Doesn't Strart X Server Without AC Adapter?

Jan 5, 2010

I'm using Slackware 13 on my laptop, but when I remove the AC power adapter and try to boot slackware my X server doesnt start. I had the same problem with Slackware 12, but I fixed it with adding a line in xorg.conf. Something like this:

Option "PowerAdaptor...." Now I dont remember the exact line... I'm not so sure about this line in xorg.conf.

View 2 Replies View Related

Networking :: Connecting Mybook 2 (external HDD) With Laptop Running Ubuntu 10.04?

Jun 3, 2010

im having problems connecting mybook 2 with my laptop. Everything was ok and running perfectly and there was no changes in my laptop or upgrades and it stop working. I was not able to see the computers in my network then I fixed it I can see them but when I try to browse the files the OS tells me that is unable to mount location and failed to retrieve share list from server. The funny part is that if I go to Places>Connect to server and type my mybook ip address, my laptop can connect and I can browse the files. I really dont know what is the problem. My firewall is down so I dont think that is the problem. If anyone can help me with these because I know im able to connect to my mybook but i am unable to connect to any other laptop or my WD-Tv live.

View 1 Replies View Related

Ubuntu Networking :: Can't Use Static Ip On Dhcp Server

Aug 17, 2010

I have 2 Ethernet connections, one (eth0) for the internet which gets set with dhcp, and one (eth1) for my internal network on which I have dhcp3-server running. I set eth1 to use static IP in interfaces, but every time I reset the network, it is fine for a couple of minutes, and switches over do being served by my own dhcp server on the same machine. (the interfaces file clearly says "iface eth1 inet static")

View 7 Replies View Related

Ubuntu Networking :: Server 8.04 - Installer Cannot See A DHCP ?

Dec 13, 2010

I reinstalled Ubuntu server, now, as always I have to start off with 8.04 then upgrade to 10.04, and I've never had a problem with this before on this machine or any other for that matter. The problem is, this time I have installed and Ubuntu installer cannot see a DHCP, I go a head and install anyway and fire up Ubuntu and there is no internet access, I have two network cards plugged in, when I type in ifconfig it shows only lo and no network cards, and yet when I check lspci ot shows both network cards are there and when either are plugger in it shows connection on both the connector at the stack end and on the router.

View 5 Replies View Related

Ubuntu Networking :: Setup A Dhcp Server

May 6, 2011

i have a homework where i have to set up a dhcp server on linux. I am using ubuntu. I tried following: [URL] However after running "sudo apt-get install dhcp3-server" the file "/etc/default/dhcp3-server" does not appear.

View 9 Replies View Related

Debian :: Suspend On Console Without The X Server Running The Laptop Wakes Up To A Blank Screen?

Feb 26, 2011

I'm using a dell latitude d630 with an nvidia quadro 135M card. I'm able to suspend without any problems while running the X server. If I try to suspend on console without the X server running, the laptop wakes up to a blank screen. The screen remains blank and my only resort is to type sudo halt (with the screen off).I'm using the proprietary nvidia driver with the nvidia-kernel package on testing.

View 4 Replies View Related

Ubuntu Networking :: Slow File Sharing \ Copy Some Files From Laptop(also Running 10.04) And Getting Around 300-500 Kb/s?

Aug 9, 2010

I recently got my D-Link DWA-556 pci card working with my new desktop with Ubuntu 10.04 64-bit. Connection speed is good, but local network file transfer speeds are pitiful. I'm trying to copy some files from my laptop(also running 10.04) and I'm getting around 300-500 kb/s, which is actually lower than my typical download speeds. Anyone know what the problem might be? output of iwconfig is this:

Code:
wlan0 IEEE 802.11bgn ESSID:"linksys"
Mode:Managed Frequency:2.412 GHz Access Point: 00:1D:7E:59:04:0E

[code]....

View 3 Replies View Related

Ubuntu Networking :: Laptop Running Vista Can Connect To The Internet But Its Not Visible On The Network?

Feb 21, 2011

i have 3 comps(running ubuntu 10.04) and a laptop(running vista sp2). i have installed samba on all ubuntu comps. i have a printer attached to one of the comps and it has been shared also the internet connection on that comp has been shared. all the computers are connected using lan cables through an ethernet switch. i also have a wireless router which is connected to the ethernet switch.

I am able to view all the comps on the network except the laptop running vista. all the desktops are visible on the network and are able to print and share files on the network and also connect to the internet.the laptop running vista can connect to the internet but its not visible on the network and nor can it share files across the network or access the printer.all the systems have a static ip.

View 9 Replies View Related

Ubuntu Networking :: DHCP Server Not Handing Out Addresses?

Oct 20, 2010

I have a MacBook Pro running VirtualBox with Ubuntu 10.10 as a guest. I am trying to run a DHCP server from within the Ubuntu VM. I need to do this in order to run a multicast utility. On a stand alone machine running Fedcora I have this working without fail but within the Ubuntu VM I am having troubles. The DHCP server is starting okay, but when I use a cross over cable connected to a device the device does not ever get an address.I have eth1 bound to my ethernet jack where I am trying to source the addresses, and eth2 bound to my airport which is disabled unless I need internet access.Here is my DHCP.conf file

Code:
###############################################################################
# Amino Communications Sample dhcpd.conf file #

[code]....

View 3 Replies View Related

Ubuntu Networking :: Public IP Vs Private IP For DHCP Server?

Feb 12, 2011

My Ubuntu server is now providing routing duties to my network, but I'm having trouble opening ports to my network. I have a DynDNS account, so the IP is always current, but I can't ping even my IP directly.

My network map looks like

Internet > SpeedTouch DSL modem with DHCP > eth1 > Ubuntu > eth0 > LAN

With the modem providing a 192.168.1.xx IP to eth1, I can browse fine. The default gateway is my modem. I switched to the public IP of the modem so I could use iptables for firewall duties, but I was locked out of the internet. No gateway was set when I did that, but eth1 received the public IP of my modem.

How can I use the public IP assigned to eth1?

View 6 Replies View Related

Networking :: Dhcp Server With Two Subnets?

Mar 17, 2010

I'm trying to build a linux(fedora 12) dhcpd server(and gateway), that have 3 network cards(eth0 have with public ip, eth1 192.168.2.1 class and eth3 with 192.168.3.1 class).

Because I have just a switch, I want to put both cables(from eth1, eth2) in the switch. Every client has 2 network card(eth0, eth1). My question is, is there any way to conf eth0 to take from server ip from 192.168.2.1 class, and eth1 from 192.168.3.1? The internet will work only on eth0.

my dhcpd.conf for now looks like this:

subnet 192.168.2.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
option routers 192.168.2.1;

[Code]....

View 1 Replies View Related

Ubuntu Networking :: Configure A DHCP Server But When Try To Start It It Just Fails?

Jan 10, 2010

I'm trying to configure a DHCP server but when I try to start it it just fails.

Code:
log
Jan 10 16:25:52 SRV-LINUX00 dhcpd: Copyright 2004-2008 Internet Systems Consortium.

[code]....

View 5 Replies View Related

Ubuntu Networking :: Different DHCP Behavior In Server Versus Desktop

Jan 20, 2010

I've noticed something strange in the behavior of how Ubuntu server obtains it's IP address versus Ubuntu desktop and other versions of linux and Windows. When Ubuntu desktop obtains an IP address from my router that address is retained from one bootup to the next, same behavior as Windows, SuSE, and pretty much any other OS. Ubuntu server on the other hand grabs a different IP address everytime it boots. At first I guessed it was a difference in /etc/dhcp3/dhclient.conf so I replaced it with the dhclient.conf from Ubuntu desktop but no dice, it still grabs a new address every time.

In /etc/network/interfaces Ubuntu server defines the loopback interface and primary network interface, just as it should but Ubuntu desktop does not define the network interface, only the loopback interface. I'm guessing something else controls does this. Desktop appears to be storing previous IP lease information in /var/lib/dhcp3/dhclient.eth0.leases but server doesn't, /var/lib/dhcp3/dhclient.leases is always empty and there's no other files in /var/lib/dhcp3/.

Apparently something isn't writing old lease info there. Without setting a static IP address, how can Ubuntu server be configured to retain the same IP address between boots like Ubuntu desktop?I'm using Ubuntu server 8.04LTS, Ubuntu desktop 9.10 & 9.04, SuSE 11.0, Linux Mint, Windows XP, pfSense 1.2.2 as router.

View 9 Replies View Related

Ubuntu Networking :: Configure Second Ethernet Card For A Dhcp/dns Server?

Mar 2, 2010

i already have an eth0 configured to automatically get its info from dhcp.

but i wanna configure eth1 to be able to serve dhcp and dns. i havent configured either dns or dhcp server on the server box since i have not configured the serving interface.

so far my interfaces file is:

Code:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp

[Code]....

View 1 Replies View Related

Ubuntu Networking :: Jaunty Server DHCP Renewal Fails Sometimes?

Jun 3, 2010

Ubuntu Jaunty Server connected via eth0 to a Billion residential ADSL router. I've locked the server MAC address to a specific IP in the router and set the DHCP renewal times to the longest possible times. For a certain number of days, the server will remain connected to the router, but then for some reason (the last time it was after about a month), the server loses it's connect and dumps into syslog the following:


Code:
Jun 2 17:10:15 defiant dhclient: DHCPREQUEST of 192.168.1.105 on eth0 to 192.168.1.254 port 67
Jun 2 17:11:26 defiant dhclient: last message repeated 5 times

[code]....

View 5 Replies View Related

Ubuntu Networking :: Make Server Accessible With A DHCP Address?

Nov 1, 2010

The cable internet I'm using runs on Dynamic DHCP IP addresses. I changed it to a static IP address in my router settings, but it keeps changing. This means that I can't connect to my home server from a remote location.

Is there anyway to run my ubuntu server on a DHCP IP address without connecting through my router 192.168.1.xxx?

View 1 Replies View Related

Ubuntu Networking :: Server: Dhcp - No Static - Cannot Ping Router ?

Dec 9, 2010

Fresh install of 10.04.1 server; installs seamlessly; finds network no problem.

However, establishing static connection is driving me batty. Will not take. I've reconfigured "interfaces" file several times. My fingers are numb ifdown-ing and ifup-ing and /etc/init.d/network restart-ing.

I have two files in /etc/network ... interfaces and interfaces~ (one static and the other dhcp). I can switch them in and out of play. The dhcp works and pings out like a champ. static is dead, just dead. Cannot ping router ... nothing.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved