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.
|
3 days ago | |
---|---|---|
base-installer.d | 14 years ago | |
debian | 3 days ago | |
finish-install.d | 7 months ago | |
test | 2 years ago | |
.gitignore | 11 years ago | |
Makefile | 8 years ago | |
README | 11 years ago | |
TODO | 11 years ago | |
autoconfig.c | 3 years ago | |
dhcp.c | 3 years ago | |
ethtool-lite.c | 8 years ago | |
ipv6.c | 11 years ago | |
kill-all-dhcp | 11 years ago | |
netcfg-common.c | 7 months ago | |
netcfg-static.c | 9 years ago | |
netcfg.c | 9 years ago | |
netcfg.h | 8 years ago | |
nm-conf.c | 8 years ago | |
nm-conf.h | 8 years ago | |
print-dhcp6c-info | 11 years ago | |
print-dhcpv6-info | 11 years ago | |
rdnssd.c | 11 years ago | |
static.c | 2 years ago | |
wireless.c | 9 years ago | |
wpa.c | 8 years ago | |
wpa_ctrl.c | 11 years ago | |
wpa_ctrl.h | 13 years ago | |
write_interface.c | 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.