For everybody who wants to test OpenGTS and help to enhance the software, I have made a Virtual Image using VirtualBox.
Some goodies:
- Full functional server with enhancements, based on Ubuntu 9.10 Server Edition
- Netbeans Integration
- latitude-badge integration, startup scripts, cronjobs, desktop-shortcuts, sanav tcp/udp server - based on original gc101 implementation
If you are not a linux admin, use this behind firewalls, do portforwarding from external IP to server ports to test real devices.
All passwords set to: opengts
Download 2G file from here: http://gps.info.ro/vdi/OpenGTS.vdi.bz2
Abonaţi-vă la:
Postare comentarii (Atom)

18 comentarii:
sorry, but the password "opengts" failed whit the root user.
what is the correct password for the root user?
By defalut the root account is locked.
For root access you must do, from a bash shell: $sudo su -
See the documentation: https://help.ubuntu.com/community/RootSudo
thanks, i got root access but I can not configure network access, any solution.
I think there is a problem under Windows (when the host is windows). I would try to switch from bridge to NAT and back, using another driver for emulation (in host) and configure the IP-address from hand (not with DHCP).
See some user FAQ on Wiki:
http://www.virtualbox.org/search?q=networking+windows+host&noquickjump=1&ticket=on&changeset=on&wiki=on
thanks, now i have access to the network... this is the solution:
I download and install the uml-utilities and bridge-utils, after excuted the next commands:
sudo tunctl -t tap0 -u opengts
sudo chmod 666 /dev/net/tun
sudo /usr/sbin/brctl addbr br0
sudo /sbin/ifconfig eth0 0.0.0.0 promisc
sudo /usr/sbin/brctl addif br0 eth0
sudo /sbin/dhclient br0
sudo /usr/sbin/brctl addif br0 tap0
sudo ifconfig tap0 192.9.200.127 up
sudo bash -c 'echo 1 > /proc/sys/net/ipv4/conf/tap0/proxy_arp'
sudo route add -host 192.9.200.127 dev tap0
sudo arp -Ds 192.9.200.27 eth0 pub
sudo tunctl -t tap1 -u alex
sudo chmod 666 /dev/net/tun
sudo /usr/sbin/brctl addbr br1
sudo /sbin/ifconfig eth1 0.0.0.0 promisc
sudo /usr/sbin/brctl addif br1 eth1
sudo /sbin/dhclient br1
sudo /usr/sbin/brctl addif br1 tap1
sudo ifconfig tap1 10.10.100.142 up
sudo bash -c 'echo 1 > /proc/sys/net/ipv4/conf/tap0/proxy_arp'
sudo route add -host 10.10.100.142 dev tap1
sudo arp -Ds 10.10.100.147 eth1 pub
:)
NOW, what port receive the nmea sentences on dmtp?
Hi,
OpenDMTP is not started on the server.
You must start this manually.
Mihai
how to??
Hi Mihai,
Thank you so much for the image!
I want to kindly propose to you if you can make an installable boot cd/dvd just like your image in order to give some extra help to non Linux users!
I read somewhere that there is a util remastersys that can do that....
I am trying hard to make a clean install of Ubuntu with OpenGTS but I can't make it.....(I dont know linux so good)
If you can do that it will be very helpful!!!
A Live Linux CD...good idea, hope I will have time. Thx.
What is the default user?
opengts with password opengts
Sorry.
I have tried it already and I can not enter.
Unzipped the file and add it to my virtual box but nothing I can tell you
I asked.
It could be that were doing something wrong
Hi,
after starting the machine, actually is booting the GUI (KDE), and is logging in without asking for any password. But the default user is "opengts"...
Opening a console and doing "sudo su -" you can take root and control the machine.
Hope this helps.
Mihai
wonderful
good job
which is the command to start the service OpenDMTP
Hi Rodrigo,
actually this is documented in OpenGTS manual. I did not used OpenDMTP, but i think is like all other servers: first check if it is activated in bin/serverList the execute bin/startServers.sh -start...and, of course, make sure the port is reachable from outside.
Mihai
Hi again,
I want ti kindly ask if it is possible to publish a doc file in order for us to find easily where are the startup scripts and the cronjobs and all the other custom?
Thank you in advance
Regards
Christos
what is the url for access to opengts, i tried http://localhost:8080 but its loads the tomcat default page.
Trimiteţi un comentariu