Displaying 20 results from an estimated 4000 matches similar to: "ipconfig - single option for specifying hostname"
2015 Aug 07
0
ipconfig - single option for specifying hostname
On 07/13/2015 12:03 AM, Phil Lello wrote:
> Hi all,
>
> I've recently been experimenting with Xen VMs booted using DHCP/NFS, and
> that's looking good.
>
> One nuisance is that I'm unable to get the DNS to update on the server
> since there's no hostname in the DHCP request packet.
>
> I'm aware that I can specify a hostname using the long-format
2011 Jan 26
3
ipconfig fails when an interface is flapping?
I had an odd situation yesterday, klibc 1.5.17 ipconfig was trying DHCP on
all 3 NICs in the server, but one has a bad switch that causes the link on
eth2 to go up/down every 10 seconds. IPconfig would just time out. If I
tell ipconfig to only try eth0, then DHCP address is configured, and the
netboot proceeds 100%.
I'll take a peek at the code but maybe someone here is familiar with the
2006 Jun 22
2
[patch] ipconfig add dhcp file preseeding support
From: Geert Stappers <stappers at debian.org>
To make klibc-ipconfig transmit the DHCP vendor class "d-i"
and get the DHCP preseeding filename in a text file, it needs the
attached patch.
belows patch allows ipconfig to be used in Debian installer once
the hostname is sent too, see
http://blog.andrew.net.au/2006/05/17#d-i_dhcp_hacking
Signed-off-by: maximilian attems <maks at
2010 Apr 26
1
valgrind ipconfig work
this is just on the common path, need to checkout others too,
but a start:
commit 5501109f6597f2bbed17a264b247c36220362dfb
Author: maximilian attems <max at stro.at>
Date: Mon Apr 26 08:07:51 2010 +0200
[klibc] ipconfig: Fix valgrind errors
valgrind was rightfully complaining on ipconfig eth0:
ERROR SUMMARY: 5 errors from 4 contexts (suppressed: 0 from 0)
all
2004 May 28
1
ipconfig related question (do not get static IP setting)
Hi!! I found your ipconfig stuff in the udev rpm in SuSE 9.1. I'm about to
setup a initramfs (pretty cool - much better than initrd) to boot linux
diskless clients over the net. All the tools I would need, seem to be
there with ipconfig/nfsmount ...
I like to use the information I get from PXE/syslinux or Etherboot
writing something like:
2010 Mar 16
4
ipconfig: DHCP fixes
Hi,
Here are two fixes for ipconfig/dhcp, the second of them being required for my
dhcp3 server to accept ipconfig's requests.
Thanks,
Louis
Louis Rilling (2):
ipconfig: Fix missing dhcp_end field
ipconfig: Fix null ciaddr on DHCPREQUEST during SELECTING state
usr/kinit/ipconfig/dhcp_proto.c | 4 ++--
usr/kinit/ipconfig/packet.c | 2 +-
2 files changed, 3
2008 Jun 14
5
PATCH: ipconfig may accept DHCPOFFER as DHCPACK
Hello,
I found a bug in ipconfig and I'm sending a proposed patch for it.
I've only seen it happen in 2 dhcp-server environments. Scenario:
ipconfig sends a DHCP_DISCOVER,
server A answers with a DHCP_OFFER,
server B answers with a DHCP_OFFER,
ipconfig sends a DHCP_REQUEST for server A,
ipconfig accepts the DHCP_OFFER from server B instead of DHCP_ACK from
server A. <== BUG
The reason
2013 Jul 09
3
Allow ipconfig to bring down interfaces
Hi,
Attached and on the "ipconfig_down" branch at github
(https://github.com/kpinc/klibc.git) you will find 4 patches
which let ipconfig bring down interfaces. Please consider
them for inclusion.
Why do this? It's useful when the rootfs is crypted and is
unlocked by supplying passwords over the network. In this
case the initramfs brings up a network interface. It can be
useful
2007 Dec 10
1
[git patch] m-i-t support, ipconfig fix
hello hpa,
please pull latest
git pull git://git.debian.org/~maks/klibc.git maks
forgot to ask to keep git port open for our boxes at university,
thus moved my tree over too the alioth box.
for the changes
maximilian attems (4):
[klibc] klibc/socketcalls/.gitignore addition
[klibc] elf.h add support for st_info field
[klibc] remove local insmod.c copy
[klibc] ipconfig
2010 Feb 07
1
ipconfig: send hostname in DHCP request
It would be cool if this feature could make it into the new release.
As you can see here it would be beneficial in my environment :-)
http://lisas.de/~patrick/blog/?p=113
Patrick
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 ++++++++++++++++++++++++++++++--------
2011 Jun 08
1
[PATCH] Don't try to guess the nameserver in ipconfig.
klibcs ipconfig tries to guess the nameserver if no nameserver is
provided. This may happen due to misconfigured dhcp or the use of
the ip= parameter.
This patch removes the guessing from ipconfig as it is not possible for
any other script to determine if the provided nameserver is valid or
a guessed one. If the old behavior is really needed this could be easily
implemented in an external script.
2009 Jan 15
1
Bug#511959: klibc-utils: ipconfig times out when several machines boot at the very same time
Package: klibc-utils
Version: 1.5.12-2
Severity: important
Tags: patch
(I'm using X-Debbugs-Cc so that the klibc list receives a copy directly.
I'd be glad to be kept in Cc since I don't follow that list, thanks
already.)
Hi maks, hpa, Louis, and others,
I've been experiencing for a while timeouts at DHCP-time in ipconfig
when starting up several machines (say: 2 out of 4
2006 May 18
1
[bug] False debugging with ipconfig
kinit.c contains the following lines before calling ipconfig_main:
#ifdef INI_DEBUG
args[a++] = (char *)"-n";
#endif
In my attempts to debug the NFS mounting, this threw me off for a bit.
(The -n parameter runs a "dry run" and does not actually configure
the network).
Thus, it seems it's actually impossible to debug NFS mounting with the
stock, unpatched klibc. It
2010 Jul 21
6
missing ipconfig.exe
hey all,
i am trying to run a program called 'kintecus' on a mac. it was originally written for win (and linux) machines, so i ended up using wine (to get the windows version running).
the problem is, it creates a 'unique computer ID' which you have to send to the author in order for it to work (he will provide then a code that allows you to run the program). this is done when it
2008 May 24
3
ipconfig and boot filename option
Hi,
ipconfig is used in ltsp (thin clients) initramfs. Some of the users
have to have 2 dhcp servers in ltsp environments, so they hit on this
problem:
The first dhcp request is from the pxe rom boot code. This code
ignores any dhcp offers that don't have a filename field. So they
always get the correct address, from the ltsp server.
The second dhcp request (in initramfs) is done by
2011 Mar 27
4
ipconfig problem if multiple devices are up
Hi,
it seems that ipconfig has a problem if multiple devices are up and
connected to the same network. It seems that it uses the wrong
socket/device index to compare it to incoming packet. To be more
precise, the packet gets discarded in do_pkt_recv as the ifindex from
state differs always from the incoming packet
To reproduce create two tap devices:
$ sudo tunctl -u uli -t tap0
2019 Mar 08
2
ipconfig equivalent in linux samba specific
In general for what most people do ipconfig is equivalent to ifconfig
(getting phased out) or ip in linux.
What I am trying to do is create ipconfig script that acts identical
to the windows behavior's output so I can create better scripts in
powershell that work on both platforms.
ipconfig has few options that are not listed with ifconfig or ip.
The Windows IP Configuration section has two
2012 Mar 04
1
[RFC PATCH] virt-sysprep:add ipconfig for preparation
Hi Rich:
I just send a patch to request for your comments,
then will do further work about this.
things like this:
[root at Allen ~]# virt-sysprep --ipconfig="eth0:192.168.1.2,255.255.255.0,192.168.1.1" --enable=ipconfig -d clone-6u1
OR
[root at Allen ~]# virt-sysprep -d clone-6u1
Please comments.
Thanks
-Wanlong Gao
Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
2010 Aug 31
1
Bug#594638: klibc-utils: ipconfig assumes dhcp server is nameserver
On Fri, 27 Aug 2010, Vagrant Cascadian wrote:
>
> ipconfig apparently assumes that the dhcp server's ip address is the
> nameserver when dhcp gives it no nameservers, dhcp gives the nameserver
> 0.0.0.0, or the nameservers are not ip addresses (i.e. ns1.example.org).
> while these scenarios are probably not extremely common, i'm not sure
> this is a good default with no