Hi,

I'm connecting from Palm to a Linux host via PPP @ 115k serial.

Seems reasonably successful when using the Linux host as a web proxy.

But when I'm trying to go direct out to the net, I'm getting back 'dest
unreachable' packets.

I've got the kernel set up for iptables, and have the following iptables
commands being executed:

# Enable IPv4 forwarding
echo 1 > /proc/sys/net/ipv4/ip_forward
 
# Set up forwarding for local machines
iptables -I FORWARD -s 10.1.1.78/32 -j ACCEPT
iptables -I FORWARD -s 10.1.1.80/32 -j ACCEPT
iptables -t nat -I POSTROUTING -j MASQUERADE -s 10.1.1.78
iptables -t nat -I POSTROUTING -j MASQUERADE -s 10.1.1.80

Note that on interface ppp0, the Palm end has ip address 10.1.1.80, and
the linux end has 10.1.1.78.

Also, I've got the host set up with a default gateway out through my
firewall to the router to the net.

And, even when using a web proxy on the host, the response is terrible.
Can anyone please tell me what more I need to do to configure the host
and/or the Palm to have full internet connectivity?

Is 115k too fast for PPP with the Palm? (IIIc, with PalmOS 4.1)

Please advise.

Cheers
David



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to