You are not logged in.

#1 2019-07-22 18:08:52

retkid
Member
Registered: 2019-07-21
Posts: 4

Arch firewall not allowing connecting ips?

I tried to do a zerotier and i could ping him but he wouldn't get any return packets from me

I tried to setup a FTP client server for some file sharing for a project im doing and (though i didn't get it working with error 530, using vsftpd) I noticed only my localhost could connect.

I decided to try something im relatively experienced with: minecraft servers... low and behold, i can only connect via localhost.

I disabled the service for the default firewall and nothing. It was working before my arch install, so i only see the OS as a variable; i've looked threw every setting in my router and it should be allowing all inbound connections. Im a lil bit confused.

Last edited by retkid (2019-07-22 18:10:14)

Offline

#2 2019-07-22 18:17:34

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,530
Website

Re: Arch firewall not allowing connecting ips?


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#3 2019-07-22 18:36:10

retkid
Member
Registered: 2019-07-21
Posts: 4

Re: Arch firewall not allowing connecting ips?

Alright heres my attempt at publishing error logs

https://i.imgur.com/elnL75Y.png
https://i.imgur.com/5VeomKx.png
https://i.imgur.com/mgU6sDx.png
https://i.imgur.com/djOoXDh.png

I opened all the ports in which i was pinged.

Last edited by retkid (2019-07-22 19:01:54)

Offline

#4 2019-07-22 19:27:05

loqs
Member
Registered: 2014-03-06
Posts: 17,372

Re: Arch firewall not allowing connecting ips?

What are the firewall rules on the system?

#nft list ruleset #for nftables based firewalls
#iptables-save #for iptables based firewalls

What ports were listening on the system?

ss -l -4 -6

Offline

#5 2019-07-22 19:58:36

retkid
Member
Registered: 2019-07-21
Posts: 4

Re: Arch firewall not allowing connecting ips?

loqs wrote:

What are the firewall rules on the system?

#nft list ruleset #for nftables based firewalls
#iptables-save #for iptables based firewalls

What ports were listening on the system?

ss -l -4 -6

[retkid@retkid server]$ sudo iptables-save
[sudo] password for retkid:
# Generated by iptables-save v1.8.3 on Mon Jul 22 15:57:18 2019
*raw
:PREROUTING ACCEPT [4477:5315553]
:OUTPUT ACCEPT [4466:246680]
-A PREROUTING -p tcp -m tcp --dport 556 -j CT --helper ftp
-A PREROUTING -p tcp -m tcp --dport 25565 -j CT --helper ftp
COMMIT
# Completed on Mon Jul 22 15:57:18 2019
# Generated by iptables-save v1.8.3 on Mon Jul 22 15:57:18 2019
*filter
:INPUT ACCEPT [64564:37663325]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [55530:6919667]
-A INPUT -p tcp -m tcp --dport 555 -j ACCEPT
-A INPUT
-A INPUT -p tcp -m tcp --dport 555 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 25526 -j ACCEPT
COMMIT
# Completed on Mon Jul 22 15:57:18 2019
[retkid@retkid server]$


is the output for iptables-save

Offline

#6 2019-07-23 00:26:19

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: Arch firewall not allowing connecting ips?

retkid wrote:

is the output for iptables-save

loqs wrote:

What ports were listening on the system?

ss -l -4 -6

Please use code tags when posting output of commands.

Offline

Board footer

Powered by FluxBB