The Following User Says Thank You to jiiv For This Useful Post: | ||
|
2009-12-31
, 07:21
|
|
Posts: 739 |
Thanked: 242 times |
Joined on Sep 2007
@ Montreal
|
#42
|
The Following User Says Thank You to R-R For This Useful Post: | ||
|
2010-01-02
, 22:46
|
Posts: 355 |
Thanked: 566 times |
Joined on Nov 2009
@ Redstone Canyon, Colorado
|
#43
|
~ $ lsmod |grep nat iptable_nat 4612 0 ip_tables 9424 1 iptable_nat nf_nat 14926 1 iptable_nat x_tables 10820 2 iptable_nat,ip_tables nf_conntrack_ipv4 11532 3 iptable_nat,nf_nat nf_conntrack 47420 3 iptable_nat,nf_nat,nf_conntrack_ipv4
deb http://www.freemoe.org/users/jebba unstable main
|
2010-01-02
, 22:54
|
Posts: 515 |
Thanked: 266 times |
Joined on Nov 2009
@ Oelsted, Denmark
|
#44
|
|
2010-01-02
, 23:30
|
Posts: 529 |
Thanked: 46 times |
Joined on Sep 2007
|
#45
|
|
2010-01-03
, 00:04
|
Posts: 355 |
Thanked: 566 times |
Joined on Nov 2009
@ Redstone Canyon, Colorado
|
#46
|
|
2010-01-03
, 05:34
|
Posts: 355 |
Thanked: 566 times |
Joined on Nov 2009
@ Redstone Canyon, Colorado
|
#48
|
Hey guys i placed the iptables package on the extras-devel. Maybe it will be useful.
#!/bin/sh # Run this script to share your Internet connection. # Activate your gprs0 (fone data) connection with the GUI # Then run this :) set -x # insert masquerade module sudo modprobe ipt_MASQUERADE # flush old rules sudo iptables -F sudo iptables -t nat -F sudo iptables -t nat -A POSTROUTING -o gprs0 -j MASQUERADE # forward IPs echo -n 1 | sudo tee /proc/sys/net/ipv4/ip_forward sudo ifconfig wlan0 down sudo iwconfig wlan0 mode ad-hoc sudo ifconfig wlan0 up sudo iwconfig wlan0 essid freemoe sudo ifconfig wlan0 10.0.0.22 netmask 255.255.255.0 up
|
2010-01-03
, 05:45
|
Posts: 355 |
Thanked: 566 times |
Joined on Nov 2009
@ Redstone Canyon, Colorado
|
#49
|
|
2010-01-03
, 11:27
|
Posts: 323 |
Thanked: 180 times |
Joined on Oct 2009
@ Gent, Belgium
|
#50
|
Useful links for newcomers: New members say hello, New users start here, Community subforum, Beginners' wiki page, Maemo5 101, Frequently Asked Questions (FAQ)
NOTE: Most users should avoid the extras-testing and extras-devel app repositories.
I'm not really a Maemo/smartphone expert, but I can usually find my way around a *nix system. If I somehow manage to help you out, thanks are appreciated.