gene6 und webadmin

burn4me

Herzlich willkommen!
folgende meldung bekomme ich, wenn ich von ausserhalb auf meinen webadmin @ home zugreifen möchte (http://meine.dyndns.org:8021):

200 1400 fxÚ ÍËÎË/ÏSHÎÏÍMÌKÑ5“fxÚ ÍËÎË/ÏSHÎÏÍMÌKÑ5“fxÚ ÍËÎË/ÏSHÎÏÍMÌKÑ5“fxÚ ÍËÎË/ÏSHÎÏÍMÌKÑ5“fxÚ ÍËÎË/ÏSHÎÏÍMÌKÑ5“fxÚ ÍËÎË/ÏSHÎÏÍMÌKÑ5“fxÚ ÍËÎË/ÏSHÎÏÍMÌKÑ5“

what's that?

ich habe zuhause einen netgear rt314 mit einem portforward auf meinen ftp und eine dyndns!

was muss ich tun?

meine webadmin.xml sieht folgendermaßen aus:

<Server>

<!-- Bindings : listening ip and port -->

<Bindings>
<IP Mask="*" Port="80" />
<IP Mask="*" Port="443" SSL="1"/>
<!--
<IP Mask="192.168.0.1" Port="3180" />
-->
</Bindings>

<!-- SSL : File path and PassPhrase to SSL certificate and key (auto generated at first connection) -->
<SSL Filename="g6_webadmin\Default" PassPhrase="test"/>

<!-- IndexFiles : default loaded files -->

<IndexFiles>
<IndexFile Value='index.dws' />
<!--
<IndexFile Value='index.html' />
-->
</IndexFiles>

<!-- Domains : available server domains -->

<Domains Default='g6_webadmin\www'>
<!--
<Domain Name="www.domain.com" Path="g6_webadmin\www.domain.com" />
-->
</Domains>

<!-- MimeTypes : content type based on extension -->

<!--
<MimeTypes>
<MimeType Ext=".pdf" Value="application/pdf" />
<MimeType Ext=".mp3" Value="audio/mpeg" />
</MimeTypes>
-->

<!-- IPAccessList : allowed/denied IP -->

<IPAccessList>
<!-- ** IMPORTANT ** remove the following line to allow outside access ** IMPORTANT ** -->

<!--
<IPAccess IP="12.34.56.78" Allowed="0" Reason="Not welcome" />
-->
</IPAccessList>

</Server>


gruß
burn
 
Der Webadmin läuft laut xml-Datei auf Port 80, Du greifst aber über Port 8021 zu - das wird wohl das Problem sein.
 
Oben