similar to: DHCP client not working with Windows DHCP / dynamic DNS server

Displaying 20 results from an estimated 10000 matches similar to: "DHCP client not working with Windows DHCP / dynamic DNS server"

2011 Nov 29
4
DHCP_HOSTNAME in ifcfg-eth0
Hello Is there a way for the dhcp client to send the current host name of the machine when requesting a lease ? Currently I have to include a line like DHCP_HOSTNAME=appserver2 in my /etc/sysconfig/network-scripts/ifcfg-eth0, but I would like to tell the dhcp client to just 'also send the hostname' and then the client to get the current hostname itself, instead of having the name
2009 Apr 07
2
[PATCH] ipconfig: send hostname in DHCP request
If a hostname is requested, for example -d ::::foo::dhcp, then include the hostname in the DHCP discover/request. This patch also allows the vendor class identifier to be omitted from the DHCP discover/request by specifying -i "" Signed-off-by: Aron Griffis <agriffis at n01se.net> --- usr/kinit/ipconfig/dhcp_proto.c | 49 ++++++++++++++++++++++++++++++--------
2012 May 22
0
[klibc:master] ipconfig: Append padding if DHCP packet length < 300 octets
Commit-ID: f41c1d74c6a8e3d463e7e4291b112b367eb8b097 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=f41c1d74c6a8e3d463e7e4291b112b367eb8b097 Author: KUMAAN <9maaan at gmail.com> AuthorDate: Tue, 23 Aug 2011 14:59:19 +0900 Committer: maximilian attems <max at stro.at> CommitDate: Tue, 22 May 2012 10:55:16 +0200 [klibc] ipconfig: Append padding if DHCP packet
2015 Apr 14
1
state of IPSec VPN on CentOS 7: Openswan, strongSwan, RPM packages
On 2015-04-14 11:44, Eero Volotinen wrote: > 2015-04-14 21:40 GMT+03:00 Florin Andrei <florin at andrei.myip.org>: >> >> http://serverfault.com/a/655752/24406 >> >> If that is accurate, the documentation, and the clustering / load >> balancing might tilt the balance in the direction of strongSwan. >> >> > Well, both packages can do ipsec to
2015 Apr 14
2
state of IPSec VPN on CentOS 7: Openswan, strongSwan, RPM packages
On 2015-04-14 11:25, Gordon Messmer wrote: > On 04/14/2015 11:07 AM, Florin Andrei wrote: >> I looked in the yum repositories for CentOS 7 and I noticed that there >> are no packages for any of the major open source IPSec VPN apps - >> Openswan, strongSwan, etc. I'm pretty sure CentOS 6 had Openswan >> packages. > > libreswan replaced openswan, and is
2011 Jul 18
2
ipconfig:About the length of 'options' field of DHCP packet
Hi, I had the problem that 'ipconfig' as DHCP client in Debian-squeeze could not get DHCP Offer reply from the built-in DHCP server of the cheap route that I have. The name of the router is 'MegaBitGear TE4571E' which I got at contract of ADSL Internet access service in 2009. The router is not too old and can reply to other DHCP clients like ISC-dhclient, WindowsXP and Vista.
2009 Oct 07
1
Broadcom chips: TOE or no TOE?
Last time I checked (but that was a while ago) TOE (TCP Offloading Engine) was not supported very well, at least not with Broadcom chips. Did anything change in that regard recently? More specifically, the chip I'm looking at is Broadcom NetXtreme II 5709 and the distribution is 5.3 Any luck with proprietary drivers? Any problems those drivers may cause with bonding? -- Florin Andrei
2009 Oct 08
12
resolv.conf rewritten every reboot. How to figure out who and why?
My machine has a static IP, with dhcp and IPv6 disabled. Every time I reboot, some process rewrites /etc/resolv.conf, including a comment about dhcpclient. The only package I have installed that shows up in "rpm -qa|grep -i dhcp" is dhcpv6-client-1.0.10-16.el5, and nothing in there is named dhcpclient. I'd like to figure out what software is rewriting this file and why. man 5
2015 Apr 14
3
state of IPSec VPN on CentOS 7: Openswan, strongSwan, RPM packages
I looked in the yum repositories for CentOS 7 and I noticed that there are no packages for any of the major open source IPSec VPN apps - Openswan, strongSwan, etc. I'm pretty sure CentOS 6 had Openswan packages. What is the current consensus w.r.t. building an IPSec VPN "server" (concentrator, whatever) on CentOS 7, that will do site-to-site connections with Cisco hardware at
2008 Aug 25
2
slow Perl on CentOS 5
If your Perl apps are unusually slow on CentOS 5, have a look at this blog: http://blog.vipul.net/2008/08/24/redhat-perl-what-a-tragedy/ In a nutshell: some Perl apps are 100x slower on RedHat / CentOS 5 compared to other distributions. Bugzilla entry: https://bugzilla.redhat.com/show_bug.cgi?id=379791 -- Florin Andrei http://florin.myip.org/
2004 Jul 16
3
PSTN/phone/FXO/FXS cabling issue
I just received a Wildcard TDM400P by FedEx yesterday. I noticed that the FXO/FXS modules use connectors similar to Ethernet. Now, i want to connect the TDM400P to the PSTN connector in the wall, and also to a regular analog phone. Both the PSTN conn and the phone use smaller connectors, typical for analog phones. I searched the "official" docs and the Wiki, there's good
2014 Dec 08
4
print something on console after boot
CentOS 7 How do I print something on the text-mode console right after the OS has finished booting? I've a virtual instance and I need to know its IP address after it has finished booting up, to know where to ssh into it. I've tried adding "ip -4 addr > /dev/tty0" to rc.local, but that obviously doesn't work, because the login prompt overwrites everything I do. --
2009 Aug 03
1
sieve not working with Postfix and maildir
I am moving away from Cyrus, I'm trying to migrate to Dovecot. I am trying to get Sieve working with Dovecot and Postfix and it just won't work. Postfix is able to delived new messages to the "new" subfolder of the inbox structure. After I run Thunderbird, the new message gets moved to "cur" and it shows up in my inbox. So far so good. But now I'm trying to add
2009 Sep 05
3
caching pipe?
Is it possible to add caching to a pipe? cat blah | in_RAM_cache_here -s SIZE | something else I'm doing what is essentially a cat (*) from a DVD directly to an NFS share. It looks like the two media (DVD and NFS) have very different read / write behaviors, speeds and timings, and the overall process is not as fast as possible. So I was wondering if some kind of cache inbetween might be
2009 Dec 09
3
nagios 3 packages?
So, my favorite RPM repository (EPEL) only has the ancient nagios-2.12 or so. What's the repo you use for Nagios 3? -- Florin Andrei http://florin.myip.org/
2007 Mar 20
4
SATA RAID card recommendation?
I need a SATA RAID PCI card that works well with CentOS and is fully supported. Mandatory features: - works with the drivers already in the kernel, no additional drivers - can do RAID 0, 1 and 5 - hotswap - allows to monitor the status of the array and of each individual drive via a script (ideally run from cron) - works with very large SATA drives Nice to have features but not mandatory: -
2008 Jun 19
3
3ware performance in CentOS
Have a look at these pages: http://www.bofh-hunter.com/2008/06/13/3ware-performance-in-centos/ https://bugzilla.redhat.com/show_bug.cgi?id=444759 I'm comparing the default 5.1 64bit kernel with the patched one posted in the bug report (kernel-2.6.18-53.1.21.el5.bz321111.x86_64) and I don't quite see any significant difference in write performance for this command: dd if=/dev/zero
2014 Jan 20
3
glusterfs-server package: what happened to it?
I'm doing some experiments with GlusterFS. Most documents online suggest to install the glusterfs-package as if it was available directly in the repo, and therefore installable via a simple "yum install". Unless I'm wrong, it appears that this package is not in the repo for CentOS 6. Does anyone know what happened to it? -- Florin Andrei http://florin.myip.org/
2007 Apr 17
3
CentOS5, kernel update and 3ware driver
I'm using CentOS5 64bit on a system with a 3ware 9650SE card. I installed the OS using the driver disk files provided by 3ware. It worked fine with the original CentOS5 kernel. After doing a "yum update", which also installed an updated kernel, the system didn't work after a reboot, using the new kernel. I rebooted the old kernel, moved the 3w-9xxx.ko file from
2007 Jul 10
2
video calls - Windows / Linux interoperability ?
I will install Asterisk on my home server, I want to be able to route video calls, but I need the Windows and Linux clients to be interoperable. On Linux, it looks like Ekiga is a good candidate. But how about Windows? Anyone using Kapanga in an Asterisk network that includes Ekiga? Are these two interoperable? I'm not necessarily looking for open source software, free for personal use is