P
P
parkito2015-10-25 02:47:32
linux
parkito, 2015-10-25 02:47:32

Does it interfere with the web server?

Hello. Please help me solve the problem. On the server, the webmin control panel lived quietly (on port 10000), Apache was also spinning. After installing some software, all this is no longer available. I don't understand what could be causing this.

nmap localhost

Starting Nmap 6.40 ( nmap.org ) at 2015-10-24 19:41 EDT
mass_dns: warning: Unable to determine any DNS servers. Reverse DNS is disabled. Try using --system-dns or specify valid servers with --dns-servers
Nmap scan report for localhost (127.0.0.1)
Host is up (0.0012s latency).
Not shown: 991 closed ports
PORT STATE SERVICE
21/tcp open ftp
22/tcp open ssh
25/tcp open smtp
80/tcp open http
111/tcp open rpcbind
139/tcp open netbios-ssn
445/tcp open microsoft-ds
3306/ tcp open mysql
10000/tcp open snet-sensor-mgmt


sudo netstat -ltnp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 192.168.122.1:53 0.0.0.0:* LISTEN 2472/dnsmasq
tcp 0 0 0.0.0.0 :22 0.0.0.0:* LISTEN 1272/sshd
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 1625/master
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 804/smbd
tcp 0 0 0.0. 0.0:36361 0.0.0.0:* LISTEN 742/rpc.statd
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 1383/mysqld
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 804/smbd tcp 0 0 0.0.0.0:111
0.0.0.0:* LISTEN 701/rpcbind
perl
tcp6 0 0 :::21 :::* LISTEN 1727/proftpd: (acce
tcp6 0 0 :::22 :::* LISTEN 1272/sshd
tcp6 0 0 :::25 :::* LISTEN 1625/master
tcp6 0 0 :::2141 :::* LISTEN 1727/proftpd: (acce
tcp6 0 0 :::445 :::* LISTEN 804/smbd
tcp6 0 0 :::48134 :::* LISTEN 742/rpc.statd
tcp6 0 0 :::139 :::* LISTEN 804/smbd
tcp6 0 0 :::111 :::* LISTEN 701/rpcbind
tcp6 0 0 :::80 :::* LISTEN 2583/apache2

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Daemon23RUS, 2015-10-25
@Daemon23RUS

Wangyu: iptables
ps It seemed to me that the web is given only over IPv6?

R
Ruslan Fedoseev, 2015-10-25
@martin74ua

and where did you get the idea that someone is interfering? judging by these commands - everything works, everything obeys ...

S
ShamblerR, 2015-10-26
@ShamblerR

well, everything is just telnet through each port and see who greets you

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question