summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/man/C/man8/drakconnect.8
blob: e9af00e20379ebf97d160e5ba8c03623fb5a238f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
.TH DRAKCONNECT 8 "17 November 2003" "drakxtools" "Linux Administrator's Manual"
.SH NAME
drakconnect \- configure network interfaces
.SH SYNOPSIS
.B "drakconnect"
.br
.B "drakconnect --skip-wizard"
.SH DESCRIPTION
.B Drakconnect
is used to configure the network interfaces.

Drakconnect handle ISDN, modems, xDSL, LAN as well as wirelles
connexions.

There's two main modes: the wizard mode and the "embedded in mcc" view
(the manage interface=.  In the wizard mode, drakconnect detect all
network interfaces and offer to configure them.

.SH OPTIONS
.TP
.B "\-\-del"
Delete a network interface and all related files
.B "\-\-expert"
Expert mode; give access to more options (advanced options are show by
default and some extra steps occured in the wizard)
.TP
.B "\-\-help"
Display short description of drakconnect options
.TP
.B "\-\-skip-wizard"
Enable or disable the use of the ARP protocol on this interface.
.TP
.B "\-\-testing"
Do not do anything (for debugging purpose)
.SH FILES
.SS Name resolution
.I /etc/sysconfig/network
global network options (hostname, is networking enabled, default gateway)
.br
.I /etc/hosts
hosts to IPs mapping
.br
.I /etc/resolv.conf
domain, primary & secondary DNS
.br
.SS Kernel interfaces list
.I /proc/net/dev
network interfaces and their stats
.br
.I /proc/net/if_inet6
the same for ipv6
.br
.I /sys/class/net/*/
per network interface sysfs interface
.br
.SS Interfaces configuration
.I /etc/modules.conf and /etc/modprobe.conf
logical network interfaces (eg: ethX) to kernel driver mapping
.br
.I /etc/iftab
enable to remap interfaces names depending on ARP or MAC addresses,
kernel driver, ... (see
.BR iftab (5)
for further information)
.br
.I /etc/sysconfig/network-scripts/ifcfg-*
per interface configuration (ip/network, ip discovery
protocol, link notification support, ...) (see
.BR ifcfg (8)
for further information)
.br
.I /etc/profile.d/proxy.csh /etc/profile.d/proxy.sh 
proxy configuration
.SS Profiles
.I /etc/netprofile/
the directory where profiles are saved
.br
.I /etc/netprofile/current
this file hold the current profile name
.br
.I /etc/netprofile/list
this file list the files to save in profiles
.br
.SS Peer
.I /etc/ppp/options
generic pppd options
.br
.I /etc/ppp/peers/ppp0
pppd options for provider (ISP)
.br
.I /etc/ppp/pap-secrets and /etc/ppp/chap-secrets
peer authentication data (login and passwords)
.br
.I /etc/ppp/pppoe.conf
ppoe configuration file. see pppoe.conf(8)
.SH BUGS
.SH SEE ALSO
arp(8), ethtool(8), ifcfg(5), ifconfig(8), pppd(8), netstat(8), rarp(8), route(8),
.SH AUTHORS
Damien "Dam's" Krotkine,
.br
Damien Chaumette,
.br
Francois Pons,
.br
Thierry Vignaud <tvignaud@mandrakesoft.com>
.br
Olivier blin <blino@mandrakesoft.com>