search for: config_ip_pnp

Displaying 20 results from an estimated 89 matches for "config_ip_pnp".

2003 May 22
0
[PATCH 2.5.69 1/3] remove ipconfig support from the kernel
This patch removes IP autoconfiguration (CONFIG_IP_PNP and friends) support from the kernel, and ensures that using NFS as the root filesystem (CONFIG_NFS_ROOT) will no longer work. b/arch/alpha/defconfig | 1 b/arch/arm/def-configs/a5k | 1 b/arch/arm/def-configs/adi_evb | 4 b/arch/arm/def-configs/ads...
2008 Jun 20
0
Assign IP and CONFIG_IP_PNP problem
...39;' ] ip = "10.10.10.1" My problem is that when the virtual machine start it doesn''t get the IP. Insted it uses dhcp to get one, even if I specify the "static" IP in the configuration file as above. I''ve found that the xen kernel must be compiled with the CONFIG_IP_PNP option set, but my kernel doesn''t seem to have it. Infact: grep CONFIG_IP_PNP /boot/config-2.6.21.7-3.fc8xen gives me: # CONFIG_IP_PNP is not set Is this one the only problem? Is there a way to get a Fedora precompiled kernel with this option set? Thanks Regards Matteo _________________...
2009 Jun 23
0
Set CONFIG_IP_PNP to y?
Hi, I am using xen-3.4-testing.hg and linux 2.6.18 kernel to build virtual machine. I have successfully started the dom0 and guest domains. But can''t set the guest domain''s ip address from the dom0. I checked my /boot/config-2.6.18.8-xen file and found that: # CONFIG_IP_PNP is not set Do I need to have CONFIG_IP_PNP set to y? Thanks! Donglai _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2003 Oct 04
0
klibc: kbuild improvements
...-I$(TOPDIR)/include - clean-files := initramfs_data.cpio.gz # initramfs_data.o contains the initramfs_data.cpio.gz image. @@ -16,9 +14,16 @@ # but we need the information for the build as well, so it's duplicated # here. -initramfs-$(CONFIG_USR_KINIT) := $(obj)/kinit/kinit -initramfs-$(CONFIG_IP_PNP) += $(obj)/ipconfig/libipconfig.a -initramfs-$(CONFIG_ROOT_NFS) += $(obj)/nfsmount/libnfsmount.a +initramfs-$(CONFIG_IP_PNP) := $(obj)/ipconfig/ipconfig +usr_sdirs-$(CONFIG_IP_PNP) := $(obj)/ipconfig + +initramfs-$(CONFIG_ROOT_NFS) += $(obj)/nfsmount/nfsmount +usr_sdirs-$(CONFIG_ROOT_NFS) += $(ob...
2006 Oct 19
1
Re: Tc rules Helpwith multiISP+ squid& squidguard...
I found that in my kernel config : # CONFIG_NET_KEY is not set CONFIG_INET=y CONFIG_IP_MULTICAST=y CONFIG_IP_ADVANCED_ROUTER=y CONFIG_IP_MULTIPLE_TABLES=y CONFIG_IP_ROUTE_FWMARK=y CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_VERBOSE=y # CONFIG_IP_PNP is not set # CONFIG_NET_IPIP is not set # CONFIG_NET_IPGRE is not set But no CONFIG_IP_ROUTE_MULTIPATH_CACHED. -----Message d''origine----- De : shorewall-users-bounces@lists.sourceforge.net [mailto:shorewall-users-bounces@lists.sourceforge.net] De la part de Tom Eastep Envoyé : jeudi 19...
2003 Apr 24
3
compiling iproute
...IX=y CONFIG_INET=y # CONFIG_IP_MULTICAST is not set CONFIG_IP_ADVANCED_ROUTER=y CONFIG_RTNETLINK=y CONFIG_NETLINK=y CONFIG_IP_MULTIPLE_TABLES=y CONFIG_IP_ROUTE_FWMARK=y CONFIG_IP_ROUTE_NAT=y CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_TOS=y CONFIG_IP_ROUTE_VERBOSE=y CONFIG_IP_ROUTE_LARGE_TABLES=y # CONFIG_IP_PNP is not set CONFIG_NET_IPIP=m CONFIG_NET_IPGRE=m # CONFIG_ARPD is not set # CONFIG_INET_ECN is not set The thing is that I can''t find the CONFIG_NETLINK or the CONFIG_RTNETLINK options anywhere along my kernel. Do I need to add any patch to it?. In the case I need to doit, where can I get...
2009 Sep 03
6
domU static IP
Hi, I''m trying to setup xen on a server with bridge networking. I have RedHat as my dom0. I have two Ubuntu instances and one CentOS instance as domU''s. All of them (dom0 and domU) use static ip addresses. The configuration files for domU''s specify in the vif line what ip address to be assigned to that particular domU. It works fine for my ubuntu domU''s. But
2003 Mar 27
3
pxelinux kernel 2.4.20 nfs server is not asked
intel etherexpress pro 100 nics at my lan, server with tftp, nfsserver and pxelinux running for about half a year at my lan. Hi, When I use a kernel v.2.4.20 the pxe boot loads the pxefiles, kernel and then stops asking for files from the server and complains about a "Root-NFS: No NFS server available, giving up." and messages about to insert a disk... ... the same .config used with
2003 Dec 30
4
NFS error 101, again
...ad of nfsaddrs= as well as ip=dhcp, no luck. Why in the world would the kernel not configure its IP values? It's a SuSE 8.0 default kernel, and it has everything set: CONFIG_NFS_FS=y CONFIG_NFS_V3=y CONFIG_NFS_DIRECTIO=y CONFIG_ROOT_NFS=y CONFIG_NFSD=m CONFIG_NFSD_V3=y CONFIG_NFSD_TCP=y ... CONFIG_IP_PNP=y CONFIG_IP_PNP_DHCP=y CONFIG_IP_PNP_BOOTP=y CONFIG_IP_PNP_RARP=y I could understand it is a config problem if the very same DHCP/TFTP/NFS server wasn't able to serve as an autoinstall server using the same settings for PXE boot... But if I set the IP values explicitly this should work in any...
2006 Jun 20
9
no eth0 on guest
Hi, I''ve setup a box with xen. For the root machine, it''s ok, it see the network card: alian@yoda:~> /sbin/lspci ... 02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8053 Gigabit Ethernet Controller (rev 19) alian@yoda:~> lsmod .... sk98lin 208748 1 alian@yoda:~> /sbin/ifconfig eth0 Lien encap:Ethernet HWaddr 00:15:F2:39:D4:DF
2006 Aug 23
1
CONFIG_ROOT_NFS?
I''m trying to build a linux/xen kernel that will run with an NFS root, with out much luck. I''ve edited src/xen-3.0.2-2/linux-2.6.16-xen/.config to include CONFIG_NFS_FS=y (was =m) CONFIG_ROOT_NFS=y (wasn''t there) after running "make kclean" and make "kernels" CONFIG_ROOT_NFS is gone (though the edit to CONFIG_NFS_FS remains): # # Network File
2006 Mar 03
0
Multicast only working in promiscuous mode
...ONFIG_PACKET_MMAP=y # CONFIG_NETLINK_DEV is not set CONFIG_UNIX=y CONFIG_NET_KEY=y CONFIG_INET=y CONFIG_IP_MULTICAST=y CONFIG_IP_ADVANCED_ROUTER=y CONFIG_IP_MULTIPLE_TABLES=y CONFIG_IP_ROUTE_FWMARK=y CONFIG_IP_ROUTE_NAT=y CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_TOS=y CONFIG_IP_ROUTE_VERBOSE=y # CONFIG_IP_PNP is not set CONFIG_NET_IPIP=y CONFIG_NET_IPGRE=y CONFIG_NET_IPGRE_BROADCAST=y CONFIG_IP_MROUTE=y CONFIG_IP_PIMSM_V1=y CONFIG_IP_PIMSM_V2=y # CONFIG_ARPD is not set CONFIG_SYN_COOKIES=y CONFIG_INET_AH=y CONFIG_INET_ESP=y CONFIG_INET_IPCOMP=y The server is also used as a firewall using iptables and...
2005 Dec 06
0
GRE Tunnels
..._FILTER is not set CONFIG_UNIX=y CONFIG_INET=y CONFIG_IP_MULTICAST=y CONFIG_IP_ADVANCED_ROUTER=y CONFIG_IP_MULTIPLE_TABLES=y CONFIG_IP_ROUTE_FWMARK=y CONFIG_IP_ROUTE_NAT=y CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_MULTIPATH_SEQUENTIAL=y CONFIG_IP_ROUTE_TOS=y # CONFIG_IP_ROUTE_VERBOSE is not set # CONFIG_IP_PNP is not set # CONFIG_NET_ARP_LIMIT is not set # CONFIG_NET_IPIP is not set CONFIG_NET_IPGRE=y # CONFIG_NET_IPGRE_BROADCAST is not set # CONFIG_IP_MROUTE is not set # CONFIG_ARPD is not set ------------------------------------------------------ Any ideas to tune up the tunnel performance would be g...
2012 Mar 19
1
ip autoconfig via DIY script
...9;' gateway=''10.0.2.2'' server=''127.0.255.255'' netmask=''255.255.255.0'' hostname=''natmin'' interface=''eth0'' dhcp=''off'' ------------------ snip --------------- None of the kernels I use have CONFIG_IP_PNP however the running domU has proc/cmdline with    ip=10.0.2.5:127.0.255.255:10.0.2.2:255.255.255.0:natmin:eth0:off if I have no config for eth0 in /etc/network/interfaces, I can use this script in domU /etc/rc.local to setup the domU network via domU -------------------------- /etc/rc.local -...
2006 Oct 20
0
Re: Tcrules Helpwith multiISP+ squid& squidguard...
...wrote: > I found that in my kernel config : > > # CONFIG_NET_KEY is not set > CONFIG_INET=y > CONFIG_IP_MULTICAST=y > CONFIG_IP_ADVANCED_ROUTER=y > CONFIG_IP_MULTIPLE_TABLES=y > CONFIG_IP_ROUTE_FWMARK=y > CONFIG_IP_ROUTE_MULTIPATH=y > CONFIG_IP_ROUTE_VERBOSE=y > # CONFIG_IP_PNP is not set > # CONFIG_NET_IPIP is not set > # CONFIG_NET_IPGRE is not set > > But no CONFIG_IP_ROUTE_MULTIPATH_CACHED. Ok -- in your squid.conf file, you might try setting ''tcp_outgoing_address'' to the IP address of the interface that you want squid to use. We saw a...
2002 Dec 09
0
neughbour table overflow
...can i stop/reduce it ?? what factors does it depends on ?? kernel configuration are... CONFIG_IP_ADVANCED_ROUTER=y CONFIG_IP_MULTIPLE_TABLES=y CONFIG_IP_ROUTE_FWMARK=y CONFIG_IP_ROUTE_NAT=y CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_TOS=y CONFIG_IP_ROUTE_VERBOSE=y CONFIG_IP_ROUTE_LARGE_TABLES=y CONFIG_IP_PNP=y CONFIG_IP_PNP_DHCP=y # CONFIG_IP_PNP_BOOTP is not set # CONFIG_IP_PNP_RARP is not set thanking you in advance.. A.H _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Mar 10
0
tc/wondershaper and RTNETLINK answers: Invalid argument
...CONFIG_NETFILTER=y # CONFIG_NETFILTER_DEBUG is not set CONFIG_FILTER=y CONFIG_UNIX=y CONFIG_INET=y CONFIG_IP_MULTICAST=y CONFIG_IP_ADVANCED_ROUTER=y CONFIG_IP_MULTIPLE_TABLES=y CONFIG_IP_ROUTE_FWMARK=y CONFIG_IP_ROUTE_NAT=y CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_TOS=y CONFIG_IP_ROUTE_VERBOSE=y CONFIG_IP_PNP=y # CONFIG_IP_PNP_DHCP is not set # CONFIG_IP_PNP_BOOTP is not set # CONFIG_IP_PNP_RARP is not set CONFIG_NET_IPIP=m CONFIG_NET_IPGRE=m CONFIG_NET_IPGRE_BROADCAST=y CONFIG_IP_MROUTE=y CONFIG_IP_PIMSM_V1=y CONFIG_IP_PIMSM_V2=y # CONFIG_ARPD is not set CONFIG_INET_ECN=y CONFIG_SYN_COOKIES=y # # IP...
2001 Dec 05
0
Problem setting up nexthop
...< tried deleting these redundant lines CONFIG_NETLINK=y < (artifact of make menuconfig) - didn''t help CONFIG_IP_MULTIPLE_TABLES=y CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_TOS=y CONFIG_IP_ROUTE_VERBOSE=y CONFIG_IP_ROUTE_LARGE_TABLES=y CONFIG_IP_ROUTE_NAT=y # CONFIG_IP_PNP is not set CONFIG_IP_FIREWALL=y # CONFIG_IP_FIREWALL_NETLINK is not set CONFIG_IP_ROUTE_FWMARK=y # CONFIG_IP_TRANSPARENT_PROXY is not set CONFIG_IP_MASQUERADE=y CONFIG_IP_MASQUERADE_ICMP=y CONFIG_IP_MASQUERADE_MOD=y CONFIG_IP_MASQUERADE_IPAUTOFW=m CONFIG_IP_MASQUERADE_IPPORTFW=m CONFIG_IP_MASQUERAD...
2002 Jun 12
7
VFS: Cannot open root device, pxelinux nfsroot
Hi everyone, I got the error: NET4: Unix domain sockets 1.0/smp for linux NET4.0 ds: no socket drivers loaded request_module[block-major-8]: root fs not mounted VFS: Cannot open root device ""or 08:03 Please append a correct "root"boot option The strange thing is that it tries to mount from harddisk. This I got somewhere else: "the kernel looks like it is trying to
2008 Dec 11
5
Xen virtual interface settings
I''ve been mucking with xen for quite a while but recently started focusing on custom network setups. I''d like to be able to create VMs on the fly from a base image and set network settings in each without booting the image up. This strange setup is for a classroom environment. At the beginning of the quarter the instructor would run a script that creates all the