Jump to content

Nexenta Alpha 5 released!


Recommended Posts

erk.. default install has these open ports..

 

PORT STATE SERVICE

22/tcp open ssh

23/tcp open telnet

25/tcp open smtp

111/tcp open rpcbind

139/tcp open netbios-ssn

445/tcp open microsoft-ds

587/tcp open submission

4045/tcp open lockd

 

wow, when opening the services settings... so many services are running.. I really have to read more about its docu...

.

.

ok, not only am lost because its gnome... but because its not linux.. its solaris :huh:

 

Yep, the last couple of releases of Solaris (Nevada = beta) are moving to Secure by default and getting rid of all the open ports. Do this for what you want off:

 

 

justin@nexenta:~$ sudo nmap -v -P0 -sT localhost
Password:
<SNIP>
PORT	 STATE SERVICE
22/tcp   open  ssh
23/tcp   open  telnet
25/tcp   open  smtp
111/tcp  open  rpcbind
139/tcp  open  netbios-ssn
445/tcp  open  microsoft-ds
587/tcp  open  submission
631/tcp  open  ipp
4045/tcp open  lockd

Nmap finished: 1 IP address (1 host up) scanned in 45.111 seconds

 

Say you want telnet off (YES!)

 

root@nexenta:~# vi /etc/inet/services
[b]#telnet		 23/tcp[/b]

 

Restart inetd (kill -1 is like -HUP)

root@nexenta:~# ps -ef | grep inetd
root   260	 1   0   Jul 25 ?		   0:01 /usr/lib/inet/inetd start
root  2290  2259   0 09:57:05 pts/1	   0:00 grep inetd
root@nexenta:~# kill -1 260
root@nexenta:~# ps -ef | grep inetd
root   260	 1   1   Jul 25 ?		   0:01 /usr/lib/inet/inetd start
root  2317  2259   0 09:57:28 pts/1	   0:00 grep inetd

 

nmap scan again:

root@nexenta:~# nmap -v -P0 -sT localhost  
<SNIP>
PORT	 STATE SERVICE
22/tcp   open  ssh
25/tcp   open  smtp
111/tcp  open  rpcbind
139/tcp  open  netbios-ssn
445/tcp  open  microsoft-ds
587/tcp  open  submission
631/tcp  open  ipp
4045/tcp open  lockd

 

Done.

 

This link might have some helpful links and stuff

 

https://mandrivausers.org/index.php?showtopic=28975

Link to comment
Share on other sites

hmmn.. Im using it now.. but a little lost.. coz its gnome by default... :D

 

 

KDE is there if you are more familliar with that: I found "kubuntu" packages, but not sure if you want that or simply kdebase

 

kdebase - base components from the official KDE release

 

 

Guess you can test it out and see what happens :)

 

root@nexenta:~# apt-cache search kubuntu
kubuntu-live - Kubuntu live system
kubuntu-desktop - Kubuntu desktop system
kubuntu-artwork-usplash - kubuntu artwork for usplash
language-selector-qt - Language selector for kubuntu linux
kubuntu-grub-splashimages - grub splashimages for Kubuntu
kubuntu-default-settings - Default settings and artwork for the Kubuntu desktop
kubuntu-konqueror-shortcuts - Konqueror shortcuts for the Ubuntu wiki and bugzilla
kubuntu-artwork-kbfx - kubuntu artwork for KBFX
kubuntu-docs - kubuntu documentation

Link to comment
Share on other sites

Forgot to share this, which Is from OpenSolaris, but I assume might be default someday in Nexenta too.....

 

Secure By Default

 

SBD part 1

 

SBD part 2

 

SBD part3

 

*EDIT: Its actually in Nexenta, sort of, starts shutting services down then breaks.....I'll open a bug.

 

sudo netservices limited

restarting syslogd

restarting sendmail

svcprop: Pattern 'svc:/application/management/wbem:default' doesn't match any entities

justin@nexenta:~$ sudo nmap -v -P0 -sT localhost

22/tcp open ssh

111/tcp open rpcbind

139/tcp open netbios-ssn

445/tcp open microsoft-ds

631/tcp open ipp

 

 

SSH should be the only open service...

Edited by jlc
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...