You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Mark Hindley 3c8ba8490d Version 1.188devuan1. 3 days ago
base-installer.d Upgrade to debhelper v7. 14 years ago
debian Version 1.188devuan1. 3 days ago
finish-install.d Fix ifupdown configuration for wireless connections. 7 months ago
test Update codestyle 2 years ago
.gitignore Add test/run to gitignore 11 years ago
Makefile Makefile: link with -lm to resolve undefined log and other functions 8 years ago
README Removed trailing white spaces. 11 years ago
TODO Add a todo item for the switch to dhclient for dhcpv6. 11 years ago
autoconfig.c Satisfy GCC pedantery for strncpy() calls 3 years ago
dhcp.c Satisfy GCC pedantery for strncpy() calls 3 years ago
ethtool-lite.c ethtool-lite: use malloc for the filename and clean up some cruft 8 years ago
ipv6.c ipv6.c: force stateless_config to 0 if stateful_config is set also 11 years ago
kill-all-dhcp Stateful DHCPv6 support 11 years ago
netcfg-common.c Disable hotplug detection. 7 months ago
netcfg-static.c Don't build the compilation date and time into the binary. This made the build unreproducible. 9 years ago
netcfg.c Don't build the compilation date and time into the binary. This made the build unreproducible. 9 years ago
netcfg.h common/ipaddr: remove leading and trailing whitespaces 8 years ago
nm-conf.c nm-conf.c: check return result of fscanf 8 years ago
nm-conf.h Drop non-public methods from nm-conf.h and mark the others as static. 8 years ago
print-dhcp6c-info Use a sentinel file to determine whether dhcp6c has finished 11 years ago
print-dhcpv6-info print-dhcpv6-info: Actually apply IPv6 address and resolv.conf entries received from the DHCPv6 server 11 years ago
rdnssd.c Check the return code of the waitpid calls. (Closes: #688470) 11 years ago
static.c Merge branch 'MyIgel-guest/netcfg-pointopoint' 2 years ago
wireless.c Fix support for entering an ESSID manually (Closes: #757478). 9 years ago
wpa.c Fix confusing indentation pointed out by GCC 6 (closes: #811589). 8 years ago
wpa_ctrl.c Increase visibility on return statements 11 years ago
wpa_ctrl.h Apply WPA patch from Glenn Saberton 13 years ago
write_interface.c Fix DHCP+SLAAC case on wireless interfaces. 7 months ago

README

netcfg

This package is used by debian-installer to configure the network. The purpose
is two-fold:

1. configure the network for the currently running kernel so that the base
system can be retrieved from the internet or a local mirror.
2. write configuration files so that when the machine reboots into the full
debian system the network is brought up automatically.

netcfg is written specifically for the debian-installer and probably won't work
as expected if you try to run it on a full Debian system. If you want
something for a full system, take a look at etherconf or pppconfig (eventually).


Currently static and dhcp configuration is supported.