| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| Rookie Junior Member
 
 
 Joined: 24 Jan 2014
 Posts: 4
 
 
 | 
			
				|  Posted: Fri Jan 24, 2014 9:37 am    Post subject: No access to the Webadmin from outside |   |  
				| 
 |  
				| Hi, 
 i've installed SMS on a small ThinClient and all working well. From outside i have access to all applications, but not the webadmin, because the adress can´t resolve from outside. In my case "https://lxsrv:10000". I didn´t find any hint in the webadmin configuration. Other thing, somebody knows the initial password an username for SquirrelMail?
 
 Somebody has a tip or can help me?
 
 Regards
 |  | 
	
		| Back to top |  | 
	
		| gerasimos_h Site Admin
 
 
 Joined: 09 Aug 2007
 Posts: 1757
 Location: Greece
 
 | 
			
				|  Posted: Fri Jan 24, 2014 11:01 am    Post subject: |   |  
				| 
 |  
				| Hi, when you said outside, you mean from the internet?
 To be able to have access from the internet you need a proper domain or else use your IP address...
 You might need a port forward on your router if you are under NAT.
 Does "nslookup lxsrv" from a windows machine or "dig lxsrv" from a linux machine return your SMS IP address?
 
 Squirrelmail login authenticate user accounts, by default there is only one account available out of the box, user administrator.
 username: administrator
 password: toor
 
 gerasimos_h
 _________________
 Superb! Mini Server Project Manager
 http://sms.it-ccs.com
 |  | 
	
		| Back to top |  | 
	
		| Rookie Junior Member
 
 
 Joined: 24 Jan 2014
 Posts: 4
 
 
 | 
			
				|  Posted: Fri Jan 24, 2014 1:03 pm    Post subject: |   |  
				| 
 |  
				| Hi, many thanks for the fast answer. My mistake, bad described, sorry.
 I use dyndns with my router an I have access from the internet to the sms server.
 
 https://xxx.dyndns.org/
 shows the sms main site.
 
 https://xxx.dyndns.org/webmail/src/login.php
 shows e.g. the squirriel-mail login (now it works with the password
   
 I don´t have another registrated domain. During the installation of sms I´ve assigned "lxserv" to the hostname, so in the mainpage "https://lxsrv:10000/" is displayed. Also when i try to connect over the
 IP (e.g. https://xx.201.124.152:10000/) the server doesn´t respond.
 
 You have a idea?
 
 Regards
 |  | 
	
		| Back to top |  | 
	
		| gerasimos_h Site Admin
 
 
 Joined: 09 Aug 2007
 Posts: 1757
 Location: Greece
 
 | 
			
				|  Posted: Fri Jan 24, 2014 5:53 pm    Post subject: |   |  
				| 
 |  
				| Assuming your 10000 port is open on your router, do in SMS 
 "smsconfig webmin st"  to see if it's running, and
 "netstat -ap|grep 10000" to see if anything running on 10000 port...
 
 To check if port is open from outside do from a linux machine with nmap
 
  	  | Code: |  	  | nmap [ip_address] -p 10000 | 
 
 gerasimos_h
 _________________
 Superb! Mini Server Project Manager
 http://sms.it-ccs.com
 |  | 
	
		| Back to top |  | 
	
		| Rookie Junior Member
 
 
 Joined: 24 Jan 2014
 Posts: 4
 
 
 | 
			
				|  Posted: Sat Jan 25, 2014 9:02 am    Post subject: |   |  
				| 
 |  
				| Hi gerasimos h, 
 thanks you for your help!!!
 The problem was the closed port 10000 on the router, sorry
  so simple   
 Regards
 |  | 
	
		| Back to top |  | 
	
		|  |