Debian-Image von 1und1

FreeBSD, Gentoo, openSUSE, CentOS, Ubuntu, Debian
Post Reply
sfeni
Posts: 341
Joined: 2002-08-15 11:35
Location: Schwabenland
 

Debian-Image von 1und1

Post by sfeni »

Hi Leute,

habe nun das Debian-Image von 1und1 auf meinem Root.
Wenn jemand Einstellungen oder sonst irgendwas wissen will. Einfach hier fragen und ich werd es beantworten.

Schonmal ein paar Sachen im vorraus.

/etc/network/interfaces

Code: Select all

auto lo eth0
iface lo inet loopback

iface eth0 inet dhcp
Ausgabe von ifconfig (Mac, IP und Bcast abgeändert):

Code: Select all

eth0      Link encap:Ethernet  HWaddr 00:00:00:00:00:00
          inet addr:123.123.123.123 Bcast:123.123.123.123 Mask:255.255.255.255
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:505 errors:0 dropped:0 overruns:0 frame:0
          TX packets:392 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:38486 (37.5 KiB)  TX bytes:47849 (46.7 KiB)
          Interrupt:15 Base address:0xe000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:6 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:732 (732.0 b)  TX bytes:732 (732.0 b)
Ausgabe von route:

Code: Select all

Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
gw-prtr-36.schl *               255.255.255.255 UH    0      0        0 eth0
default         gw-prtr-36.schl 0.0.0.0         UG    0      0        0 eth0
Ausgabe von netstat -a (hostname geändert):

Code: Select all

Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 *:ssh                   *:*                     LISTEN
udp        0      0 *:bootpc                *:*
udp        0      0 p00000000.pureserve:ntp *:*
udp        0      0 localhost.localdoma:ntp *:*
udp        0      0 *:ntp                   *:*
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags       Type       State         I-Node Path
unix  4      [ ]         DGRAM                    166    /dev/log
unix  2      [ ]         DGRAM                    276
unix  2      [ ]         DGRAM                    208
Also auf diesem System ist wirklich noch nichts installiert, wie es eben sein muss und das mit dem dhcp scheint auch zu funktionieren.

Code: Select all

  120 ?        S      0:00 dhclient eth0
Also, was wollt ihr nun wissen? (Ob es das Image auch offiziell gibt weis ich nicht, das müsst ihr leider selber herausfinden sorry.)
User avatar
nyxus
Posts: 626
Joined: 2002-09-13 08:41
Location: Lübeck
Contact:
 

Re: Debian-Image von 1und1

Post by nyxus »

welcher Kernel läuft drauf? Und wie ist die Partitionierung?


Gruß, Nyx
sfeni
Posts: 341
Joined: 2002-08-15 11:35
Location: Schwabenland
 

Re: Debian-Image von 1und1

Post by sfeni »

Ausgabe fdisk -l

Code: Select all

Disk /dev/hda: 255 heads, 63 sectors, 5005 cylinders
Units = cylinders of 16065 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hda1             1        33    265041   83  Linux
/dev/hda2            34        66    265072+  82  Linux swap
/dev/hda3            67      5005  39672517+  83  Linux
Kernel 2.4.20

Code: Select all

-rw-r--r--    1 root     root       880037 Dec  7 21:14 vmlinuz-2.4.20

EDIT:
hda1 und hda3 sind ext3 Partitionen.
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
Contact:
 

Re: Debian-Image von 1und1

Post by captaincrunch »

OK, dann scheidet das "offizielle" Image alleine aufgrund der Partitionierung her schon für mich aus ... :wink:

Desweiteren sehe ich die Routingproblematik (die als einziges Problem bestand) als gelöst an, und wüsste nicht, was mir DHCP an Vorteilen bringen sollte ...
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
floschi
Userprojekt
Userprojekt
Posts: 3247
Joined: 2002-07-18 08:13
Location: München
Contact:
 

Re: Debian-Image von 1und1

Post by floschi »

man sollte noch erwähnen, dass 1und1 KEINEN Support für das Debianimage anbietet - sofern sich einige SuSE-Leute das jetzt überlegen, sollten sie das bitte bedenken ;)
Post Reply