PD: Intranet Webserver / Firewall

Guten Abend!

Ich möchte gerne folgendes schaffen, aber iwie klappts nicht.

Ich habe einen Server (Win XP Professional mit SP3)
-> IP 192.168.0.1
-> Internetzugang über UMTS Stick
-> Webserver Server2Go (Apache)

wenn ich nun auf dem Server http://127.0.0.1:4001/ aufrufe, kommt das Intranet.

Wenn ich auf meinem Laptop z.b. nun http://192.168.0.1:80/ aufrufe, kommt nichts. (Verbindung kann nicht hergestellt werden kommt im Browser)

Ich habe schon die Firewall komplett deaktiviert und trotzdem geht nix.

In der Eingabeaufforderung kann ich den Server mit 192.168.0.1 pingen, klappt prima.

Wer hat darin Erfahrung und kann mir helfen?

Danke!

  1. Guten Abend!

    Wenn ich auf meinem Laptop z.b. nun http://192.168.0.1:80/ aufrufe, kommt nichts. (Verbindung kann nicht hergestellt werden kommt im Browser)

    Ja: "Die Verbindung zum Server konnte nicht hergestellt werden."

    Also wird unter der Adresse kein HTML- Code ausgeliefert.

    In der Eingabeaufforderung kann ich den Server mit 192.168.0.1 pingen, klappt prima.

    Ist auch nicht http://. Ich kann einen Drucker anpingen und er antwortet. Aber eine Webseite hat er nicht für meinen Browser. Die Fritzbox allerdings hat eine.

    Wer hat darin Erfahrung und kann mir helfen?

    Leider habe ich nirdendwo Erfahrung, aber ein bisschen logisch denken hilft manchmal.

    Kalle

  2. Hello,

    hast Du mal in die httpd.conf hineingeschaut, ob

    Listen 127.0.0.1

    oder auf Localhost gesetzt ist?

    Wenn die Firewall ausgeschaltet istg, entscheidet mMn nur noch der Dienst darüber, wen er bedienen will.

    Dazu könnte auch noch ein

    deny from all

    beitragen.

    Liebe Grüße aus dem schönen Oberharz

    Tom vom Berg

    --
     ☻_
    /▌
    / \ Nur selber lernen macht schlau
    http://bergpost.annerschbarrich.de
  3. Du schreibst auch von verschiedenen Ports.
    Wenn 4001 geht, heißt das noch lange nicht dass 80 auch geht. Versuch doch mal über die 192 Adresse auf 4001 zu gehen, ob das geht.

    1. Du schreibst auch von verschiedenen Ports.
      Wenn 4001 geht, heißt das noch lange nicht dass 80 auch geht. Versuch doch mal über die 192 Adresse auf 4001 zu gehen, ob das geht.

      dake für eure tipps,

      also das klappt leider auch nicht...weder ein deny from ... noch listen noch firewall  ist an und trotzdem funkt es nicht...ich glaub es liegt an dem server 2 go.....

      welchen server (der eher das thema sehr sicher beherscht) würdet ihr alternativ empfehlen auf nem heimrechner? er muss lediglich php können, kein sql oder sonstiges. verbindung lokal und wie internet.

      danke!

      1. Hello,

        dake für eure tipps,

        also das klappt leider auch nicht...weder ein deny from ... noch listen noch firewall  ist an und trotzdem funkt es nicht...ich glaub es liegt an dem server 2 go.....

        Wenn kein Eintrag "Listen" in der http.conf steht, sollte der Server2Go eigentlich nur auf Localhost-Requests auf Port 80 hören. Mich irritiert nur der Port 4001. Woher kommt die Einstellung?

        Liebe Grüße aus dem schönen Oberharz

        Tom vom Berg

        --
         ☻_
        /▌
        / \ Nur selber lernen macht schlau
        http://bergpost.annerschbarrich.de
        1. Wenn kein Eintrag "Listen" in der http.conf steht, sollte der Server2Go eigentlich nur auf Localhost-Requests auf Port 80 hören. Mich irritiert nur der Port 4001. Woher kommt die Einstellung?

          das steht in einer 2. conf datei, welche von server2go stzammt...darin wird dieser interne porrt wie auch browser etc ausgewählt, welcher lokal geladen werden soll.

          wenn es dir nichts ausmacht habe ich den link hier zur software:

          http://www.server2go-web.de/download/download.html

          vlt hast du da noch nen tipp?

          1. Hello,

            wenn es dir nichts ausmacht habe ich den link hier zur software:

            http://www.server2go-web.de/download/download.html

            Es macht mir 'was aus, da es augenscheinlich nur selbstextrahierende, selbstinstallierende EXE-Files gibt und ich nicht weiß, was die dann auf meinem System anstellen.

            Die Dokumentation ist auch sehr dünn.

            Es wäre also besser, wenn Du die bei dir vorhandenen Konfigurationsdateien malö posten würdest.

            Liebe Grüße aus dem schönen Oberharz

            Tom vom Berg

            --
             ☻_
            /▌
            / \ Nur selber lernen macht schlau
            http://bergpost.annerschbarrich.de
            1. Es macht mir 'was aus, da es augenscheinlich nur selbstextrahierende, selbstinstallierende EXE-Files gibt und ich nicht weiß, was die dann auf meinem System anstellen.

              also das ist die conf (nicht die von apache, da gibtrs nochmal eine)

              [general]
              ;--- If you use the ShowTrayIcon Parameter, you can define a name that is used in the Menu and Tooltip
              ServerName=Homesystem
              ;--- Shows a splash screen at startup. If here is no value, no splash will be shown. You can set a grafic file
              ;--- name for images in the Formats:  BMP GIF JPG PNG TIF ICO TGA PCX PSD at the moment
              UseSplash=autorun.png
              ;--- Show progress bar at startup
              ShowStartupProgress=1
              ;--- You can set a color that will be shown transparent. You need to define a RGB Value
              ;--- in the style SplashTransparencyColor=128,128,128
              SplashTransparencyColor=128,128,128
              ;--- Set this to true if you want to keep the server running after browser close or if you user NONE as browser type
              ;--- Please note that the only possibility to shutdown the server is to kill him over the taskmanager if this is true
              KeepRunningAfterBrowserClose=1
              ;--- If the following parameter is 1 Server2Go shows a tray icon for shutting down the server. If you dont like a tray
              ;--- icon just left this parameter with value 0
              ShowTrayIcon=1
              ;--- Server2Go needs write access to the servers configuration files. For that all config files will be copied to a temp folder
              ;--- if StartLocal is 0. If you like to use Server2Go in a writeable environment (i.e. harddisk) you can use the value 1
              ;--- instead. Please note that StartLocal=1 on a CD-ROM will NOT WORK!!!!!
              StartLocal=0
              ;--- You can restrict the amount of running instances of one application to a single instance. That means that a user just can start one
              ;--- instance of your webapplication based on server2go. If you set the following parameter to 1 only one instance is allowed
              AllowOnlySingleInstance=1
              ;--- Allows to set the shutdown message that is shown when Server2Go is closed, {SERVER_NAME} is replaced with the name you set at the
              ;--- Beginning of this file
              ShowShutdownMessage=Shutdown {SERVER_NAME}

              [http]
              ;--- Defines the hostname that should be shown in the browser url and that is used for the apache server
              ;--- At the moment only IP addresses or the placeholder {local_ip} is allowed.
              HostName=127.0.0.1
              ;--- Defines the port that should be used. If this port is in use a unused
              ;--- port will be searched automatically
              Port=4001
              ;--- The start html/php page, so you can define any page in your document root folder as start file (i.e. pages/start.php)
              ;--- If empty a huge variety of default handlers is used (index.php, index.html, index.htm...)
              DefaultFile=index.php
              ;--- defines the root directory in that all webfiles are saved
              DefaultRoot=htdocs
              ;--- If value is 1 all temporary files of the http server (sessions...) will be deleted after
              ;--- Server shutdown
              DeleteHttpTemp=1
              ;--- If HideTempFolder is set to 1 the folder will created as hidden folder
              HideTempFolder=1

              [Browser]
              ;--- The browser that is started after server start (possible values: IEXPLORER, FIREFOX, PORTABLEFIREFOX, MOZILLA, DEFAULT, EXTERNAL)
              ;--- Please take a look at the www.server2go-web.de/wiki pages for a documentation how to use PORTABLEFIREFOX!!!!!!!!
              BrowserType=IEXPLORER
              ;--- Browser command options like -k (NOT IN USE AT THE MOMENT)
              BrowserCommandOptions= -k
              ;--- Path to an external browser that is used instead the browser above
              BrowserPath=FirefoxPortable/FirefoxPortable.exe
              ;--- Specify caption text of Work Offline dialog box. You can use mor than one captions (seperated with ;)
              ;--- The captions for german, english, french, dutch and spanish are build in by default
              WorkOfflineTitle=
              ;--- The size of the started browser. Can be a pixel dimension (1024x768) or the values MAXIMIZE and KIOSK (Internet Explorer only)
              BrowserSize=KIOSK

              [database]
              ;--- 1 if MySQL Server should be started
              UseMySQL=1
              ;--- 1 if the database files from the dbdir directory will be mirrored to
              ;--- a directory of the local machine
              LocalMirror=1
              ;--- 1 if the mirrored database should be overwritten at each start of the
              ;--- the server
              OverwriteLocalMirror=0
              ;--- The path to that the database should be mirrored (e.g.. c:\MyS2GApp\Data) , if empty the
              ;--- default temp directory is used
              MirrorFolder=
              ;--- If value is 1 all files of the database server will be deleted after
              ;--- Server shutdown
              DeleteDatabaseFiles=0
              ;--- The port that should be used for MySQL. If empty the default mysql port is used
              MySQLPort=7188
              ;--- Commandline parameters (i.e. skip-innodb)
              MySQLCmd=--skip-innodb
              ;--- If HideMirrorFolder is set to 1 the folder will created as hidden folder
              HideMirrorFolder=0

              [AdditionalParsing]
              ;--- You can define additional file that will be parsed at startup for replacement string. You can use it i.e. to add the
              ;--- current server path to a htaccess file or changing configuration files of your webapplication at startup
              ;--- PLEASE NOTE THAT THIS WILL ONLY WORK IF YOU ARE NOT WORKING ON A WRITE PROTECTED MEDIUM LIKE A CD!!!!!
              ;--- You can use this on harddisk or usb stick...
              File1=
              File2=
              File3=
              File4=
              File5=
              File6=
              File7=
              File8=
              File9=
              File10=

              [Path]
              ;--- You don't need to change anything of the below settings if you work with the out-of-the box Server2Go download package
              ;--- But if you like to use Server2Go with another webserver package like XAMPP you can change the pathes to your special
              ;--- Server package.
              ;--- Please ensure that you read the FAQ before starting to adapt your Server package
              ;--- The path to the apache EXE file for starting and shutdown
              ;PathToApache=server\apache\apache.exe
              ;--- The path to the httpd.conf file of apache
              ;PathToHttpdConf=server\apache\conf\httpd.conf
              ;--- The path to the mysql bin folder
              ;PathToMysqlBin=server\mysql\bin
              ;--- The path to the my.ini file of mysql
              ;PathToMyIni=server\mysql\my.ini
              ;--- Path to the data directory of mysql
              ;PathToMySqlData=server\mysql\data
              ;--- Path to the share directory of mysql
              ;PathToMySqlData=server\mysql\share
              ;--- Path to the php.ini file
              ;PathToPhpIni=server\apache\php.ini

              1. Hello,

                also das ist die conf (nicht die von apache, da gibtrs nochmal eine)

                Und hast Du schon mal ausprobiert, was passiert, wenn Du mit den folgenden Einstellungen herumspielst?

                [http]
                ;--- Defines the hostname that should be shown in the browser url and that is used for the apache server
                ;--- At the moment only IP addresses or the placeholder {local_ip} is allowed.

                ;> HostName=127.0.0.1
                HostName=192.168.0.1

                ;--- Defines the port that should be used. If this port is in use a unused
                ;--- port will be searched automatically

                ;> Port=4001
                Port=80

                ;--- The start html/php page, so you can define any page in your document root folder as start file (i.e. pages/start.php)
                ;--- If empty a huge variety of default handlers is used (index.php, index.html, index.htm...)
                DefaultFile=index.php
                ;--- defines the root directory in that all webfiles are saved
                DefaultRoot=htdocs
                ;--- If value is 1 all temporary files of the http server (sessions...) will be deleted after
                ;--- Server shutdown
                DeleteHttpTemp=1
                ;--- If HideTempFolder is set to 1 the folder will created as hidden folder
                HideTempFolder=1

                Und es besteht immer noch die Frage, warum Du unbedingt Server2Go benutzen willst und nicht eine vollständige Installation?

                Server2Go ist üblicherweise nur dann von Interesse, wenn man Demos auf CDs oder DVDs weitergeben will, die dann von diesem Datenträger aus gestartet werden sollen.

                Liebe Grüße aus dem schönen Oberharz

                Tom vom Berg

                --
                 ☻_
                /▌
                / \ Nur selber lernen macht schlau
                http://bergpost.annerschbarrich.de