-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 |