X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 99FA3DC1360 for ; Sat, 7 Apr 2012 20:36:06 +0000 (UTC) Received: by lbok6 with SMTP id k6so1687151lbo.13 for ; Sat, 07 Apr 2012 13:36:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=GaI99uZT/jyH5/gDimFvnEODvyyk7Wbb5f/2+5n/+z4=; b=sjKttz6e8wBUgvAdOT9JVHYO7NjFy7OppdehyoM2gn3bIUXhle56s/3vpJQTr4FcCU Rel8BC5qc+3WSulT1vFNf5NkEbzeKqd9BUC4GyqzzfgFkKHZu5aV4a/FimLSwcLJkA2m QDCbKXwmah7ZEvG8z8n18QVqeGPtGISMnXxV+D77QejEcKfJS/Y5gp37hKKUDr7j21yD 7N+OdvDWWp+DSZqZG4FeMNy7PTOMrKu6qz1m157z6BF02VvE73ovvDMPzOKTgslZgZfc fG+Vs/2rzmADC4pLgxdCIxSZjcMHRio82wOy2wVmh7I6QAi4HXcfUlu3oai7ovBAptOk TDpA== X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.152.129.69 with SMTP id nu5mr3839453lab.9.1333830964613; Sat, 07 Apr 2012 13:36:04 -0700 (PDT) Received: by 10.112.128.230 with HTTP; Sat, 7 Apr 2012 13:36:04 -0700 (PDT) In-Reply-To: <4F80A461.7000404@arcor.de> References: <4F80A461.7000404@arcor.de> Date: Sat, 7 Apr 2012 16:36:04 -0400 Message-ID: Subject: Re: [alpine-devel] Packet forwarding doesn't work (or I'm a too stupid) From: Jeff Bilyk To: Der Tiger Cc: "alpine-devel@lists.alpinelinux.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, Is /proc/sys/net/ipv4/ip_forward enabled? Jeff On Sat, Apr 7, 2012 at 4:32 PM, Der Tiger wrote= : > Hi, > > I'm at a total loss. I've completely set up my Alpine based router, only = to > discover, it doesn't forward packets. This behaviour is verified on a > physical machine and a VirtualBox machine with two NICs, each. > > =A0 [PC 192.168.2.1] > =A0=A0=A0=A0 | > =A0 [eth1:192.168.2.254 | Alpine | eth0:192.168.1.1] > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 | > =A0 =A0 =A0=A0 =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0 [Modem 192.168.1.254] > > I've: > > 1) booted the most recent Alpine ISO image and logged in as root > 2) apk add iptables > 3) ip link set up eth0 > 4) ip link set up eth1 > 5) ip address add 192.168.1.1/24 dev eth0 > 6) ip address add 192.168.2.254/24 dev eth1 > 7) ip route add default via 192.168.1.254 dev eth0 > > which results in: > > ##>iptables -S > -P INPUT ACCEPT > -P FORWARD ACCEPT > -P OUTPUT ACCEPT > ##>iptables -t nat -S > -P PREROUTING ACCEPT > -P POSTROUTING ACCEPT > -P OUTPUT ACCEPT > ##>ip route show > default via 192.168.1.254 dev eth0 > 192.168.2.0/24 dev eth1 src 192.168.2.254 > 192.168.1.0/24 dev eth0 src 192.168.1.1 > > Whatever I try, I can't ping 192.168.1.254 (connected to eth0 of the rout= er) > from the pc 192.168.2.1 (connected to eth1 of the router). Pinging both, = the > pc and the modem, from the router works perfectly. The pc can, of course, > ping the router at 192.168.2.254 and even the remote interface at > 192.168.1.1, but not the modem at 192.168.1.254. Packet logging does neit= her > show outgoing, nor incoming packets rejected or dropped. > > Later on, I've installed Privoxy, dhcpcd (for eth0), BIND and other daemo= ns > on the physical router. All traffic originating from the router, e.g. dhc= pcd > and BIND, adds to the packet count in the OUTPUT chain of iptables' filte= r > table and reaches it's destination. All HTTP traffic passing through Priv= oxy > adds to both, the INPUT and the OUTPUT chains, while HTTPS traffic cannot= be > digested by Privoxy and should therefore be bypassing Privoxy through the > FORWARD chain. But while I'm sure the corresponding nat and filter rules = are > working, there are no packets registered passing through the FORWARD chai= n. > Whatever protocol (HTTPS,FTP,POP3) is send, all packet counters remain ze= ro > and no connections are established. It looks like the packets are dropped= , > somewhere. > > My reference is another Linux router with 2.16.x kernel, where I extracte= d > those long-term tested and optimized iptables rules from. I also made sur= e > the same kernel modules are loaded on both routers. While the 2.16.x kern= el > router forwards packets as expected, the Alpine router does not. > > I've already spent days trying to figure out, what's wrong. Meanwhile I r= an > out of things to check, so I'd really appreciate if anybody would make an= y > suggestions! The www search didn't yield results, either. > > Has anyone had any similar behaviour? Does packet forwarding generally wo= rk > on all of your Alpine systems? Am I just totally off? 8-/ > > Thanks for your help, Tiger > > ##>iptables-save > # Generated by iptables-save v1.4.12.1 on Fri Apr=A0 6 23:13:23 2012 > *filter > :INPUT DROP [0:0] > :FORWARD DROP [0:0] > :OUTPUT ACCEPT [0:0] > :fw-drp-log - [0:0] > :fw-rej - [0:0] > :fw-rej-fin - [0:0] > :fw-rej-log - [0:0] > :fw-www-acc - [0:0] > :in-dhcpd - [0:0] > :in-drp-log - [0:0] > :in-icmp - [0:0] > :in-rej - [0:0] > :in-rej-fin - [0:0] > :in-rej-log - [0:0] > [0:0] -A INPUT -p icmp -m comment --comment ICMP -j in-icmp > [0:0] -A INPUT -m state --state RELATED,ESTABLISHED -m comment --comment > "RELATED,ESTABLISHED" -j ACCEPT > [0:0] -A INPUT -i lo -m comment --comment "Local Traffic" -j ACCEPT > [0:0] -A INPUT -s 127.0.0.1/32 -m state --state NEW -m comment --comment > "Local Traffic" -j DROP > [0:0] -A INPUT -d 127.0.0.1/32 -m state --state NEW -m comment --comment > "Local Traffic" -j DROP > [0:0] -A INPUT -s 192.168.2.0/24 -m comment --comment "LAN Traffic" -j > ACCEPT > [0:0] -A INPUT -s 192.168.3.0/24 -m comment --comment "VoIP Traffic" -j > ACCEPT > [0:0] -A INPUT -p tcp -m tcp --dport 2222 -m comment --comment SSH -j ACC= EPT > [0:0] -A INPUT -i eth1 -p udp -m comment --comment DHCP -m udp --dport 67= -j > ACCEPT > [0:0] -A INPUT -s 192.168.1.254/32 -p udp -m udp --dport 5060 -m comment > --comment "SIP from Modem" -j ACCEPT > [0:0] -A INPUT -p udp -m udp --dport 17000:17031 -m comment --comment RTP= -j > ACCEPT > [0:0] -A INPUT -j DROP > [0:0] -A FORWARD -o ppp0 -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS > --clamp-mss-to-pmtu > [0:0] -A FORWARD -m state --state RELATED,ESTABLISHED -m comment --commen= t > "RELATED,ESTABLISHED" -j ACCEPT > [0:0] -A FORWARD -s 127.0.0.1/32 -m state --state NEW -m comment --commen= t > "Drop Local Traffic" -j fw-drp-log > [0:0] -A FORWARD -d 127.0.0.1/32 -m state --state NEW -m comment --commen= t > "Drop Local Traffic" -j fw-drp-log > [0:0] -A FORWARD -p tcp -m tcp --dport 139 -m comment --comment "Drop > NETBIOS/Samba" -j DROP > [0:0] -A FORWARD -p tcp -m tcp --dport 445 -m comment --comment "Drop > NETBIOS/Samba" -j DROP > [0:0] -A FORWARD -p udp -m udp --dport 137:138 -m comment --comment "Drop > NETBIOS/Samba" -j DROP > [0:0] -A FORWARD -p tcp -m tcp --dport 80 -m comment --comment "Reject > unsoliceted HTTP" -j fw-rej-log > [0:0] -A FORWARD -p udp -m udp --dport 53 -m comment --comment "Reject > unsoliceted DNS" -j fw-rej-log > [0:0] -A FORWARD -j fw-www-acc > [0:0] -A FORWARD -j fw-rej-log > [0:0] -A OUTPUT -o ppp0 -j ACCEPT > [0:0] -A OUTPUT -o eth0 -j ACCEPT > [0:0] -A OUTPUT -o eth1 -j ACCEPT > [0:0] -A fw-drp-log -m limit --limit 1/sec --limit-burst 3 -j LOG > --log-prefix "fw-forward-drop " > [0:0] -A fw-drp-log -j DROP > [0:0] -A fw-rej -p udp -m limit --limit 1/sec --limit-burst 3 -j fw-rej-f= in > [0:0] -A fw-rej ! -p udp -m limit --limit 1/sec --limit-burst 3 -j > fw-rej-fin > [0:0] -A fw-rej -j DROP > [0:0] -A fw-rej-fin ! -p icmp -j REJECT --reject-with icmp-admin-prohibit= ed > [0:0] -A fw-rej-fin -j DROP > [0:0] -A fw-rej-log -m limit --limit 1/sec --limit-burst 3 -j LOG > --log-prefix "fw-forward-reject " > [0:0] -A fw-rej-log -j fw-rej > [0:0] -A fw-www-acc -s 192.168.2.128/25 -m comment --comment "Solicited L= AN > Outbound" -j ACCEPT > [0:0] -A fw-www-acc -s 192.168.3.128/25 -m comment --comment "Solicited V= oIP > Outbound" -j ACCEPT > [0:0] -A in-dhcpd -i eth1 -m comment --comment "Accept eth1" -j ACCEPT > [0:0] -A in-dhcpd -j DROP > [0:0] -A in-drp-log -m limit --limit 1/sec --limit-burst 3 -j LOG > --log-prefix "fw-input-drop " > [0:0] -A in-drp-log -j DROP > [0:0] -A in-icmp -p icmp -m icmp --icmp-type 8 -m length --length 0:100 -= m > limit --limit 1/sec -m comment --comment "Ping Limit 1/sec" -j ACCEPT > [0:0] -A in-icmp -m state --state RELATED -m comment --comment RELATED -j > ACCEPT > [0:0] -A in-rej -p udp -m limit --limit 1/sec --limit-burst 3 -j in-rej-f= in > [0:0] -A in-rej ! -p udp -m limit --limit 1/sec --limit-burst 3 -j > in-rej-fin > [0:0] -A in-rej -j DROP > [0:0] -A in-rej-fin -p tcp -j REJECT --reject-with tcp-reset > [0:0] -A in-rej-fin -p udp -j REJECT --reject-with icmp-port-unreachable > [0:0] -A in-rej-fin ! -p icmp -j REJECT --reject-with icmp-proto-unreacha= ble > [0:0] -A in-rej-fin -j DROP > [0:0] -A in-rej-log -m limit --limit 1/sec --limit-burst 3 -j LOG > --log-prefix "fw-input-reject " > [0:0] -A in-rej-log -j in-rej > COMMIT > # Completed on Fri Apr=A0 6 23:13:23 2012 > # Generated by iptables-save v1.4.12.1 on Fri Apr=A0 6 23:13:23 2012 > *nat > :PREROUTING ACCEPT [0:0] > :INPUT ACCEPT [0:0] > :OUTPUT ACCEPT [0:0] > :POSTROUTING ACCEPT [0:0] > :post-out-ovpn - [0:0] > :pre-in-dns - [0:0] > :pre-in-privoxy - [0:0] > [0:0] -A PREROUTING -p udp -m comment --comment "DNS Redirect" -m udp > --dport 53 -j pre-in-dns > [0:0] -A PREROUTING -p tcp -m comment --comment "Privoxy Redirect" -m tcp > --dport 80 -j pre-in-privoxy > [0:0] -A POSTROUTING -s 192.168.0.0/16 -m comment --comment Masquerading = -j > MASQUERADE > [0:0] -A pre-in-dns -s 192.168.0.0/16 -p udp -m comment --comment "Force = DNS > thru BIND" -j REDIRECT --to-ports 53 > [0:0] -A pre-in-privoxy -s 192.168.0.0/16 -p tcp -m comment --comment > "Privoxy HTTP Redirect" -j REDIRECT --to-ports 8081 > COMMIT > # Completed on Fri Apr=A0 6 23:13:23 2012 > # Generated by iptables-save v1.4.12.1 on Fri Apr=A0 6 23:13:23 2012 > *mangle > :PREROUTING ACCEPT [0:0] > :INPUT ACCEPT [0:0] > :FORWARD ACCEPT [0:0] > :OUTPUT ACCEPT [0:0] > :POSTROUTING ACCEPT [0:0] > COMMIT > # Completed on Fri Apr=A0 6 23:13:23 2012 > > ##>lsmod > Module=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 Size=A0 Used by= =A0=A0=A0 Not tainted > iptable_mangle=A0=A0=A0=A0=A0=A0=A0=A0=A0 1470=A0 0 > ipt_REDIRECT=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 1133=A0 2 > ipt_MASQUERADE=A0=A0=A0=A0=A0=A0=A0=A0=A0 1576=A0 1 > iptable_nat=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 3590=A0 1 > nf_nat=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 13271=A0 3 ipt_RED= IRECT,ipt_MASQUERADE,iptable_nat > xt_length=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 1194=A0 1 > ipt_REJECT=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 2087=A0 4 > ipt_LOG=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 6324=A0 4 > xt_limit=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 1976=A0 9 > xt_TCPMSS=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 3037=A0 1 > xt_tcpudp=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 2301 12 > nf_conntrack_ipv4=A0=A0=A0=A0=A0 10348 10 iptable_nat,nf_nat > nf_defrag_ipv4=A0=A0=A0=A0=A0=A0=A0=A0=A0 1305=A0 1 nf_conntrack_ipv4 > xt_state=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 1197=A0 7 > nf_conntrack=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 51077=A0 5 > ipt_MASQUERADE,iptable_nat,nf_nat,nf_conntrack_ipv4,xt_state > xt_comment=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 945 29 > iptable_filter=A0=A0=A0=A0=A0=A0=A0=A0=A0 1398=A0 1 > ip_tables=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 18588=A0 3 iptable_mangl= e,iptable_nat,iptable_filter > x_tables=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 15642 14 > iptable_mangle,ipt_REDIRECT,ipt_MASQUERADE,iptable_nat,xt_length,ipt_REJE= CT,ipt_LOG,xt_limit,xt_TCPMSS,xt_tcpudp,xt_state,xt_comment,iptable_filter,= ip_tables > pppoe=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 9200=A0 0 > pppox=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 1680=A0 1 ppp= oe > ppp_generic=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 22543=A0 2 pppoe,pppox > slhc=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 3905=A0 1 p= pp_generic > ipv6=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 274324 26 > af_packet=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 20808=A0 2 > evdev=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 10176=A0 7 > usbhid=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 15727=A0 0 > hid=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 72924=A0 1 u= sbhid > usbkbd=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 4222=A0 0 > serio_raw=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 3824=A0 0 > psmouse=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 33674=A0 0 > pcspkr=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 1761=A0 0 > i2c_i801=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 7356=A0 0 > i2c_core=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 16104=A0 1 i2c_i801 > snd_hda_codec_realtek=A0=A0 273890=A0 1 > snd_hda_intel=A0=A0=A0=A0=A0=A0=A0=A0=A0 18741=A0 0 > snd_hda_codec=A0=A0=A0=A0=A0=A0=A0=A0=A0 55393=A0 2 snd_hda_codec_realtek= ,snd_hda_intel > snd_hwdep=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 5900=A0 1 snd_hda_cod= ec > snd_pcm=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 61650=A0 2 snd_hda_i= ntel,snd_hda_codec > snd_timer=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 18580=A0 1 snd_pcm > snd=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 53957=A0 6 > snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_t= imer > soundcore=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 4489=A0 1 snd > snd_page_alloc=A0=A0=A0=A0=A0=A0=A0=A0=A0 6391=A0 2 snd_hda_intel,snd_pcm > shpchp=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 22100=A0 0 > pci_hotplug=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 20196=A0 1 shpchp > iTCO_wdt=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 12227=A0 0 > iTCO_vendor_support=A0=A0=A0=A0 1778=A0 1 iTCO_wdt > e1000e=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 118081=A0 0 > r8169=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 34717=A0 0 > firmware_class=A0=A0=A0=A0=A0=A0=A0=A0=A0 5345=A0 1 r8169 > mii=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 3339=A0 1= r8169 > video=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 10919=A0 0 > backlight=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 3814=A0 1 video > button=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 4332=A0 0 > processor=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 23414=A0 0 > ehci_hcd=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 32356=A0 0 > uhci_hcd=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 18888=A0 0 > ahci=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 20207=A0 0 > libahci=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 16233=A0 1 ahci > libata=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 146299=A0 2 ahci,liba= hci > loop=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 14314=A0 0 > ext4=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 226545=A0 2 > mbcache=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 4595=A0 1 ext4 > jbd2=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 46759=A0 1 ext= 4 > crc16=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 1247=A0 1 ext= 4 > usb_storage=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 32709=A0 2 > usb_libusual=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 10254=A0 1 usb_storage > usbcore=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 121728=A0 7 > usbhid,usbkbd,ehci_hcd,uhci_hcd,usb_storage,usb_libusual > sd_mod=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 23519=A0 3 > scsi_mod=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 84453=A0 3 libata,usb_= storage,sd_mod > > ##>ip6tables -L > Chain INPUT (policy ACCEPT) > target=A0=A0=A0=A0 prot opt source=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0 destination > > Chain FORWARD (policy ACCEPT) > target=A0=A0=A0=A0 prot opt source=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0 destination > > Chain OUTPUT (policy ACCEPT) > target=A0=A0=A0=A0 prot opt source=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0 destination > --=20 Jeff --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---