Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle

Notices

Reply
 
Thread Tools Search this Thread
Old 10-21-2010, 08:04 AM   #1
wahlis
Junior Member
wahlis began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Oct 2010
Device: Kindle 3
/etc/sysconfig/iptables from 3.0.1

I've managed to wreck my Kindle 3 Wifi by editing the /etc/sysconfig/iptables file. The result is that I can not apply the new upgrades since the files checksum is incorrect.

Could someone please post a copy of the file /etc/sysconfig/iptables?

The expected md5 checksum of the file should be c5854fe5414a78ae2e14f35386228ea8

Thanks in advance!
wahlis is offline   Reply With Quote
Old 08-14-2011, 10:10 AM   #2
ericepe
Junior Member
ericepe began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Apr 2011
Device: kindle
In 3.1 it looks like this:


Quote:
*filter
:INPUT DROP [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]

# TCP handling. Allow incoming TCP TPH on WAN
-A INPUT -i ppp0 -p tcp -m tcp --dport 40317 -j ACCEPT
-A INPUT -i ppp0 -p tcp -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -i wlan0 -p tcp -m state --state RELATED,ESTABLISHED -j ACCEPT

# UDP Handling. Only allow device initiated connections.
-A INPUT -i wlan0 -p udp -m state --state ESTABLISHED -j ACCEPT
-A INPUT -i ppp0 -p udp -m state --state ESTABLISHED -j ACCEPT

# Loopback. All traffic allowed.
-A INPUT -i lo -s 127.0.0.1 -j ACCEPT
-A OUTPUT -o lo -d 127.0.0.1 -j ACCEPT

# Usbnet. All traffic allowed.
-A INPUT -i usb0 -j ACCEPT

# ICMP. Allow only responses to local connections
-A INPUT -p icmp -m state --state RELATED,ESTABLISHED -j ACCEPT

COMMIT
ericepe is offline   Reply With Quote
Advert
Reply


Forum Jump


All times are GMT -4. The time now is 10:22 PM.


MobileRead.com is a privately owned, operated and funded community.