[root@f17-64 ~]# uname -ri 3.6.8-2.fc17.x86_64 x86_64 [root@f17-64 ~]# cat /etc/fedora-release Fedora release 17 (Beefy Miracle) |
before installing coreemu , disable SELinux
# egrep -v ^# /etc/sysconfig/selinux SELINUX=disable SELINUXTYPE=targeted |
flush iptables / ip6tables rule
[root@f17-64 ~]# iptables -F [root@f17-64 ~]# ip6tables -F [root@f17-64 ~]# iptables-save > /etc/sysconfig/iptables [root@f17-64 ~]# ip6tables-save > /etc/sysconfig/ip6tables |
[ install coreemu ]
install kernel modules extra , if you have not installed it
[root@f17-64 ~]# rpm -qa | grep modules-extra |
download quagga MDR and install it
[root@f17-64 ~]# wget http://downloads.pf.itd.nrl.navy.mil/ospf-manet/quagga-0.99.21mr2.2/quagga-0.99.21mr2.2-1.fc16.x86_64.rpm [root@f17-64 ~]# yum localinstall quagga-0.99.21mr2.2-1.fc16.x86_64.rpm -y |
download core and install
[root@f17-64 ~]# wget http://downloads.pf.itd.nrl.navy.mil/core/packages/4.4/core-4.4-1.fc17.x86_64.rpm [root@f17-64 ~]# yum localinstall core-4.4-1.fc17.x86_64.rpm -y |
start core daemon
[root@f17-64 ~]# systemctl daemon-reload [root@f17-64 ~]# systemctl start core-emulator.service |
launch GUI
[root@f17-64 ~]# core Setting up user config area /root/.core, /root/.core/configs, and /root/.core/myservices Creating a default /root/.core/nodes.conf Creating a default /root/.core/servers.conf Creating a default /root/.core/plugins.conf Connecting to "cored.py" (127.0.0.1:4038)...connected. |
open sample imn configuration ( sample1.imm )
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.