Ernillew / wl500g

Automatically exported from code.google.com/p/wl500g
0 stars 0 forks source link

iptables trying to search for modules in /opt/lib/modules #224

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using r2775 on rt-n12.

it seems like iptables expect to find modules in non-existent dir

 iptables -L FORWARD --line-numbers
Chain FORWARD (policy ACCEPT)
num  target     prot opt source               destination         
1    ACCEPT     all  --  anywhere             anywhere            
2    DROP       all  --  anywhere             anywhere            state INVALID 
3    ACCEPT     udp  --  anywhere             BASE-ADDRESS.MCAST.NET/4 
4    TCPMSS     tcp  --  anywhere             anywhere            tcp 
flags:SYN,RST/SYN TCPMSS clamp to PMTU 
5    ACCEPT     all  --  anywhere             anywhere            state 
RELATED,ESTABLISHED 
6    DROP       all  --  anywhere             anywhere            
7    DROP       all  --  anywhere             anywhere            
8    ACCEPT     all  --  anywhere             anywhere            modprobe: 
chdir(/opt/lib/modules): No such file or directory
modprobe: chdir(/opt/lib/modules): No such file or directory
ctstate DNAT 
9    DROP       all  --  anywhere             anywhere 

Original issue reported on code.google.com by laplande...@gmail.com on 1 May 2011 at 4:56

GoogleCodeExporter commented 9 years ago
update your fw.

Original comment by themiron.ru on 1 May 2011 at 5:45

GoogleCodeExporter commented 9 years ago
To wich version? I only see r2775 build available for download as .trx.

Original comment by laplande...@gmail.com on 1 May 2011 at 10:27

GoogleCodeExporter commented 9 years ago
nvm found it, but it's better to provide such links as people who will search 
for an answer later could find it themselfs.

ftp://core.dumped.ru/rt-n/

Original comment by laplande...@gmail.com on 1 May 2011 at 10:31

GoogleCodeExporter commented 9 years ago
and even http://asus.vectormm.net/rtn/ after reading -rtn forum ;)

Original comment by laplande...@gmail.com on 1 May 2011 at 11:10

GoogleCodeExporter commented 9 years ago
it's fixed in svn after r2775, all of these links are not "official", use them 
on your own risk.

Original comment by themiron.ru on 2 May 2011 at 12:00

GoogleCodeExporter commented 9 years ago
Issue 225 has been merged into this issue.

Original comment by themiron.ru on 4 May 2011 at 5:02