Changes

From SME Server
Jump to navigationJump to search
163 bytes removed ,  09:22, 20 October 2014
m
no edit summary
Line 1: Line 1: −
<blockquote style="background-color: linen; border: solid thin grey; border-left-width: 1px; border-left-color: grey; font-size: 95%; border-radius: 0.3em; padding: 7px 7px 7px 7px;box-shadow: 3px 3px 3px #888888; float: right;">
+
 
[http://koozali.org '''Koozali Foundation Inc.'''].SME Server is a leading Open Source distribution for small and medium enterprises. It is a simple, powerful, secure Linux server for networking and communicating, used by thousands of individuals, companies and organizations all over the world. SME Server provides a friendly, free alternative to expensive proprietary software, standing apart from the competition by shipping with most common functionality preconfigured, and features a number of popular additional enhancements in the form of downloadable Contributions.
+
<div class="mw-collapsible mw-collapsed" data-collapsetext="Collapse" data-expandtext="More on networking">
</blockquote>
+
or if you want to assign a specific IP address (e.g. 192.168.1.2).
 +
<syntaxhighlight lang="Bash">
 +
ifconfig eth0 192.168.1.2
 +
echo "nameserver 192.168.1.254" >> /etc/resolv.conf
 +
route add default gw 192.168.1.254 eth0
 +
</syntaxhighlight>
 +
 
 +
To make your changes permanent you will need to edit the configuration file to make it active on boot. There is only the vi text editor, you can also install nano.
 +
<syntaxhighlight lang="Bash">
 +
yum install nano
 +
nano /etc/sysconfig/network-scripts/ifcfg-eth0
 +
</syntaxhighlight>
 +
and set ONBOOT=”YES”
 +
</div>
     

Navigation menu