#17667: iptables not working for pppoe interface
-------------------------------+-----------------------------------
 Reporter:  cz <chengzhicn@…>  |      Owner:  developers
     Type:  defect             |     Status:  new
 Priority:  highest            |  Milestone:
Component:  base system        |    Version:  Barrier Breaker 14.07
 Keywords:  iptables           |
-------------------------------+-----------------------------------
 I'm running BARRIER BREAKER (14.07, r42258) x86 on vmware, configured with
 two nic, eth0 for lan and eth1 for wan.
 here is my /etc/config/network:
 {{{
 config interface 'lan'
         option ifname 'eth0'
         option type 'bridge'
         option proto 'static'
         option ipaddr '192.168.0.1'
         option netmask '255.255.255.0'
         option ip6assign '60'

 config interface 'wan'
         option ifname 'eth1'
         option 'proto' 'pppoe'
         option 'username' 'abcdefg'
         option 'password' '123456'
 }}}
 after pppoe-wan is up, I run
 {{{
 iptables -I INPUT -i pppoe-wan -j LOG
 }}}
 to log every packet INPUT to this router
 but when I run
 {{{
 wget -O /dev/null http://www.google.com
 }}}
 I got nothing in kernel log

--
Ticket URL: <https://dev.openwrt.org/ticket/17667>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to