Advertisement
Refael

UFW OpenSim configuration

May 28th, 2011
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. 1)Create a Launcher with opposite clicking the Desktop & selecting "Create Launcher"
  2.  
  3. 2)Name it GKSudo Launcher & Insert the command: gksu "gnome-open %u"
  4.  
  5. 3)Open GKSudo Launcher & navigate to the file folder /etc/ufw/applications.d/
  6.  
  7. 4)Create New Document with the example information:
  8.  
  9. [OpenSim Listener]
  10. title=OpenSim Listener (OpenSim, Listener)
  11. description=Opensimulator, 3D application server
  12. ports=9000/tcp
  13.  
  14. [OpenSim Regions]
  15. title=OpenSim Regions (OpenSim, Regions)
  16. description=Opensimulator, 3D application server
  17. ports=9000,9001,9002,9003/udp
  18.  
  19. 5)Open your Terminal(Consolar) & type:~$ sudo ufw restart
  20.  
  21. 6)Type:~$ sudo ufw status & you should get a message similar:
  22.  
  23. Status: active
  24.  
  25. To Action From
  26. -- ------ ----
  27. 9000/tcp ALLOW Anywhere
  28. OpenSim Listener ALLOW Anywhere
  29. 9000:9004/udp ALLOW Anywhere
  30. OpenSim Regions ALLOW Anywhere
  31.  
  32. If you are still experiencing problems with your Grid access, it pertains nmap, which is more complicated than simply a Modem Port Forwarding issue, and though Port Forwarding is pertinent within nmap, the "n" in nmap references "Network". Haha
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement