Network Services

Monday, March 19, 2012

install webmin for Ubuntu

how to install webmin for Ubuntu ? 

After the completion of system installation Ubuntu 

Link install system 

Begin to install webmain

To deliver the Internet to your server


And install IP your server



sudo nano /etc/network/interfaces







# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 10.0.0.208
gateway 10.0.0.2
netmask 255.0.0.0


Login File DNS 



sudo nano /etc/resolv.conf
Type Your DNS OR DNS Google



nameserver 208.67.222.123
nameserver 208.67.222.123


OR



nameserver 8.8.8.8
nameserver 8.8.4.4

network restart

sudo /etc/init.d/networking restart
go to program PUTTY
Type IP Server
Login User nam password Your server











Test intranet


Login root





Sudo -i



Go Download Webmin


wget http://prdownloads.sourceforge.net/webadmin/webmin-1.580.tar.gz
Unzip the file


tar zxvf webmin-1.580.tar.gz 




Login file  

cd webmin-1.580 
Go to Setup

./setup.sh  


Press Enter
Press Enter
Press Enter
Select a port user
"10000"
Type Username
Type Password
y
Go to Browser 
Sign in 






See you in the next lesson

with you

Mohamed Samir









0 comments:

Post a Comment