author | kergoth <kergoth> | 2002-01-25 22:14:26 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-01-25 22:14:26 (UTC) |
commit | 15318cad33835e4e2dc620d033e43cd930676cdd (patch) (side-by-side diff) | |
tree | c2fa0399a2c47fda8e2cd0092c73a809d17f68eb /etc/network | |
download | opie-15318cad33835e4e2dc620d033e43cd930676cdd.zip opie-15318cad33835e4e2dc620d033e43cd930676cdd.tar.gz opie-15318cad33835e4e2dc620d033e43cd930676cdd.tar.bz2 |
Initial revision
-rw-r--r-- | etc/network/DialUp.conf | 11 | ||||
-rw-r--r-- | etc/network/LAN.conf | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/etc/network/DialUp.conf b/etc/network/DialUp.conf new file mode 100644 index 0000000..bd442db --- a/dev/null +++ b/etc/network/DialUp.conf @@ -0,0 +1,11 @@ +[Info] +Name = Dial-up - PPP +Type = dialup +Layer = TCP/IP +[Help] +Help = For dial-up connections through a modem and plain telephone line. +Help[de] = Für Wählverbindungen mit Modem und Telefon. +[Properties] +Auto = 0 +Device = ppp +CardType = serial diff --git a/etc/network/LAN.conf b/etc/network/LAN.conf new file mode 100644 index 0000000..686ad92 --- a/dev/null +++ b/etc/network/LAN.conf @@ -0,0 +1,10 @@ +[Info] +Name = LAN - TCP/IP +Type = lan +Layer = TCP/IP +[Help] +Help = For local-area network connections through PC-Card network interface card. +Help[de] = Für Netwerkverbindungen mit Hilfe einer PC-Card Netwerkkarte. +[Properties] +Auto = 1 +Device = eth |