Sign inSign up

edtasixm11/net18

By edtasixm11

Updated over 7 years ago

Nethost: serveis de xarxa @edt ASIX M11-SAD Curs 2018-2019 Escola del treball de Barcelona

Image
0

301

edtasixm11/net18 repository overview

Nethost

@ edt ASIX M11-SAD Curs 2018-2019

Podeu trobar la documentació a Github edtasixm11

Podeu trobar la documentació del mòdul a ASIX-M11

ASIX M1-SAD Escola del treball de barcelona

Repositori per a generar hosts amb serveis de xarxaserveis

edtasixm11/net18:nethost Host amb tot de serveis de xarxa actius, i rèpliques per a fer tests de connectivitat, xinetd, tcpwrappers, túnels ssh i iptables.

compose directori amb exemples de docker-compose per a fer desplegaments combinant vàris containers, en especial el portainer i el visualizer.

Execució

Sense mapejar els ports

docker netweork create mynet
docker run --rm --name nethost -h nethost --net mynet -d edtasixm11/net18:nethost

Amb ports mapejats

docker netweork create mynet
docker run --rm --name nethost -h nethost --net mynet -p 7:7 -p 13:13 -p 80:80 -d edtasixm11/net18:nethost

NetHost

edtasixm11/net18:nethost Servidor de serveis de xarxa, usant xinetd, redireccions, httpd, vsftp, ftpd, etc. S'utilitza per fer tests de connectivitat, xinetd, tcpwrappers, túnels ssh i iptables.

  • serveis xinetd: echo(7), daytime(13) i chargen(19) stream (tcp).
  • serveis xinetd: echo(7), daytime(13) i chargen(19) dgram (udp).
  • serveis del paquet uw-imap: ipop3(110), imap(143), pop3s (995), imaps (993).
  • servei web httpd(80).
  • serveis xinetd redireccions: 2007 (7), 2013 (13) i 2080 (80). També 3080 (www.gmail.com 80)
  • serveis xinetd redireccions bnd al loopback: 4007 (7), 4013 (13), 4080 (80).
  • servei vsftpd(20,21).
  • servei sshd(22).
  • servei tftp (69).

Tag summary

Content type

Image

Digest

Size

249.7 MB

Last updated

over 7 years ago

docker pull edtasixm11/net18:nethost