So... the data connection is workingin in some level.
I can perform name resolution and ping specific hosts.
for instance, ping wap.mycricket.com returns valid pings from 10.132.25.254
Piing [Only registered and activated users can see links. ] properly translates to 74.125.157.99, but the pings time out.
None of my phone apps can retrieve data from the Internet.
The firewall tables built in to the phone are actually rather lengthy... but I did not spot anything that would prevent me from browsing.
root@palm-webos-device: iptables -L
Chain INPUT (policy DROP)
target prot opt source destination
ALLOWED_PACKETS all -- anywhere anywhere
INVALID_PACKETS all -- 127.0.0.0/8 anywhere
REJECT tcp -- anywhere anywhere tcp dpt:auth flags:FIN,SYN,RST,ACK/SYN state NEW reject-with tcp-reset
DROP tcp -- anywhere anywhere tcp dpts:4444:4445
ALLOWED_PACKETS all -- anywhere anywhere state RELATED,ESTABLISHED
ALLOWED_PACKETS all -- anywhere anywhere
ALLOWED_PACKETS all -- anywhere anywhere
ALLOWED_PACKETS icmp -- anywhere anywhere icmp echo-reply state NEW
ALLOWED_PACKETS icmp -- anywhere anywhere limit: avg 1/sec burst 5 icmp echo-reply
ALLOWED_PACKETS icmp -- anywhere anywhere icmp destination-unreachable state NEW
ALLOWED_PACKETS icmp -- anywhere anywhere limit: avg 1/sec burst 5 icmp destination-unreachable
ALLOWED_PACKETS icmp -- anywhere anywhere icmp source-quench state NEW
ALLOWED_PACKETS icmp -- anywhere anywhere limit: avg 1/sec burst 5 icmp source-quench
ALLOWED_PACKETS icmp -- anywhere anywhere icmp redirect state NEW
ALLOWED_PACKETS icmp -- anywhere anywhere limit: avg 1/sec burst 5 icmp redirect
ICMPFLOOD icmp -- anywhere anywhere icmp echo-request state NEW
ALLOWED_PACKETS icmp -- anywhere anywhere icmp time-exceeded state NEW
ALLOWED_PACKETS icmp -- anywhere anywhere limit: avg 1/sec burst 5 icmp time-exceeded
ALLOWED_PACKETS tcp -- anywhere anywhere tcp dpt:5353
ALLOWED_PACKETS udp -- anywhere anywhere udp dpt:5353
ALLOWED_PACKETS tcp -- anywhere anywhere tcp dpt:daap
ALLOWED_PACKETS udp -- anywhere anywhere udp dpt:daap
ALLOWED_PACKETS tcp -- anywhere anywhere tcp flags:RST/RST
LOG all -- anywhere anywhere limit: avg 3/sec burst 5 LOG level debug prefix `IPT_PACKET_DROPPED_NO_MATCH: '
QUEUE all -- anywhere anywhere
I am at the end of the rope here... if anybody has any ideas... I am willing to give it a go.
Bookmarks