Eglide: Difference between revisions

From Nasqueron Agora
(Created page with "'''Eglide''' is a shell server donated by Kaliiixx for an independant shell project. == Responsibilities and involvement == * Eglide is an independant shell project free to...")
 
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Eglide''' is a shell server donated by Kaliiixx for an independant shell project.
'''Eglide''' is a shell server donated by Sandlayth for an independant shell project.


== Responsibilities and involvement ==
== Responsibilities and involvement ==


* Eglide is an independant 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)


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


=== IPv6 ===
'''IPv6''': 2001:470:1f13:896:0:c0de:15:11fe
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 official IPv6 address hasn't been determined yet.
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 [https://devcentral.nasqueron.org/P343 Devcentral].
=== Ports ===
{| class="wikitable sortable"
{| class="wikitable sortable"
|-
|-
!IP !! Header text !! Reserved for
! Port !! User !! Service !! Configuration source
|-
| 22 || root || OpenSSH || /etc/ssh/sshd_config
|-
|-
| 2001:470:1f13:896::7 || ipv6.us.death-knight.org || (public)
| 80 || www-data || nginx || /etc/nginx/sites-enabled/default
|-
|-
| 2001:470:1f13:896::9 || turn.back.cyber-crime.ml || (public)
| 443 || www-data || nginx || /etc/nginx/sites-enabled/default
|-
|-
| 12000 || bitlbee || bitlbee || {{Ops file|roles/shellserver/userland-software/files/etc__init.d__bitlbee}}
|}
|}
== Policies ==
See [[Eglide/Policies]].
== See also ==
* [[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/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