Reply To: mt-daapd suddenly disappears from iTunes / FreeBSD 6.2

FireFly Media Server Firefly Media Server Forums Firefly Media Server Setup Issues mt-daapd suddenly disappears from iTunes / FreeBSD 6.2 Reply To: mt-daapd suddenly disappears from iTunes / FreeBSD 6.2

#10339
foging
Participant

foging@basil:~$ sudo iptables -L
Password:
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT tcp — 10.0.1.1 anywhere tcp flags:!FIN,SYN,RST,ACK/SYN
ACCEPT udp — 10.0.1.1 anywhere
ACCEPT 0 — anywhere anywhere
ACCEPT icmp — anywhere anywhere limit: avg 10/sec burst 5
DROP 0 — anywhere 255.255.255.255
DROP 0 — anywhere 255.255.255.255
DROP 0 — 255.255.255.255 anywhere
DROP 0 — anywhere 0.0.0.0
DROP 0 — anywhere anywhere state INVALID
LSI 0 -f anywhere anywhere limit: avg 10/min burst 5
INBOUND 0 — anywhere anywhere
LOG_FILTER 0 — anywhere anywhere
LOG 0 — anywhere anywhere LOG level info prefix `Unknown Input’

Chain FORWARD (policy DROP)
target prot opt source destination
ACCEPT icmp — anywhere anywhere limit: avg 10/sec burst 5
LOG_FILTER 0 — anywhere anywhere
LOG 0 — anywhere anywhere LOG level info prefix `Unknown Forward’

Chain OUTPUT (policy DROP)
target prot opt source destination
ACCEPT tcp — 10.0.1.6 10.0.1.1 tcp dpt:domain
ACCEPT udp — 10.0.1.6 10.0.1.1 udp dpt:domain
ACCEPT 0 — anywhere anywhere
DROP 0 — 255.255.255.255 anywhere
DROP 0 — anywhere 0.0.0.0
DROP 0 — anywhere anywhere state INVALID
OUTBOUND 0 — anywhere anywhere
LOG_FILTER 0 — anywhere anywhere
LOG 0 — anywhere anywhere LOG level info prefix `Unknown Output’

Chain INBOUND (1 references)
target prot opt source destination
ACCEPT tcp — anywhere anywhere state RELATED,ESTABLISHED
ACCEPT udp — anywhere anywhere state RELATED,ESTABLISHED
ACCEPT 0 — 224.0.0.251 anywhere
ACCEPT 0 — 10.0.1.0/24 anywhere
ACCEPT tcp — 224.0.0.251 anywhere tcp dpt:mdns
ACCEPT udp — 224.0.0.251 anywhere udp dpt:mdns
ACCEPT tcp — 10.0.1.0/24 anywhere tcp dpt:sunrpc
ACCEPT udp — 10.0.1.0/24 anywhere udp dpt:sunrpc
ACCEPT tcp — 10.0.1.0/24 anywhere tcp dpt:nfs
ACCEPT udp — 10.0.1.0/24 anywhere udp dpt:nfs
ACCEPT tcp — anywhere anywhere tcp dpt:ssh
ACCEPT udp — anywhere anywhere udp dpt:ssh
ACCEPT tcp — anywhere anywhere tcp dpt:daap
ACCEPT udp — anywhere anywhere udp dpt:daap
ACCEPT tcp — anywhere anywhere tcp dpt:1412
ACCEPT udp — anywhere anywhere udp dpt:1412
ACCEPT tcp — anywhere anywhere tcp dpt:6881
ACCEPT udp — anywhere anywhere udp dpt:6881
ACCEPT tcp — anywhere anywhere tcp dpt:mdns
ACCEPT udp — anywhere anywhere udp dpt:mdns
LSI 0 — anywhere anywhere

Chain LOG_FILTER (5 references)
target prot opt source destination

Chain LSI (2 references)
target prot opt source destination
LOG_FILTER 0 — anywhere anywhere
LOG tcp — anywhere anywhere tcp flags:FIN,SYN,RST,ACK/SYN limit: avg 1/sec burst 5 LOG level info prefix `Inbound ‘
DROP tcp — anywhere anywhere tcp flags:FIN,SYN,RST,ACK/SYN
LOG tcp — anywhere anywhere tcp flags:FIN,SYN,RST,ACK/RST limit: avg 1/sec burst 5 LOG level info prefix `Inbound ‘
DROP tcp — anywhere anywhere tcp flags:FIN,SYN,RST,ACK/RST
LOG icmp — anywhere anywhere icmp echo-request limit: avg 1/sec burst 5 LOG level info prefix `Inbound ‘
DROP icmp — anywhere anywhere icmp echo-request
LOG 0 — anywhere anywhere limit: avg 5/sec burst 5 LOG level info prefix `Inbound ‘
DROP 0 — anywhere anywhere

Chain LSO (0 references)
target prot opt source destination
LOG_FILTER 0 — anywhere anywhere
LOG 0 — anywhere anywhere limit: avg 5/sec burst 5 LOG level info prefix `Outbound ‘
REJECT 0 — anywhere anywhere reject-with icmp-port-unreachable

Chain OUTBOUND (1 references)
target prot opt source destination
ACCEPT icmp — anywhere anywhere
ACCEPT tcp — anywhere anywhere state RELATED,ESTABLISHED
ACCEPT udp — anywhere anywhere state RELATED,ESTABLISHED
ACCEPT 0 — anywhere anywhere

Is everything OK with the configuration?