What about Plex Server addon in the software center?

Actually, I setup NFS for Kodi and wrote that How-To, Win 7 MCE uses the shared folders.

Please remember Nethserver is like a hamburger, you add what you like to it.
So Plex Server would be the ketchup on my burger! Samba would be my onions and so on…
:smile:

For example ClearOS uses a free community version for home users, then you have the Professional and Enterprise Paid Versions and you can add hundreds of add on apps some free some paid. They have PLEX Server as a add on and it works great! Let’s do the same here…
Just my 2 cents…

please, re read my last post :wink:

If you add PLEX you would not need a Kodi server, Most smart TV’s now a days have the plex app as a add on to the smart tv menu. I use 3 Vizio tv’s in my home and it works great!

Then we need just Plex Server on NethServer and we could manage it using an android/iPhone app, it worth a try :smile:
Does anyone want to take on this challenge?

i’m thinking about it some days ago… honestly i’m not too much interested in plex package, but i’m searching for something to package :grin:
maybe plex could be a good a good training (i hope not too much difficult ) to create others packages (waiting for the irc dev session…)
if no other is interested, i could try, but don’t expect a fast result… i’m not a dev, as all here i’ve not so much free time, and the test/qa for now has priority :wink:
if someone else is interested no problem, i will search other :slight_smile:

Are you sure do you need a package for it?
The installation is really really simple:

yum localinstall https://downloads.plex.tv/plex-media-server/0.9.12.13.1464-4ccd2ca/plexmediaserver-0.9.12.13.1464-4ccd2ca.x86_64.rpm
config set plexmediaserver service TCPPort 32400 access private status enabled
signal-event firewall-adjust
service plexmediaserver start

And now just my two cents: I don’t like an rpm which is 280MB!!

4 Likes

ahahah that’s cool! Great shot @giacomo :smile:

a good reason to make a package :stuck_out_tongue_winking_eye:
ok ok i willl search something else :smile:

I got plex running, but I can’t acess folders I had created on samba, can you explain how this would be done. Also from the web panel in plex I can’t see the folders also.

/var/lib/nethserver/home/ I can’t see the folders I have in samba group movies tvshows etc…

Plex needs permission to access the folders where data is going to be stored like a movies folder
a tvshows folder etc…

help!

Thanks

See when a package is written all this is done automatically and we don’t have to do it via command line and hope we don’t break the system…

It seems to be more of a samba config issue. I know in some distros, namely Zentyal; when a user setup shares they can see all shares and everyone elses home directories but couldn’t access them. In NethServer, you can only view YOUR home folder, and shares YOU have permissions to access. All others are not view-able.

I’m not that weel verse in samba, to know which config option needs to be changed or added. It would need to be changed/added not only to the samba config file but also the template file in /etc/e-smith/… directory as well.

Has anyone got plex working on there nethserver yet? If so can you please write a HOWTO
The above script works to install it, but you can’t access folders, you can’t see folders in samba that are shared if you try adding a user as plex it says there is already one on the system but you can’t access it. It says not to install as root. etc … ugh!

I can make an attempt at it. I’ll let you know what I find.

o.k. thanks

OK, so I believe I got it to work.

  1. Remove whatever plex media server you currently have installed and remove any plex users you have. This is so we can start from scratch.

  2. Follow these brief instructions and report back you findings. If successful (or after a bit of troubleshooting) I may convert this to a quick HowTo.

    A. Login to NethServer
    B. Create a new user named plex with access to the appropriate share folders. I gave plex β€˜domadmin’ access for simplicity of testing.
    C. Create a password for plex
    D. Login to a terminal shell and become root sudo -i
    E. Execute the following to download the latest plex media server addition: wget https://downloads.plex.tv/plex-media-server/0.9.12.13.1464-4ccd2ca/plexmediaserver-0.9.12.13.1464-4ccd2ca.x86_64.rpm
    F. Install plex media server: yum localinstall plexmediaserver-0.9.12.13.1464-4ccd2ca.x86_64.rpm
    G. Now we add plex media server as a service and a network service:
    config set plexmediaserver service status enabled
    mkdir -p /etc/e-smith/db/configuration/defaults/plexmediaserver
    echo "service" > /etc/e-smith/db/configuration/defaults/plexmediaserver/type
    echo "enabled" > /etc/e-smith/db/configuration/defaults/plexmediaserver/status
    and we signal the new service with: signal-event runlevel-adjust
    Add the network service: config set plexmediaserver service TCPPort 32400 access private status enabled
    Inform NS about the update: signal-event firewall-adjust
    H. And finally, start plex: service plexmediaserver start

The problem I believe you are having is that the user plex was added as a local user when the rpm was installed, thus when you tried adding the user plex to NS you couldn’t because it already existed. When you add a user to NS, you add it to LDAP and not locally. If you add a user locally, that user will not be able to access any network shares. These instructions add plex first but to LDAP using NS. During the install of plex media server, it complains about the plex user already existing but that’s OK; we want it to. During my test I added plex as a DOMADMIN, all my DOMADMIN users have access to all shares, that eliminated any sharing issues I may have but you’ll need to add plex to all your shares with however you have it setup.

4 Likes

Got it installed
it’s running
Can’t connet to plex via web browser https://myipnumber:32400/web
says connection refused
I did a netstat -ntp I see it running also I see it running on network services
Did you get a full working plexserver?
please advise.

Did you connect from green (LAN) network?

The configuration above allows connection from green and trusted networks only to port 32400 (access private).

yes I did connect from green
I tried to connect from my pc on the same lan
will not connect says connection refused

Check the exit code of the command above,
Please attach output of

iptables -nvL

Also the messages log can help

[root@nethserver5150 ~]# iptables -nvL
Chain INPUT (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
294K 99M eth0_in all – eth0 * 0.0.0.0/0 0.0.0.0/0
40506 5938K ACCEPT all – lo * 0.0.0.0/0 0.0.0.0/0
0 0 Reject all – * * 0.0.0.0/0 0.0.0.0/0
0 0 LOG all – * * 0.0.0.0/0 0.0.0.0/0 LOG flags 0 level 6 prefix `Shorewall:INPUT:REJECT:'
0 0 reject all – * * 0.0.0.0/0 0.0.0.0/0 [goto]

Chain FORWARD (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 TCPMSS tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 TCPMSS clamp to PMTU
0 0 eth0_fwd all – eth0 * 0.0.0.0/0 0.0.0.0/0
0 0 ppp+_fwd all – ppp+ * 0.0.0.0/0 0.0.0.0/0
0 0 Reject all – * * 0.0.0.0/0 0.0.0.0/0
0 0 LOG all – * * 0.0.0.0/0 0.0.0.0/0 LOG flags 0 level 6 prefix `Shorewall:FORWARD:REJECT:'
0 0 reject all – * * 0.0.0.0/0 0.0.0.0/0 [goto]

Chain OUTPUT (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
130K 34M eth0_out all – * eth0 0.0.0.0/0 0.0.0.0/0
40506 5938K ACCEPT all – * lo 0.0.0.0/0 0.0.0.0/0
0 0 Reject all – * * 0.0.0.0/0 0.0.0.0/0
0 0 LOG all – * * 0.0.0.0/0 0.0.0.0/0 LOG flags 0 level 6 prefix `Shorewall:OUTPUT:REJECT:'
0 0 reject all – * * 0.0.0.0/0 0.0.0.0/0 [goto]

Chain Broadcast (2 references)
pkts bytes target prot opt in out source destination
102K 6225K DROP all – * * 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type BROADCAST
35133 11M DROP all – * * 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type MULTICAST
0 0 DROP all – * * 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type ANYCAST

Chain Drop (2 references)
pkts bytes target prot opt in out source destination
0 0 all – * * 0.0.0.0/0 0.0.0.0/0
0 0 Broadcast all – * * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT icmp – * * 0.0.0.0/0 0.0.0.0/0 icmp type 3 code 4 /* Needed ICMP types /
0 0 ACCEPT icmp – * * 0.0.0.0/0 0.0.0.0/0 icmp type 11 /
Needed ICMP types /
0 0 DROP all – * * 0.0.0.0/0 0.0.0.0/0 ctstate INVALID
0 0 DROP udp – * * 0.0.0.0/0 0.0.0.0/0 multiport dports 135,445 /
SMB /
0 0 DROP udp – * * 0.0.0.0/0 0.0.0.0/0 udp dpts:137:139 /
SMB /
0 0 DROP udp – * * 0.0.0.0/0 0.0.0.0/0 udp spt:137 dpts:1024:65535 /
SMB /
0 0 DROP tcp – * * 0.0.0.0/0 0.0.0.0/0 multiport dports 135,139,445 /
SMB /
0 0 DROP udp – * * 0.0.0.0/0 0.0.0.0/0 udp dpt:1900 /
UPnP /
0 0 DROP tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp flags:!0x17/0x02
0 0 DROP udp – * * 0.0.0.0/0 0.0.0.0/0 udp spt:53 /
Late DNS Replies */

Chain Reject (4 references)
pkts bytes target prot opt in out source destination
256K 56M all – * * 0.0.0.0/0 0.0.0.0/0
256K 56M Broadcast all – * * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT icmp – * * 0.0.0.0/0 0.0.0.0/0 icmp type 3 code 4 /* Needed ICMP types /
0 0 ACCEPT icmp – * * 0.0.0.0/0 0.0.0.0/0 icmp type 11 /
Needed ICMP types /
0 0 DROP all – * * 0.0.0.0/0 0.0.0.0/0 ctstate INVALID
0 0 reject udp – * * 0.0.0.0/0 0.0.0.0/0 multiport dports 135,445 /
SMB /
0 0 reject udp – * * 0.0.0.0/0 0.0.0.0/0 udp dpts:137:139 /
SMB /
0 0 reject udp – * * 0.0.0.0/0 0.0.0.0/0 udp spt:137 dpts:1024:65535 /
SMB /
0 0 reject tcp – * * 0.0.0.0/0 0.0.0.0/0 multiport dports 135,139,445 /
SMB /
0 0 DROP udp – * * 0.0.0.0/0 0.0.0.0/0 udp dpt:1900 /
UPnP /
0 0 DROP tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp flags:!0x17/0x02
0 0 DROP udp – * * 0.0.0.0/0 0.0.0.0/0 udp spt:53 /
Late DNS Replies */

Chain dynamic (3 references)
pkts bytes target prot opt in out source destination

Chain eth0_fwd (1 references)
pkts bytes target prot opt in out source destination
0 0 sfilter all – * eth0 0.0.0.0/0 0.0.0.0/0 [goto]
0 0 dynamic all – * * 0.0.0.0/0 0.0.0.0/0 ctstate INVALID,NEW,UNTRACKED
0 0 smurfs all – * * 127.0.0.1 0.0.0.0/0 ctstate INVALID,NEW,UNTRACKED
0 0 smurfs all – * * 192.168.1.0/24 0.0.0.0/0 ctstate INVALID,NEW,UNTRACKED
0 0 smurfs all – * * 0.0.0.0/0 0.0.0.0/0 ctstate INVALID,NEW,UNTRACKED
0 0 tcpflags tcp – * * 127.0.0.1 0.0.0.0/0
0 0 tcpflags tcp – * * 192.168.1.0/24 0.0.0.0/0
0 0 tcpflags tcp – * * 0.0.0.0/0 0.0.0.0/0
0 0 loc_frwd all – * * 127.0.0.1 0.0.0.0/0
0 0 loc_frwd all – * * 192.168.1.0/24 0.0.0.0/0
0 0 net_frwd all – * * 0.0.0.0/0 0.0.0.0/0

Chain eth0_in (1 references)
pkts bytes target prot opt in out source destination
257K 56M dynamic all – * * 0.0.0.0/0 0.0.0.0/0 ctstate INVALID,NEW,UNTRACKED
0 0 smurfs all – * * 127.0.0.1 0.0.0.0/0 ctstate INVALID,NEW,UNTRACKED
257K 56M smurfs all – * * 192.168.1.0/24 0.0.0.0/0 ctstate INVALID,NEW,UNTRACKED
257K 56M smurfs all – * * 0.0.0.0/0 0.0.0.0/0 ctstate INVALID,NEW,UNTRACKED
16 7736 ACCEPT udp – * * 0.0.0.0/0 0.0.0.0/0 udp dpts:67:68
0 0 tcpflags tcp – * * 127.0.0.1 0.0.0.0/0
1265 136K tcpflags tcp – * * 192.168.1.0/24 0.0.0.0/0
29491 42M tcpflags tcp – * * 0.0.0.0/0 0.0.0.0/0
0 0 loc2fw all – * * 127.0.0.1 0.0.0.0/0
266K 57M loc2fw all – * * 192.168.1.0/24 0.0.0.0/0
28675 42M net2fw all – * * 0.0.0.0/0 0.0.0.0/0

Chain eth0_out (1 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT udp – * * 0.0.0.0/0 0.0.0.0/0 udp dpts:67:68
0 0 fw2loc all – * * 0.0.0.0/0 127.0.0.1
110K 32M fw2loc all – * * 0.0.0.0/0 192.168.1.0/24
19857 1759K fw2net all – * * 0.0.0.0/0 0.0.0.0/0

Chain fw2loc (2 references)
pkts bytes target prot opt in out source destination
94220 31M ACCEPT all – * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
15522 762K ACCEPT all – * * 0.0.0.0/0 0.0.0.0/0

Chain fw2net (1 references)
pkts bytes target prot opt in out source destination
15217 814K ACCEPT all – * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
0 0 ACCEPT udp – * * 0.0.0.0/0 0.0.0.0/0 udp dpt:53 /* DNS /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:53 /
DNS */
4640 945K ACCEPT all – * * 0.0.0.0/0 0.0.0.0/0

Chain loc2fw (2 references)
pkts bytes target prot opt in out source destination
8779 932K ACCEPT all – * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
0 0 ACCEPT icmp – * * 0.0.0.0/0 0.0.0.0/0 icmp type 8 /* Ping /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:53 /
dnsmasq /
0 0 ACCEPT udp – * * 0.0.0.0/0 0.0.0.0/0 udp dpt:53 /
dnsmasq /
0 0 ACCEPT udp – * * 0.0.0.0/0 0.0.0.0/0 udp dpt:67 /
dnsmasq /
0 0 ACCEPT udp – * * 0.0.0.0/0 0.0.0.0/0 udp dpt:69 /
dnsmasq /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:110 /
dovecot /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:143 /
dovecot /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:4190 /
dovecot /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:993 /
dovecot /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:995 /
dovecot /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 /
httpd /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:443 /
httpd /
25 1460 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:980 /
httpd-admin /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:3306 /
mysqld /
906 71676 ACCEPT udp – * * 0.0.0.0/0 0.0.0.0/0 udp dpt:137 /
mysqld /
459 114K ACCEPT udp – * * 0.0.0.0/0 0.0.0.0/0 udp dpt:138 /
mysqld /
0 0 ACCEPT udp – * * 0.0.0.0/0 0.0.0.0/0 udp dpt:123 /
mysqld /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:25 /
postfix /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:465 /
postfix /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:587 /
postfix /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:389 /
slapd /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:139 /
smb /
3 120 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:445 /
smb /
4 232 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:22 /
sshd /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:8080 /
tomcat */
256K 56M Reject all – * * 0.0.0.0/0 0.0.0.0/0
119K 39M LOG all – * * 0.0.0.0/0 0.0.0.0/0 LOG flags 0 level 6 prefix `Shorewall:loc2fw:REJECT:'
119K 39M reject all – * * 0.0.0.0/0 0.0.0.0/0 [goto]

Chain loc2net (1 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all – * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
0 0 ACCEPT all – * * 0.0.0.0/0 0.0.0.0/0

Chain loc_frwd (2 references)
pkts bytes target prot opt in out source destination
0 0 loc2net all – * eth0 0.0.0.0/0 0.0.0.0/0

Chain logdrop (0 references)
pkts bytes target prot opt in out source destination
0 0 DROP all – * * 0.0.0.0/0 0.0.0.0/0

Chain logflags (5 references)
pkts bytes target prot opt in out source destination
0 0 LOG all – * * 0.0.0.0/0 0.0.0.0/0 LOG flags 4 level 6 prefix `Shorewall:logflags:DROP:'
0 0 DROP all – * * 0.0.0.0/0 0.0.0.0/0

Chain logreject (0 references)
pkts bytes target prot opt in out source destination
0 0 reject all – * * 0.0.0.0/0 0.0.0.0/0

Chain net2fw (1 references)
pkts bytes target prot opt in out source destination
28675 42M ACCEPT all – * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
0 0 ACCEPT icmp – * * 0.0.0.0/0 0.0.0.0/0 icmp type 8 /* Ping /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:110 /
dovecot /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:143 /
dovecot /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:4190 /
dovecot /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:993 /
dovecot /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:995 /
dovecot /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 /
httpd /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:443 /
httpd /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:980 /
httpd-admin /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:25 /
postfix /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:465 /
postfix /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:587 /
postfix /
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:22 /
sshd */
0 0 Drop all – * * 0.0.0.0/0 0.0.0.0/0
0 0 LOG all – * * 0.0.0.0/0 0.0.0.0/0 LOG flags 0 level 6 prefix `Shorewall:net2fw:DROP:'
0 0 DROP all – * * 0.0.0.0/0 0.0.0.0/0

Chain net2loc (2 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all – * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
0 0 Drop all – * * 0.0.0.0/0 0.0.0.0/0
0 0 LOG all – * * 0.0.0.0/0 0.0.0.0/0 LOG flags 0 level 6 prefix `Shorewall:net2loc:DROP:'
0 0 DROP all – * * 0.0.0.0/0 0.0.0.0/0

Chain net_frwd (1 references)
pkts bytes target prot opt in out source destination
0 0 net2loc all – * eth0 0.0.0.0/0 127.0.0.1
0 0 net2loc all – * eth0 0.0.0.0/0 192.168.1.0/24

Chain ppp+_fwd (1 references)
pkts bytes target prot opt in out source destination
0 0 sfilter all – * ppp+ 0.0.0.0/0 0.0.0.0/0 [goto]
0 0 dynamic all – * * 0.0.0.0/0 0.0.0.0/0 ctstate INVALID,NEW,UNTRACKED
0 0 tcpflags tcp – * * 0.0.0.0/0 0.0.0.0/0

Chain reject (9 references)
pkts bytes target prot opt in out source destination
0 0 DROP all – * * 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match src-type BROADCAST
0 0 DROP all – * * 224.0.0.0/4 0.0.0.0/0
0 0 DROP 2 – * * 0.0.0.0/0 0.0.0.0/0
262 15356 REJECT tcp – * * 0.0.0.0/0 0.0.0.0/0 reject-with tcp-reset
119K 39M REJECT udp – * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable
0 0 REJECT icmp – * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-unreachable
0 0 REJECT all – * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited

Chain sfilter (2 references)
pkts bytes target prot opt in out source destination
0 0 LOG all – * * 0.0.0.0/0 0.0.0.0/0 LOG flags 0 level 6 prefix `Shorewall:sfilter:DROP:'
0 0 DROP all – * * 0.0.0.0/0 0.0.0.0/0

Chain shorewall (0 references)
pkts bytes target prot opt in out source destination
0 0 all – * * 0.0.0.0/0 0.0.0.0/0 recent: SET name: %CURRENTTIME side: source

Chain smurflog (2 references)
pkts bytes target prot opt in out source destination
0 0 LOG all – * * 0.0.0.0/0 0.0.0.0/0 LOG flags 0 level 6 prefix `Shorewall:smurfs:DROP:'
0 0 DROP all – * * 0.0.0.0/0 0.0.0.0/0

Chain smurfs (6 references)
pkts bytes target prot opt in out source destination
16 7736 RETURN all – * * 0.0.0.0 0.0.0.0/0
0 0 smurflog all – * * 0.0.0.0/0 0.0.0.0/0 [goto] ADDRTYPE match src-type BROADCAST
0 0 smurflog all – * * 224.0.0.0/4 0.0.0.0/0 [goto]

Chain tcpflags (7 references)
pkts bytes target prot opt in out source destination
0 0 logflags tcp – * * 0.0.0.0/0 0.0.0.0/0 [goto] tcp flags:0x3F/0x29
0 0 logflags tcp – * * 0.0.0.0/0 0.0.0.0/0 [goto] tcp flags:0x3F/0x00
0 0 logflags tcp – * * 0.0.0.0/0 0.0.0.0/0 [goto] tcp flags:0x06/0x06
0 0 logflags tcp – * * 0.0.0.0/0 0.0.0.0/0 [goto] tcp flags:0x03/0x03
0 0 logflags tcp – * * 0.0.0.0/0 0.0.0.0/0 [goto] tcp spt:0 flags:0x17/0x02
[root@nethserver5150 ~]#