LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   IPtables - Active UNIX domain sockets (https://www.linuxquestions.org/questions/linux-networking-3/iptables-active-unix-domain-sockets-500411/)

LordDaemon 11-10-2006 02:39 PM

IPtables - Active UNIX domain sockets
 
I need some help here, I'm trying to open Active UNIX domain sockets. Trying to run an icecast server off of it. I got the tcp "Active internet connections" open, just having a bit of trouble with the "Active UNIX domain sockets. Please help.

unSpawn 11-12-2006 05:21 AM

Hello and welcome to LQ. Hope you like it here.

I'm trying to open Active UNIX domain sockets. Trying to run an icecast server off of it. I got the tcp "Active internet connections" open, just having a bit of trouble with the "Active UNIX domain sockets.
You don't "open" sockets or "bind" to a port: apps do that for you. You just need to run the app.

I don't know if Icecast(2) needs UNIX sockets, if it does make sure you use the right netstat flags. For instance if you use "netstat -pant" the "t" will prohibit displaying UDP and UNIX sockets in use. If you want to see all sockets regardless of protocol try "-pna" and for all listening sockets regardless of protocol use "-pnl".

If it's not that but about say opening up the firewall try asking more specific and detailed questions.

chort 11-12-2006 05:29 AM

I do not believe iptables even has the capability to filter UNIX domain sockets. If it does, it's most certainly disabled by default since these sockets can only be bound to locally. If you believe you are having connectivity problems with some software, unless there is specifically an error mentioning UNIX domain sockets, it's not a problem with them. It's much more likely that you are having problems accessing a tcp/ip service through NAT, or something along those lines.

Details are your friends.


All times are GMT -5. The time now is 03:57 AM.