Fedora Servers :: Dhcpd Option Depending On Manufacturer?

Jan 7, 2010

I would like to send a specific option 15, domain-name, to a few clients on a network from a specific manufacturer. Usually all clients [URL] from the DHCP server, but when a client with mac address bellonging to manufaturer A asks for an IP address I would like to give them [URL] How would I go about doing this? Feels like it should be possible but I am not sure how.. I remember doing something similar in a microsoft DHCP server using vendor-identifier and passing out a vendow-specific option.

Quote:

class "xxx" {
match if substring (hardware, 1, 3) = 00:00:10;
option domain-name "yes.this.works.com";
}
/Carl

View 1 Replies


ADVERTISEMENT

Ubuntu :: Option Domain-name And Option Domain-name-servers Lines Required In Dhcpd.conf?

Feb 16, 2010

Ubuntu Server 9.10I want to set up my dhcp server to also be my DNS server so do I skip these lines or point them at the same server that the config file is on?

View 4 Replies View Related

Fedora Servers :: Can't Install Dhcpd On F12/13?

Sep 26, 2010

I am trying to install dhcpd on my Fedora 13 VM. I'm using VirtualBox and I installed using the i686 image. I did yum update and everything was fine. When I do yum install dhcpd , I get the following error.

Quote:
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
No package dhcpd available.
Nothing to do

I also tried yum clean to clear cache but that didn't help either. I installed Fedora 12 in a different VM and tried but with no luck. Also tried installing using i386 DVD but same error. I should also mention that what I'm trying to do is that I'm trying to set up a relay agent on my Fedora gateway.

View 3 Replies View Related

Fedora Servers :: DHCPD Failed To Start In F11

Jun 21, 2009

For some weird reason dhcpd fails to startup, but when I installed gadmin's dhcpd GUI configuration tool and click activate to start the DHCP server. It works, but for some reason I can't get it to start like a regular service. (Service dhcpd start) Fails without a error code or message.

View 14 Replies View Related

Fedora Servers :: Use Dhcpd To Assign Vpn Clients Their IP And Configuration?

Jan 24, 2009

Is there a way to use dhcpd to assign vpn clients their IP and configuration?

I'd like to have dhcpd listen on br0 (already set as 10.0.0.1) so that devices conecting through eth1 and tap0 (should I be using tun?) will get the same address pool.

View 7 Replies View Related

Fedora Servers :: DHCPD Daemon Failed To Start

Mar 5, 2009

I just got the problem while starting the dhcp daemon. Its showing failed. I need to start it for my clients to be autoinstalled. I am having CentOS 5.2 linux. I've installed all optional packages also while installing CentOS. How to start the dhcp daemon? I've tried the /etc/init.d/dhcpd start also. But it didnt work. Showing Failed.

View 1 Replies View Related

Fedora Servers :: BIND Dynamic Updates By DHCPD Not Working In 14?

Nov 28, 2010

The problem is that I have set up a test installation with DHCP server and DNS server on Fedora 14 and want to set up dynamic updates from the DHCPD to the NAMED. The problem is that any attempts to make updates of the DNS server fails with a "SERVFAIL" error. I can not even update it through the NSUPDATE tool. This is NAMED.CONF:

Code:
options {
directory "/var/named";

[code]....

View 3 Replies View Related

Ubuntu Servers :: How To Auto Suspend And Wol Depending On Usage

Jan 18, 2010

i have a pc that is set up as a torrent slave / file server and media pc i want to set i up so that is goes in to suspend when there is no need for it to be on. I wnat it to wake at a set time to run a cron script for me, to check if there are any new torrents out, if there are , download an seed to till rtorrent auto stops the seeding (for me thats set at 1:1), then go back in to standby mode, if there are no active downloads then i want it to go back in to standby straight away.

as its also used as a file server, is there any way to have the shares still visable, with the pc in stand by, then when a user accesses it wake up the server, and if there is no activity after a set time out then go back in to standby. i would also like it to wol when i try to ssh in to it as a htpc is runns moovida, i would also like it to only go in to standby mode if i am not playing a video.

View 1 Replies View Related

Ubuntu Servers :: Setting Up Website To Download Files From MU Depending On URL

May 31, 2011

I know a guy who has a website setup where he can download files from Megaupload with his premium account without signing in. He takes the MU link's ID, eg: URL... adds it to the end of the URL (URL...) and it downloads using the premium account logged in on the computer he has his site hosted on. We don't get along well and I would rather not ask him how he does it.

How would I set this up on my own computer? I can see this being extremely useful for me if I need to download some of my artwork or projects from MU but I don't want to sign in because I'm on a public computer or something. I already have everything installed on my computer to host a site. I have a simple "Hello World" page running on my webserver right now. I don't need help getting that part set up, just the rest of it.

View 1 Replies View Related

Ubuntu Servers :: Setting Up Website To Download Files From MU Depending On URL I Use

Jun 4, 2011

The original thread was closed because "Sounds as if you are trying to steal a service which you have not paid for. We do not support that kind of activity here on Ubuntu Forums." However, it's not stealing since I am only going to use this with accounts that I have legitimately paid for.This might not be the right place to post this... if that's the case, I apologize - please move it to the correct location.I know a guy who has a website setup where he can download files from Megaupload with his premium account without signing in. He takes the MU link's ID, eg: http://www.megaupload.com/?d=xxxxxxxxand adds it to the end of the URL (http://192.168.1.199/mu/?d=xxxxxxxx) and it downloads using his premium account logged in on the computer he has his site hosted on. We don't get along well and I would rather not ask him how he does it.

How would I set this up on my own computer to use my premium account? I can see this being extremely useful for me if I need to download some of my artwork or projects from MU but I don't want to sign in because I'm on a public computer or something or because the computer has MU blocked. I want this to be a private site that only I have access to since it's my premium account and my money. I am not asking how to circumvent megauploads download limit at all (I've already paid for it... no need to circumvent it).

I just need a nudge in the right direction. Thanks in advance for any help you can provide.I already have everything installed on my computer to host a site. I have a simple "Hello World" page running on my webserver right now. I don't need help getting that part set up, just the rest of it. I assume this has something to do with setting up a proxy server - I just don't know how to do that and make it work like I need it to.

View 3 Replies View Related

General :: Dhcpd Can't Create Dhcpd.pid Ubuntu 11.04 (natty)

Jun 20, 2011

I've found a lot of pages of how to fix the issue on older releases of dhcpd and ubuntu.

#>dhcpd
#> ...
#> Can't create PID file /var/run/dhcpd.pid: Permission denied.

I have tried creating the file and giving it permissions to be accessed, but that isn't solving the issue. I tried to go through some of the older fixes, and one was really close to working but lacked the same folders as I have.

EDIT: one solution that worked was to use ln -s /var/run/dhcp3-server/dhcpd.pid /var/run/dhcpd.pid dhcpd3 -cf /etc/dhcp3/dhcpd.conf at0

View 1 Replies View Related

Ubuntu Servers :: Dhcpd Not Updating DNS Records In Bind9?

Jun 26, 2010

I'm having trouble getting dhcpd to update DNS records in bind9. I'm not seeing any journal files created for bind9. The following appears in syslog when a client machine connects to the network:

Code:
Jun 26 04:07:22 ubuntu dhcpd: DHCPDISCOVER from 00:23:df:44:78:83 via eth0
Jun 26 04:07:23 ubuntu dhcpd: DHCPOFFER on 10.0.0.112 to 00:23:df:44:78:83 (Computer1) via

[code]....

View 3 Replies View Related

Fedora Servers :: Restrict Option In The Ntp.conf?

Aug 6, 2010

i have configured my pc to run ntpd service. but i don't understand this line in ntp.conf:

Code:

restrict 0.asia.pool.ntp.org mask 255.255.255.255 nomodify notrap noquery

View 2 Replies View Related

Fedora Servers :: DHCP - Cisco Option 150 For VoIP - Setup?

Oct 16, 2009

I just got DHCP working, but I need to add a "Pre-Defined Option" for the Cisco VoIP network here. At least that's what it's called in Windows. This "Pre-defined Option 150" is necessary on Windows dhcp servers tied to Cisco VoIP networks, but I have no idea where to start getting that set up in Fedora.

View 3 Replies View Related

Fedora Servers :: Vi Editing Etc/shadow - E45 'readonly Option Is Set - Add To Override

Jan 8, 2010

I'm learning to configure tftp-server and using vi editor - google search not helpful at least what comes up first - maybe different in Fedora ?

[url]

Code:

But . . . vi editing etc/shadow I get . . . E45: 'readonly' option is set (add ! to override)

In INSERT MODE - do I add ! as !wq instead of :wq as I found in google search (that's NOT working) - - or - do I add ! on the line to set tftp server password to * -or - what?

View 6 Replies View Related

Fedora :: Firefox Graphics Different Depending On Whether It Starts Normally Or From Startup

Apr 22, 2010

trying to get Firefox working properly. I have the tarball installed from Firefox�s site and am using Fedora 12 with KDE as the desktop environment. The problem is if I start Firefox normally, say, by just clicking on the firefox script, then the graphics will be rather crude; but when Firefox starts as soon as I log in (because I�ve configured it to auto-start) then the graphics will be nice and smooth. I�m having a hard time trying to find answers for this because I�m not exactly sure what�s happening? I think when it auto-starts as I log in, it�ll use... well, this is the bit I haven�t got a clue how to explain? I�d guess one time it uses QT, and the other time it�ll use GTK.

I don�t know why it�s doing this, and when it�s started normally and I go to shutdown most of the time it�ll come up with a crash report. There isn�t any difference in the way Firefox is being opened, the auto-start calls upon the same script that my shortcut uses, which is the same as clicking on the firefox script in the firefox folder. I have a few images attached to elucidate the problem. I understand I may not have made myself very clear, but I�m having a great deal of trouble understanding what precisely is going on.

Firefox can seem a bit glitchy when the crude graphics are in use. Like the mouse-overs which leave traces of the box behind when you move the mouse away. So I�m having to logout then back in if I�ve happened to close Firefox and want to reopen it...

View 3 Replies View Related

Fedora Installation :: "dismantle And Manufacturer's RAID Array"?

Jun 17, 2010

When I tried to install fedora13, f13's installer kept seeing my hard drivesas a "BIOS RAID set (mirrorred)".Ubuntu10.04's installer had the same problem withmy drives but that installer was less informative than f13's installer. U10.04's installerjust stalled in the first screen, the one with the word Ubuntu above five dots, giving no hintas to what it didn't like.My pc came from Dell with 2 identical SATA hard drives in a RAID level one array.I changed CMOS settings from "RAID ON" to "ON" for each hard drive. That did not dismantle the RAID configuration, at least notin a way that satisfied f13's installer.

I reinstalled xp and tried to install f13 after a minimal xp installation.f13's installer detected "BIOS RAID metadata."What is it that f13's installer is detecting?I thought this might have something to do with nVidia's nForce4 Serial ATA RAID controllers. These are installed when you install the version xp that came with my system, not like most other drivers which you install after xp.I contacted nVidia but theycouldn't help me with this.Well, it turns out to be Dell's fault. They place this "BIOS RAID metadata"in a special place on each hard drive of a RAID set. It survives even the formatting that accompanies a reinstallation of xp.

If you want to truly dismantle a manufacturer's RAID set, you must use software like "dban" (www.dban.org) to thoughly wipe clean the drives. Download dban, burned it to a cd, then boot that cd. dban's auto??? command didn't work for me but its dod command did the trick. The process took aout seven hours for each of my 160gb hard drives. Hey, i was real impressed by the help i got throughout all the twists and turns that took this problem far away from the original statement Special thanks to Scotty38and to the "Troy Polamalu looking" young man working at Best Buy here in Little Rock, he understands how manufacturer's are shipping their pcs.

View 3 Replies View Related

Fedora :: Can't Install Dhcpd On F12 / 13 - Fix It?

Sep 25, 2010

I am trying to install dhcpd on my Fedora 13 VM. I'm using VirtualBox and I installed using the i686 image. I did yum update and everything was fine. When I do yum install dhcpd , I get the following error.

Quote:

Loaded plugins: presto, refresh-packagekit
Setting up Install Process
No package dhcpd available.
Nothing to do

View 5 Replies View Related

Fedora :: How To Add Dhcpd Client

Jun 24, 2010

how to add dhcpd client in fedora

View 5 Replies View Related

Ubuntu Servers :: Dhcp3-server Fails To Start - Can't Open /etc/dhcp3/dhcpd.conf: Permission Denied

Oct 1, 2010

I installed dhcpd using:

Code:

Now when I try to run it, I get this weird error:

Code:

The error was:

I changed permissions to 777:

Code:

To no avail!

It's got something to do with AppArmor.

I don't think it is installed on this system:

Code:

View 1 Replies View Related

Fedora :: F12 - DHCPD Will Not Auto Start?

Feb 16, 2010

On my local network, I use my Linux machine running dhcpd and IP masquerade as a gateway to the internet. As it is, the setup works just fine, and I've enabled dhcpd in all runlevels in the services dialog, but for some reason, it still does not automatically start when I boot the machine. If I select it and click "Start", it operates normally, and if I run "services dhcpd start" from a command line, that works too. My only guess is that it's some problem with my config file... it's the same setup I used with previous versions of Fedora without issues, but maybe things have changed?

The contents of /etc/dhcp/dhcpd.conf:
Code:
ddns-update-style interim;
ignore client-updates;
subnet 192.168.1.0 netmask 255.255.255.0 {
option routers 192.168.1.8;
option subnet-mask 255.255.255.0;
option domain-name-servers 64.59.176.13, 64.59.176.15, 64.59.177.226;
option ip-forwarding off;
range dynamic-bootp 192.168.1.100 192.168.1.200;
default-lease-time 21600;
max-lease-time 43200; }

View 3 Replies View Related

Software :: Memory Manufacturer ?

Dec 7, 2010

I'm writting an app and I need to get information about all devices in the computer, using the minimum of dependences. ok then ...Now I need to get information about memory, I already selected some information from:

Here is the problem, I need the model and manufacturer of the memory, but none of these is providing this information. dmidecode should, but the field came black.

View 2 Replies View Related

Fedora :: DHCPD Service Not Starting On Boot

Jan 19, 2010

I just installed F12 from scratch and I'm facing a curious situation with dhpd. The service is enabled, but It fails to start on boot. I see the following error on /var/log/messages:

Jan 18 17:15:28 neo dhcpd: No subnet declaration for eth1 (no IPv4 addresses).
Jan 18 17:15:28 neo dhcpd: ** Ignoring requests on eth1. If this is not what
Jan 18 17:15:28 neo dhcpd: you want, please write a subnet declaration
Jan 18 17:15:28 neo dhcpd: in your dhcpd.conf file for the network segment
Jan 18 17:15:28 neo dhcpd: to which interface eth1 is attached. **

However service dhcpd start, works just fine when I login, after the system boots:

Jan 18 17:26:49 neo dhcpd: Internet Systems Consortium DHCP Server 4.1.0p1
Jan 18 17:26:49 neo dhcpd: Copyright 2004-2009 Internet Systems Consortium.
Jan 18 17:26:49 neo dhcpd: All rights reserved.
Jan 18 17:26:49 neo dhcpd: For info, please visit [URL]
Jan 18 17:26:49 neo dhcpd: WARNING: Host declarations are global. They are not limited to the scope you declared them in.
Jan 18 17:26:49 neo dhcpd: Not searching LDAP since ldap-server, ldap-port and ldap-base-dn were not specified in the config file
Jan 18 17:26:49 neo dhcpd: Wrote 0 deleted host decls to leases file.
Jan 18 17:26:49 neo dhcpd: Wrote 0 new dynamic host decls to leases file.
Jan 18 17:26:49 neo dhcpd: Wrote 5 leases to leases file.
Jan 18 17:26:49 neo dhcpd: Listening on LPF/eth1/00:30:48:80:2e:7e/192.168.1.0/24
Jan 18 17:26:49 neo dhcpd: Sending on LPF/eth1/00:30:48:80:2e:7e/192.168.1.0/24
Jan 18 17:26:49 neo dhcpd: Sending on Socket/fallback/fallback-net

So it can't be a problem with my dhcpd.conf file.

View 2 Replies View Related

Red Hat / Fedora :: How To Stop DHCPD Service During Boot

Jul 19, 2010

I am a Linux newbie using Oracle Enterprise Linux version 4 update 7 (its almost similar to Redhat Linux). While going through tutorials, I tried to configure the DCHP service and set it to start after every boot via the command

chkconfig dhcpd on

When I boot my Linux,the OS hangs when it tries to start the dhcpd service.Thus,I cannot log into my Linux and shutdown the service. How can I go around this and shutdown the DHCP service to enable my Linux to fully load after a boot?

View 2 Replies View Related

Software :: Program To Print Hdd Manufacturer Name?

Jan 19, 2011

Kernel 2.6.21.5, Slackware 12.0

Is there a linux/unix program that gives the following info?:
(a) Installed hard disks manufacturers names.
(b) Disk geometry (number of cylinders, heads and sectors per track).

View 5 Replies View Related

Ubuntu Installation :: Dismantle A Manufacturer's RAID Set?

Jun 16, 2010

When I tried to install fedora13, f13's installer kept seeing my hard drives as a "BIOS RAID set (mirrorred)". Ubuntu10.04's installer had the same problem with my drives but that installer was less informative than f13's installer. U10.04's nstaller just stalled in the first screen, the one with the word Ubuntu above five dots, giving no hint as to what it didn't like. My pc came from Dell with 2 identical SATA hard drives in a RAID level one array. I changed CMOS settings from "RAID ON" to "ON" for each hard drive. That did not dismantle the RAID configuration, at least not n a way that satisfied f13's installer.

I reinstalled xp and tried to install f13 after a minimal xp installation. f13's installer detected "BIOS RAID metadata." What is it that f13's installer is detecting? I thought this might have something to do with nVidia's nForce4 Serial ATA RAID controllers. These are installed when you install the version xp that came with my system, not like most other drivers which you install after xp. I contacted nVidia but they couldn't help me with this. Well, it turns out to be Dell's fault. They place this "BIOS RAID metadata" in a special place on each hard drive of a RAID set. It survives even the formatting that accompanies a reinstallation of xp or any os.

If you want to truly dismantle a manufacturer's RAID set, you must use software like "dban" [URL] to thoughly wipe clean the drives. Download dban, burned it to a cd, then boot that cd. dban's auto??? command didn't work for me but its dod command did the trick. The process took about seven hours for each of my 160gb hard drives.

View 2 Replies View Related

Ubuntu :: Connect 2 Hard Disk Of Different Manufacturer?

Jul 21, 2011

I have seagate 40G IDE PATA hard-disk, 1.5G RAM and would like to extend another 40G hard-disk manufactured by Maxtor. I've Ubuntu 10.10 and Windows XP on different partitions.will it be OK if i extend hard disks by different manufacturer and are there any risk of disk failure probably in the future.

View 4 Replies View Related

Fedora Networking :: Way To Allow Only Static Leases In Dhcpd.conf File?

Dec 29, 2010

I have a router with ddwrt on it that runs a DHCP server. What I want to do is only allow people who have pre-determined MAC addresses to get an address to get on my network. That being said I have a VM set up as a DHCP Server. Since doing this I will be setting the dhcp settings on my router to be a forwarder to the VM. Is there a way to allow only static leases in the dhcpd.conf file? I do not just any computer on my network to get an address I want to base it on MAC addresses.

View 4 Replies View Related

General :: Reading The Manufacturer Data / Device ID On A USB Drive?

Jun 28, 2011

I wish to read the Manufacturer data and other details such as Device ID, Serial number on a USB drive.

1. Could anyone help me out with information on the memory structure of a USB drive? (which location is the mnfr data stored?)

2. Are there are any commands in Linux that will help in reading/accessing this data?

View 3 Replies View Related

Fedora :: Make 13 Box DHCP Server For Network - Cann't Find Dhcpd In YUM

Nov 10, 2010

I would like to make my Fedora 13 box a DHCP server for my network. I can not find dhcpd in YUM. Is there a way to make my Fedora box a dhcp server? This was relay easy with Suse, but my Opensuse box just suffered a hard drive failure.

View 1 Replies View Related







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