Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - keeksy

Pages: [1]
1
German / Re: Einwahl mit DSL Modem (T-ONLINE)
« on: July 20, 2012, 01:11:04 pm »
also ich verwende selbst telekom und bei mir meckert zentyal kein bisschen mit dem @ ansonten trag irgentwas ein und gehe in die config   /etc/ppp/chap-secrets   und trag dort deine kennung ein


kennung0001@t-online.de * passwort   das sternchen muss drin sein und dann kannst du in die
/etc/zentyal/zentyal.conf

und dort

Code: [Select]
# Don't ask when a user modification is found. Override any user
# change by eBox configuration.
# Allowed values = [yes|no]
# Default value = no
override_user_modification = no<<<< normal yes


und so geht es auch

2
German / Problem mit DHCP einstellungen im bereich pxe boot
« on: July 19, 2012, 06:24:50 pm »
Punkt 1.

wenn ich versuche folgenden pfad für next server einzustellen meldet mir das formular das ich die folgenden zeichen nicht verwenden kann

boot\\x86\\pxelinux.com  <<<<
\ <<< nicht erlaubt nur  / und andere zeichen

meine frage dazu kann ich dies ändern wenn ja wo?
_______


Punkt 2.

wenn man mehre PXE Thin Clients einstellen will ist die eintragung im DHCP Später falsch



Code: [Select]
subnet 5.5.9.0 netmask 255.255.255.0 {
               
            option routers 5.5.9.1;
            option domain-name-servers 5.5.9.106, 5.5.9.1;
                option ntp-servers 5.5.9.106;
                option netbios-name-servers 5.5.9.106;
                option netbios-node-type 8;
                default-lease-time 1800;
                max-lease-time 7200;


            pool {
               

               
                   next-server 5.5.9.107;
                   option tftp-server-name "5.5.9.107";
                   filename    "boot\\x86\\pxelinux.com";

                range 5.5.9.100 5.5.9.150;
            }
        }

        group {
           
            option routers 5.5.9.1;
            option domain-name-servers 5.5.9.106, 5.5.9.1;
                option ntp-servers 5.5.9.106;
                option netbios-name-servers 5.5.9.106;
                option netbios-node-type 8;
                default-lease-time 1800;
                max-lease-time 7200;


     group {
                   

           }
  >>>>>  group {
                                                next-server 5.5.9.125;
option tftp-server-name "5.5.9.125";
filename    "ltsp/i386/pxelinux.0";



           }<<<<<<
        }




}

richtig müsste sein 

      >>>>>  group {
                                               
                    >hier müsste irgentwas stehen  host test {
                  next-server 5.5.9.125;
                  option tftp-server-name "5.5.9.125";
                  filename    "ltsp/i386/pxelinux.0";
                  >hardware ethernet 06:ed:48:1c:6c:a0;<  und die hw id müsste eingetragen werden oder ähnliches
                  
                  }



           }<<<<<<


3
Installation and Upgrades / Problem with Zarafa and Zentyal
« on: October 03, 2011, 03:31:43 pm »
The Problem is when i installed zarafa i can´t get email
i see the message in the log

Code: [Select]
Oct  3 15:22:58 homeserver postfix/error[2383]: A8AEB8CFE1E: to=<okhner@worldofit.p7.de>, relay=none, delay=36, delays=0.18/36/0/0.16, dsn=4.4.2, status=deferred (delivery temporarily suspended: conversation with 127.0.0.1[127.0.0.1] timed out while receiving the initial server greeting)
with  uninstalled zarafa  send and recive email works correctly

Pages: [1]