LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   iptables (https://www.linuxquestions.org/questions/linux-software-2/iptables-71370/)

depaul 07-09-2003 04:12 PM

iptables
 
i am looking for the syntax of a rule accepting pop3 port 110 for a specific mac adress

Tinkster 07-09-2003 08:35 PM

Depends on how your chains/rules are
set-up, there's no *generic* way of doing
this...


Cheers,
Tink

jvannucci 07-09-2003 09:06 PM

Try :

# iptables -A INPUT -j ACCEPT -m mac --mac-source xx:xx:xx:xx:xx:xx -p tcp --dport 110


All times are GMT -5. The time now is 04:14 AM.