similar to: ipconfig fails when an interface is flapping?

Displaying 20 results from an estimated 2000 matches similar to: "ipconfig fails when an interface is flapping?"

2010 Nov 04
1
ipconfig support for "any" interface vs "all"
The current "ipconfig -i any" option waits for all interfaces, however a feature that I would really like is to continue after the first interface that gets a valid configuration. This is useful in the scenario where an (diskless) host with 2 or more NICs giving redundant connectivity is being network booted. It is valid to continue booting as long as at least one NIC is functional, in
2007 Apr 18
1
[Bridge] two fields are missing in brctl output when using /sys
I've noticed for a while that # brctl showstp output is showing 0 for port_no and port_id It seems that somewhere in 2.6 sysfs land the following items got printed in hexadecimal, and brctl code was parsing for decimal only doug:/sys/class/net/eth0/brport# cat port_id 0x8001 doug:/sys/class/net/eth0/brport# cat port_no 0x1 The following patch to bridge-utils (git and 1.2 release) lets
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
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 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
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:
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
2015 Jul 13
2
ipconfig - single option for specifying hostname
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 device name, but this doesn't seem to play well with initramfs. So, I'd like to
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
2010 Jul 14
0
Fwd: klibc-utils 1.5.17 ipconfig
---------- Forwarded message ---------- From: Maximilian Attems <mattems at hep.itp.tuwien.ac.at> Date: Wed, Jul 14, 2010 at 8:27 PM Subject: Re: klibc-utils 1.5.17 ipconfig To: Eran Davidovich <erancx at gmail.com> hello, thanks for your email. On Mon, Jul 12, 2010 at 11:36:21AM +0300, Eran Davidovich wrote: > > How are you? > Thanks for your great blog, been snipping
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
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.
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
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
2012 Jul 31
1
Request: Infiniband Support in ipconfig
When attempting to boot a system using Infiniband interfaces, ipconfig does not recognize Infiniband NICs as having valid MAC addresses, so they are silently ignored. As I would like to be able to netboot using Infiniband, I have patched ipconfig to support Infiniband interfaces. Fortunately, it's a pretty simple and straightforward patch. Below is the patch for your consideration. ---
2012 Mar 14
3
[PATCH V3] virt-sysprep:add ipconfig for preparation
V1->V2: add the documentation. V2->V3: change the split sign from ":" to "@" for IPv6. Add the the ipconfig for vir-prep. Usage like below: [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 Signed-off-by: Wanlong Gao <gaowanlong at