Jump to content

Recommended Posts

Guest Simon O
Posted
http://forum.xda-developers.com/showthread.php?t=766569

I've tried multiple versions but can't get any of them to work. Can anyone recommend another proxy enabler app or a fix?

(Gives errors and makes reference that certain elements of the kernel could be outdated?)

Thanks

The kernel seems to have iptable support but maybe the proxy tool requires a specific option to be enabled in the kernel. Any idea what?

#
# Core Netfilter Configuration
#
# CONFIG_NETFILTER_NETLINK_QUEUE is not set
# CONFIG_NETFILTER_NETLINK_LOG is not set
# CONFIG_NF_CONNTRACK is not set
CONFIG_NETFILTER_XTABLES=y
# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
# CONFIG_NETFILTER_XT_TARGET_MARK is not set
# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
CONFIG_NETFILTER_XT_MATCH_COMMENT=y
# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
# CONFIG_NETFILTER_XT_MATCH_ESP is not set
# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
# CONFIG_NETFILTER_XT_MATCH_MAC is not set
# CONFIG_NETFILTER_XT_MATCH_MARK is not set
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y
CONFIG_NETFILTER_XT_MATCH_OWNER=y
# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=y
# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
# CONFIG_NETFILTER_XT_MATCH_REALM is not set
# CONFIG_NETFILTER_XT_MATCH_RECENT is not set
# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
CONFIG_NETFILTER_XT_MATCH_STRING=y
# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
CONFIG_NETFILTER_XT_MATCH_TIME=y
CONFIG_NETFILTER_XT_MATCH_U32=y
# CONFIG_IP_VS is not set

#
# IP: Netfilter Configuration
#
# CONFIG_NF_DEFRAG_IPV4 is not set
# CONFIG_IP_NF_QUEUE is not set
CONFIG_IP_NF_IPTABLES=y
# CONFIG_IP_NF_MATCH_ADDRTYPE is not set
# CONFIG_IP_NF_MATCH_AH is not set
# CONFIG_IP_NF_MATCH_ECN is not set
# CONFIG_IP_NF_MATCH_TTL is not set
CONFIG_IP_NF_FILTER=y
CONFIG_IP_NF_TARGET_REJECT=y
# CONFIG_IP_NF_TARGET_LOG is not set
# CONFIG_IP_NF_TARGET_ULOG is not set
# CONFIG_IP_NF_MANGLE is not set
# CONFIG_IP_NF_RAW is not set
# CONFIG_IP_NF_ARPTABLES is not set

#
# IPv6: Netfilter Configuration
#
# CONFIG_IP6_NF_QUEUE is not set
# CONFIG_IP6_NF_IPTABLES is not set
# CONFIG_IP_DCCP is not set
# CONFIG_IP_SCTP is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
# CONFIG_NET_DSA is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_SCHED is not set
# CONFIG_DCB is not set[/code]

Guest Azurren
Posted

I could type out the entire error if you like :)

Failed to start redirect.sh (FIX ME! Implement getprotobyname() bionic/libc/bionic/stubs.c:372

iptables v1.3.8: can't initialize iptable 'nat': Table does not exist (Do you need insmod?)

Perhaps iptables or your kernal needs to be upgraded.

FIX ME! impli... Repeat

After a lot of searching for an android proxy app this one does appear to be the only one. It works on some phones (Apparently)

Thanks alot of your help <3

Guest Simon O
Posted
I could type out the entire error if you like :)

After a lot of searching for an android proxy app this one does appear to be the only one. It works on some phones (Apparently)

Thanks alot of your help <3

Looks like we'll have to hang on until we can build a custom kernel.

  • 1 month later...
Guest bobhund
Posted

Does this mean that there is no chance yet to browse via proxy on the tte blade? how unfortunate.

Guest Azurren
Posted
Does this mean that there is no chance yet to browse via proxy on the tte blade? how unfortunate.

I get semi sucess with the froyo rom and the latest transproxy (new opera browser)

But still havnt got access to my colleges dino proxy :S

Guest bobhund
Posted
I get semi sucess with the froyo rom and the latest transproxy (new opera browser)

But still havnt got access to my colleges dino proxy :S

How stable is Froyo now? Maybe i should just still wait a little until there is a working froyo with proxy support? i held yesterday a samsung android tab in hand and saw "proxy" in the settings. that gave me some hope.

  • 1 month later...
Guest jmb462
Posted

Looking for a fix to for wifi proxy.

I think it's possible to script our own iptables rules via the adb shell.

I've read on xda forum that Transproxy use a multiport redirection line:

iptables -t nat -A OUTPUT -p tcp -m multiport --dports 80,443 -j REDIRECT --to-ports 8123
On the blade, maybe we could use 2 lines instead as the multiport seems not to be supported :
iptables -t nat -A OUTPUT -p tcp --dport 80   -j REDIRECT --to-port 8123

iptables -t nat -A OUTPUT -p tcp --dport 443  -j REDIRECT --to-port 8123

BUT...

I don't kwon how to set ip adresse of the proxy in the iptables command.

And I don't even know how to remove the rules in order to desactive the proxy if it works.

So I can't test now...

I'm reading the iptables doc and tutorials but it's a bit hard to understand for me...

It was my two cents, if someone has better knownlegde of iptables...

Regards.

Guest Arr Too
Posted (edited)

Following the tip-off here, I've installed the latest Transproxy and a simple test worked for me (on JJ RLS2), but I haven't yet tried it "in anger" on the proxy we're forced to use at school (although that's a fairly straightforward one, with no extra auth required).

Edited by Arr Too
Guest fonix232
Posted

TransProxy 3.08 works on the 2.2 kernels, so if you flash one of them, you will get it working!

Guest jmb462
Posted
TransProxy 3.08 works on the 2.2 kernels, so if you flash one of them, you will get it working!

Thanks guys.

I've flashed to the Japanese Yellyfish Froyo rom and Transproxy seems to work. \o/

Guest strumluff
Posted

Woot, I have got to try this at work on Monday, I know TransProxy was not working before the new kernel came along!

  • 2 months later...
Guest Arr Too
Posted

BUMP! Just to confirm that TransProxy works great on the wonderful CM7 on the Blade.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.