Eglide: Difference between revisions

From Nasqueron Agora
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 5: Line 5:
* Eglide is an independent shell project free to use
* Eglide is an independent shell project free to use
* Nasqueron supports the infrastructure and ITC management
* Nasqueron supports the infrastructure and ITC management
* Wolfplex Hackerspace gives support to users @ Freenode #wolfplex
* Wolfplex Hackerspace gives support to users @ Libera Chat #wolfplex (there is also a channel #eglide)


== Networking ==
== Networking ==
=== IP connectivity ===
=== IP connectivity ===
'''IPv4''': 212.47.244.42
'''IPv4''': 51.159.150.221


'''IPv6''': 2001:470:1f13:896:0:c0de:15:11fe
'''IPv6''': 2001:470:1f13:896:0:c0de:15:11fe
Line 15: Line 15:
IPv6 is provided by an HE tunnel, our range is 2001:470:1f13:896::/64.
IPv6 is provided by an HE tunnel, our range is 2001:470:1f13:896::/64.


The command <code>vhosts</code> allows to get the full list.
It's possible to reserve an IP for a service, and customize reverse DNS. Also, if we move from one ISP to another, or from one DC to another, this block moves with us while IPv4 will probably change.


[https://devcentral.nasqueron.org/diffusion/OPS/browse/master/roles/shellserver/vhosts/files/vhosts.eglide rOPS roles/shellserver/vhosts/files/vhosts.eglide] contains the up to date list.
Working network configuration state can be found on [https://devcentral.nasqueron.org/P343 Devcentral].


=== Ports ===
=== Ports ===
Line 28: Line 28:
| 80 || www-data || nginx || /etc/nginx/sites-enabled/default
| 80 || www-data || nginx || /etc/nginx/sites-enabled/default
|-
|-
| 12000 || bitlbee || bitlbee || {{Salt file|roles/shellserver/userland-software/files/etc__init.d__bitlbee}}
| 443 || www-data || nginx || /etc/nginx/sites-enabled/default
|-
| 12000 || bitlbee || bitlbee || {{Ops file|roles/shellserver/userland-software/files/etc__init.d__bitlbee}}
|}
|}


Line 37: Line 39:
* [[Operations grimoire/Create and revoke user accounts on Salt servers]]
* [[Operations grimoire/Create and revoke user accounts on Salt servers]]
* [[Operations grimoire/Deploy with Salt]] (Eglide is purely managed through rOPS and Salt)
* [[Operations grimoire/Deploy with Salt]] (Eglide is purely managed through rOPS and Salt)
* [[Operations grimoire/Eglide]]


[[Category:Servers]]
[[Category:Servers]]

Latest revision as of 19:37, 20 July 2023

Eglide is a shell server donated by Sandlayth for an independant shell project.

Responsibilities and involvement

  • Eglide is an independent shell project free to use
  • Nasqueron supports the infrastructure and ITC management
  • Wolfplex Hackerspace gives support to users @ Libera Chat #wolfplex (there is also a channel #eglide)

Networking

IP connectivity

IPv4: 51.159.150.221

IPv6: 2001:470:1f13:896:0:c0de:15:11fe

IPv6 is provided by an HE tunnel, our range is 2001:470:1f13:896::/64.

It's possible to reserve an IP for a service, and customize reverse DNS. Also, if we move from one ISP to another, or from one DC to another, this block moves with us while IPv4 will probably change.

Working network configuration state can be found on Devcentral.

Ports

Port User Service Configuration source
22 root OpenSSH /etc/ssh/sshd_config
80 www-data nginx /etc/nginx/sites-enabled/default
443 www-data nginx /etc/nginx/sites-enabled/default
12000 bitlbee bitlbee rOPS: roles/shellserver/userland-software/files/etc__init.d__bitlbee

Policies

See Eglide/Policies.

See also