Firstly download the server RPM package:
wget http://download.neorouter.com/Downloads/NRFree/Update_2.3.1.4360/Linux/CentOS/nrserver-2.3.1.4360-free-centos-x86_64.rpm
We will then install the package:
sudo rpm -i nrserver-*
We will need to configure the firewall (which replaces iptables in RHEL 7) as follows:
yum install firewalld
service firewalld start
systemctl enable firewalld
firewall-cmd --zone=public --add-port=32976/tcp --permanent
finally restart the iptables service with:
firewall-cmd --reload
We can check the NeoRouter configuration with the following command:
nrserver -showsettings
I do not want IPv6 enabled, so we can create a config file for NeoRouter:
cd /usr/local/ZebraNetworkSystems/NeoRouter/
vi Feature.ini
Copy and paste the Feature.ini config from:
http://www.neorouter.com/wiki/index.php/NeoRouterWiki:ConfigurationFiles
and ensure you change the 'HostIPType=0' to 'HostIPType=1'
Then restart the service with:
service nrserver restart
Setup virtual network info (required):
nrserver -setdomain myPrivateNetwork myDomainPassword
and setup user / passwords:
nrserver -adduser admin password myComl3xP@44W0rd!
Now we can connect to our NeoRouter server e.g.
<public-ip-address>:32976
0 comments:
Post a Comment