Koozali.org: home of the SME Server

SME Server 8.x CentOS derived distro - New Install help needed

Offline Teviot

  • *
  • 610
  • +0/-0
SME Server 8.x CentOS derived distro - New Install help needed
« on: September 23, 2013, 08:51:20 PM »
Hi All

Having trouble logging into the console of a SME Server 8.x CentOS derived distro install.

I can't find any reference to a user id or password. Can someone help me out as I need to log in to check what IP address the machine is on?

Thanks
Adrian
« Last Edit: September 24, 2013, 08:47:37 PM by M0GLJ »
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.

Offline Teviot

  • *
  • 610
  • +0/-0
Re: SME Server 8.x CentOS derived distro - New Install help needed
« Reply #1 on: September 25, 2013, 07:37:25 PM »
(BUMP)
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.

Offline _alex

  • ****
  • 103
  • +0/-0
Re: SME Server 8.x CentOS derived distro - New Install help needed
« Reply #2 on: September 25, 2013, 09:31:04 PM »
Code: [Select]
nmap -A --open -p 25 192.168.x.0/24 -oG - | grep 25/open | grep qpsmtpd | awk '{ print $2}'
far from bullet proof, but it may help to find it on the network.

Offline Teviot

  • *
  • 610
  • +0/-0
Re: SME Server 8.x CentOS derived distro - New Install help needed
« Reply #3 on: September 25, 2013, 09:59:49 PM »
Code: [Select]
nmap -A --open -p 25 192.168.x.0/24 -oG - | grep 25/open | grep qpsmtpd | awk '{ print $2}'
far from bullet proof, but it may help to find it on the network.

You need to get to the console first
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.

Offline _alex

  • ****
  • 103
  • +0/-0
Re: SME Server 8.x CentOS derived distro - New Install help needed
« Reply #4 on: September 25, 2013, 10:02:26 PM »
no, You do it from another machine on the same network. This help you to find your SME IP address.

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: SME Server 8.x CentOS derived distro - New Install help needed
« Reply #5 on: September 25, 2013, 10:23:55 PM »