94.102.49.238

As of: Sep 10, 2024 5:31pm UTC | Latest

Basic Information

Reverse DNS
gate.dnsheaven.com
Routing
94.102.49.0/24  via INT-NETWORK, SC (AS202425)
OS
Ubuntu Linux
Services (3)
22/SSH, 25/SMTP, 80/HTTP
Labels
Default Landing Page Email Remote Access

SSH 22/TCP
09/10/2024 17:31 UTC

Remote Access

Software

linux
Ubuntu Linux 20.04
OpenBSD OpenSSH 8.2

Details

Host Key
Algorithm
ecdsa-sha2-nistp256
Fingerprint
1d97c7eeb7807a98146674d077043f9b64a947beb6475fa0b8b23877fcb30d91
Negotiated
Key Exchange
[email protected]
Symmetric Cipher
aes128-ctr [] aes128-ctr []
MAC
hmac-sha2-256 [] hmac-sha2-256 []

SMTP 25/TCP
09/10/2024 15:29 UTC

Email

Software

linux
Postfix
Ubuntu Linux

Details

Banner
220 B02S27.AMS5.dnsheaven.com ESMTP Postfix (Ubuntu)
EHLO
250-B02S27.AMS5.dnsheaven.com
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250-DSN
250-SMTPUTF8
250 CHUNKING
Start TLS
220 2.0.0 Ready to start TLS

TLS

Handshake
Version Selected
TLSv1_3
Cipher Selected
TLS_CHACHA20_POLY1305_SHA256
Certificate
Fingerprint
c61b8c3e1fede7139dece623a8bddd9fcae6f7eee43a7d1d633edd40d1ce146f
Subject
CN=B02S27.AMS5.dnsheaven.com
Issuer
CN=B02S27.AMS5.dnsheaven.com
Names
B02S27.AMS5.dnsheaven.com
Fingerprint
JA3S
475c9302dc42b2751db9edcac3b74891
JA4S
t130200_1303_a56c5b993250

HTTP 80/TCP
09/10/2024 10:27 UTC

Default Landing Page

Software

Ubuntu Linux
Apache HTTPD 2.4.41

Details

http://94.102.49.238/
Status
200  OK
Body Hash
sha1:07993837ce7f0273a65b20db8ee9b24823da7e1e
HTML Title
Apache2 Ubuntu Default Page: It works
Response Body
      ![Ubuntu Logo](/icons/ubuntu-logo.png) Apache2 Ubuntu Default Page

It works!

This is the default welcome page used to test the correct operation of the
Apache2 server after installation on Ubuntu systems. It is based on the
equivalent page on Debian, from which the Ubuntu Apache packaging is derived.
If you can read this page, it means that the Apache HTTP server installed at
this site is working properly. You should **replace this file** (located at
`/var/www/html/index.html`) before continuing to operate your HTTP server.

If you are a normal user of this web site and don't know what this page is
about, this probably means that the site is currently unavailable due to
maintenance. If the problem persists, please contact the site's administrator.

Configuration Overview

Ubuntu's Apache2 default configuration is different from the upstream default
configuration, and split into several files optimized for interaction with
Ubuntu tools. The configuration system is **fully documented in
/usr/share/doc/apache2/README.Debian.gz**. Refer to this for the full
documentation. Documentation for the web server itself can be found by
accessing the [manual](/manual) if the `apache2-doc` package was installed on
this server.

The configuration layout for an Apache2 web server installation on Ubuntu
systems is as follows:

    
    
    /etc/apache2/
    |-- apache2.conf
    |       `--  ports.conf
    |-- mods-enabled
    |       |-- *.load
    |       `-- *.conf
    |-- conf-enabled
    |       `-- *.conf
    |-- sites-enabled
    |       `-- *.conf
              

  * `apache2.conf` is the main configuration file. It puts the pieces together by including all remaining configuration files when starting up the web server. 
  * `ports.conf` is always included from the main configuration file. It is used to determine the listening ports for incoming connections, and this file can be customized anytime. 
  * Configuration files in the `mods-enabled/`, `conf-enabled/` and `sites-enabled/` directories contain particular configuration snippets which manage modules, global configuration fragments, or virtual host configurations, respectively. 
  * They are activated by symlinking available configuration files from their respective *-available/ counterparts. These should be managed by using our helpers ` a2enmod, a2dismod, ` ` a2ensite, a2dissite, ` and ` a2enconf, a2disconf `. See their respective man pages for detailed information. 
  * The binary is called apache2. Due to the use of environment variables, in the default configuration, apache2 needs to be started/stopped with `/etc/init.d/apache2` or `apache2ctl`. **Calling` /usr/bin/apache2` directly will not work** with the default configuration. 

Document Roots

By default, Ubuntu does not allow access through the web browser to _any_ file
apart of those located in `/var/www`,
[public_html](http://httpd.apache.org/docs/2.4/mod/mod_userdir.html)
directories (when enabled) and `/usr/share` (for web applications). If your
site is using a web document root located elsewhere (such as in `/srv`) you
may need to whitelist your document root directory in
`/etc/apache2/apache2.conf`.

The default Ubuntu document root is `/var/www/html`. You can make your own
virtual hosts under /var/www. This is different to previous releases which
provides better security out of the box.

Reporting Problems

Please use the `ubuntu-bug` tool to report bugs in the Apache2 package with
Ubuntu. However, check [existing bug
reports](https://bugs.launchpad.net/ubuntu/+source/apache2) before reporting a
new bug.

Please report bugs specific to modules (such as PHP and others) to respective
packages, not to the web server itself.
    

Geographic Location

City
Amsterdam
Province
North Holland
Country
Netherlands (NL)
Coordinates
52.37403, 4.88969
Timezone
Europe/Amsterdam