Skip to content
Snippets Groups Projects
Commit 3663ba0e authored by Peter Gerwinski's avatar Peter Gerwinski
Browse files

Beispiele 6.11.2024

parent 9351e647
Branches
No related tags found
No related merge requests found
cassini/home/peter/bo/2024ws/dbs/20241106> host ngc224.gerwinski.de
ngc224.gerwinski.de is an alias for m31.gerwinski.de.
m31.gerwinski.de has address 88.198.170.60
m31.gerwinski.de mail is handled by 10 mx2.gerwinski.de.
cassini/home/peter/bo/2024ws/dbs/20241106> nc 88.198.170.60 1234
(UNKNOWN) [88.198.170.60] 1234 (?) : Connection refused
cassini/home/peter/bo/2024ws/dbs/20241106> nc 88.198.170.60 80
Hallo?
HTTP/1.1 400 Bad Request
Date: Wed, 06 Nov 2024 10:39:34 GMT
Server: Apache/2.4.62 (Debian)
Content-Length: 308
Connection: close
Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>400 Bad Request</title>
</head><body>
<h1>Bad Request</h1>
<p>Your browser sent a request that this server could not understand.<br />
</p>
<hr>
<address>Apache/2.4.62 (Debian) Server at m31.gerwinski.de Port 80</address>
</body></html>
cassini/home/peter/bo/2024ws/dbs/20241106> nc 88.198.170.60 80
GET / HTTP/1.1^M
Host: www.peter.gerwinski.de^MHTTP/1.1 408 Request Timeout
Date: Wed, 06 Nov 2024 10:40:26 GMT
Server: Apache/2.4.62 (Debian)
Content-Length: 303
Connection: close
Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>408 Request Timeout</title>
</head><body>
<h1>Request Timeout</h1>
<p>Server timeout waiting for the HTTP request from the client.</p>
<hr>
<address>Apache/2.4.62 (Debian) Server at m31.gerwinski.de Port 80</address>
</body></html>
cassini/home/peter/bo/2024ws/dbs/20241106> Host: www.peter.gerwinski.de
bash: Host:: Kommando nicht gefunden.
cassini/home/peter/bo/2024ws/dbs/20241106> nc 88.198.170.60 80
GET / HTTP/1.1^M
Host: www.peter.gerwinski.de^M
HTTP/1.1 400 Bad Request
Date: Wed, 06 Nov 2024 10:41:26 GMT
Server: Apache/2.4.62 (Debian)
Content-Length: 308
Connection: close
Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>400 Bad Request</title>
</head><body>
<h1>Bad Request</h1>
<p>Your browser sent a request that this server could not understand.<br />
</p>
<hr>
<address>Apache/2.4.62 (Debian) Server at m31.gerwinski.de Port 80</address>
</body></html>
cassini/home/peter/bo/2024ws/dbs/20241106> nc 88.198.170.60 80
GET / HTTP/1.1
HTTP/1.1 400 Bad Request
Date: Wed, 06 Nov 2024 10:42:08 GMT
Server: Apache/2.4.62 (Debian)
Content-Length: 308
Connection: close
Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>400 Bad Request</title>
</head><body>
<h1>Bad Request</h1>
<p>Your browser sent a request that this server could not understand.<br />
</p>
<hr>
<address>Apache/2.4.62 (Debian) Server at m31.gerwinski.de Port 80</address>
</body></html>
cassini/home/peter/bo/2024ws/dbs/20241106> nc 88.198.170.60 80
GET /^M
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>ngc224.gerwinski.de</title>
</head>
<body background="ngc224.jpg" bgcolor="#000000" text="#CFCFCF"
link="#7F7FFF" alink="#CFCFFF" vlink="#FF5FFF">
<h1>ngc224.gerwinski.de - der Server</h1>
<p>Benannt nach der Andromeda-Galaxie - M31 - NGC224
<p align="center"><img src="null.png" alt="" width="1" height="1" vspace="360">
<p><font size="-2"><a href="http://www.peter.gerwinski.de">Peter Gerwinski</a><br>
<a href="http://www.noao.edu/image_gallery/html/im0424.html">Bild:
Bill Schoening, Vanessa Harvey/REU program/NOAO/AURA/NSF</a></font>
</body>
</html>
cassini/home/peter/bo/2024ws/dbs/20241106> nc 88.198.170.60 25
220 mx1.gerwinski.de ESMTP Exim 4.96 Wed, 06 Nov 2024 11:43:23 +0100
HELO cassini
250 mx1.gerwinski.de Hello cassini [195.37.15.82]
MAIL FROM: <gates@microsoft.com>
250 OK
RCPT TO: <peter@gerwinski.de>
451-195.37.15.82 is not yet authorized to deliver mail from
451 <gates@microsoft.com> to <peter@gerwinski.de>. Please try later.
500 unrecognized command
QUIT
221 mx1.gerwinski.de closing connection
cassini/home/peter/bo/2024ws/dbs/20241106> nc 88.198.170.60 25
220 mx1.gerwinski.de ESMTP Exim 4.96 Wed, 06 Nov 2024 11:45:36 +0100
HELO cassini
250 mx1.gerwinski.de Hello cassini [195.37.15.82]
MAIL FROM: <gates@microsoft.com>
250 OK
RCPT TO: <peter@gerwinski.de>
250 Accepted
DATA
354 Enter message, ending with "." on a line by itself
From: Elon Musk <musk@tesla.com>
To: Donald Trump <trump@trump.trump>
Subject: Hi! :-)
Make money fast!!!1!¡!
.
250 OK id=1t8dYU-00GVGs-1o
QUIT
221 mx1.gerwinski.de closing connection
cassini/home/peter/bo/2024ws/dbs/20241106>
From gates@microsoft.com Wed Nov 06 11:48:06 2024
Return-path: <gates@microsoft.com>
Envelope-to: peter@phoenix.intern
Delivery-date: Wed, 06 Nov 2024 11:48:06 +0100
Received: from [127.0.0.1] (helo=m31.gerwinski.de)
by cassini with esmtp (Exim 4.96)
(envelope-from <gates@microsoft.com>)
id 1t8dZx-005JYN-0M
for peter@phoenix.intern;
Wed, 06 Nov 2024 11:48:06 +0100
Received: from [195.37.15.82] (helo=cassini)
by m31.gerwinski.de with smtp (Exim 4.96)
(envelope-from <gates@microsoft.com>)
id 1t8dYU-00GVGs-1o
for peter@gerwinski.de;
Wed, 06 Nov 2024 11:47:39 +0100
From: Elon Musk <musk@tesla.com>
To: Donald Trump <trump@trump.trump>
Subject: Hi! :-)
Message-Id: <E1t8dZx-005JYN-0M@cassini>
Date: Wed, 06 Nov 2024 11:48:06 +0100
Status: RO
Content-Length: 24
Lines: 1
Make money fast!!!1!¡!
From harris@not.trump Wed Nov 06 13:34:06 2024
Return-path: <harris@not.trump>
Envelope-to: peter@phoenix.intern
Delivery-date: Wed, 06 Nov 2024 13:34:06 +0100
Received: from [127.0.0.1] (helo=m31.gerwinski.de)
by cassini with esmtp (Exim 4.96)
(envelope-from <harris@not.trump>)
id 1t8fEc-0004qj-1H
for peter@phoenix.intern;
Wed, 06 Nov 2024 13:34:06 +0100
Received: from [195.37.15.85] (helo=kriexinger)
by m31.gerwinski.de with smtp (Exim 4.96)
(envelope-from <harris@not.trump>)
id 1t8fDN-00GbqI-2U
for peter@gerwinski.de;
Wed, 06 Nov 2024 13:33:55 +0100
FROM: Kamala Harris <harris@not.trump>
TO: Peter Gerwinski <peter@gerwinski.de>
Subject: Hi, i lost :(
Message-Id: <E1t8fEc-0004qj-1H@cassini>
Date: Wed, 06 Nov 2024 13:34:06 +0100
Status: RO
Content-Length: 71
Lines: 6
Hallo Herr Gerwinski,
ist die E-Mail angekommen?
VG Kevin Riexinger
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment