Centos7 impossible to Connect to 192.168.1.48:8080

Issues related to configuring your network
Post Reply
girolamo
Posts: 8
Joined: 2015/04/06 11:59:51

Centos7 impossible to Connect to 192.168.1.48:8080

Post by girolamo » 2015/04/06 12:38:18

Hi t All,

Could SomeOne resolve this problem?

a.) I am migrating from Centos5, wich is for me very good, to Centos7 , also if some friends of mine suggested me Ubunto. Therefore I begin to make some tests with two machines: the first one server: 192.168.1.48; and the second one client (windows8) 192.168.1.50.

b.) The pings from the client to the server and from the server to the client are OK;

c.) If, in thr server browse I type : localhost:8080, the program I am interested to, is executed . The program is Servoy server, installed in to th l user "annunciazione" in /home/annunciazione/. This user is seen as "Out of networking " in the GUI of the server.

d.) But, if I work in th client machine, and and I type in the browser: 192.168.1.48:8080 I do not estabilish any contact.

I append the server ipconfig result.

Tanks in advance to wich could resolve this problem and kindly give an answer.

Regards

Girolamo


enp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.48 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::56a0:50ff:fe7c:50a6 prefixlen 64 scopeid 0x20<link>
ether 54:a0:50:7c:50:a6 txqueuelen 1000 (Ethernet)
RX packets 7451 bytes 635821 (620.9 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 25864 bytes 1704768 (1.6 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 88478 bytes 232388984 (221.6 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 88478 bytes 232388984 (221.6 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

stephenw
Posts: 15
Joined: 2015/02/19 17:46:27

Re: Centos7 impossible to Connect to 192.168.1.48:8080

Post by stephenw » 2015/04/07 06:49:58

Hello

Is firewalld running?

Code: Select all

~]# systemctl status firewalld
If so, is it configured to allow port 8080?

Code: Select all

~]# firewall-cmd --list-all
If not:

Code: Select all

~]# firewall-cmd --add-port=8080/tcp
For further info, see Open Ports in the Firewall Using the Command Line Interface (CLI) in the Red Hat Enterprise Linux 7 Security Guide.

girolamo
Posts: 8
Joined: 2015/04/06 11:59:51

Re: Centos7 impossible to Connect to 192.168.1.48:8080

Post by girolamo » 2015/04/07 08:05:59

Hi Stephenw,

Your indication is, not only right, but also scientifically systematic.
Resolved (firewall).

My best compliments to You.

Tanks.

Girolamo

Post Reply