meta_port_allocation
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
meta_port_allocation [2020/10/28 06:25] – created peteyboy | meta_port_allocation [2024/09/05 05:33] (current) – ''’ hc9 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ==== Port Allocation ==== | ||
+ | |||
+ | At the '' | ||
+ | |||
+ | === The Word from Membership === | ||
+ | |||
+ | The elusive topic of users being able to allocate ports has come up several times on bboard and has yet to be documented. Here's official word from smj: | ||
+ | |||
+ | TACKER: | ||
+ | SUBJECT: .. SDF user port allocation | ||
+ | DATE: 20-Apr-13 22:35:45 | ||
+ | HOST: ol | ||
+ | Its quite simple and should be add to the tutorials. | ||
+ | based on your numeric id. You may run a simple server process on | ||
+ | meta.sdf.org as long as it does not circumvent a membership (for instance, | ||
+ | running your own webserver to host your own domain name bypassing the VHOST | ||
+ | membership). | ||
+ | print. | ||
+ | If you run a minecraft server you'll probably get emails from other users | ||
+ | asking you to stop hogging CPU and Memory. | ||
+ | |||
+ | === What Port Can I Use? === | ||
+ | |||
+ | Now that you know the policy, you might ask yourself, how do I get my numeric id? Which system provides the correct numeric id? Answer is simple, you run the ‘'' | ||
+ | |||
+ | **Example: | ||
+ | < | ||
+ | $ id | ||
+ | uid=56395(user) gid=500(arpa) groups=500(arpa), | ||
+ | $ id -u | ||
+ | 56395 | ||
+ | $ | ||
+ | </ | ||
+ | |||
+ | In the above example, note that the output of '' | ||
+ | |||
+ | Here are some servers you can run on your own port: | ||
+ | |||
+ | * [[building_a_basic_ruby_on_rails_application|Building a Basic Ruby on Rails Application]] | ||
+ | * [[NodeJs on MetaArray]] | ||
+ | * [[Java Jetty Server on MetaArray]] | ||
+ | |||
+ | ---- | ||
+ | |||
+ | Legacy link [[http:// | ||