![]() |
2010-01-14
, 22:12
|
Posts: 172 |
Thanked: 27 times |
Joined on Oct 2009
@ San Francisco, CA
|
#42
|
this sounds like a problem setting up dns and routes from a dhcp serving access point
you should be getting something like
route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 wlan0
and
cat /etc/resolv.conf
nameserver 192.168.0.1
..
if the update broke dhcp for *your* router, you can configure dns and route manually
for e.g. set a dns server
echo 4.2.2.1 > /etc/resolv.conf
add a route
route add default gw 192.168.0.1
![]() |
2010-01-14
, 22:13
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#43
|
![]() |
2010-01-14
, 22:15
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#44
|
touch /etc/maemo-dhcp.d/60_vpnc
mv /home/user/MyDocs/.documents/YourFile.txt /etc/maemo-dhcp.d/60_vpnc
cat > /etc/maemo-dhcp.d/60_vpnc << EOF #!/bin/sh -e if route -n | grep -e "^0\.0\.0\.0" | grep -q tun0; then route -n | grep -e "^0\.0\.0\.0" | grep \$interface | awk '{print \$2}' > /tmp/vpnc_route ip=\`cat /var/run/vpnc/defaultroute | cut -f3 -d' '\` if [ -z \$ip ]; then killall vpnc else if route -n | grep -e "^0\.0\.0\.0" | grep -q \$ip; then route delete default \$interface fi fi fi EOF
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
|
2010-01-14
, 22:16
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#45
|
![]() |
2010-01-14
, 22:17
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#46
|
@noobmonkey,
To create the file you can use:
Which will create the file empty. Editing the file, however, would be trickier. I suggest you use whatever default text app comes with the N900 (if it has one) and save his code into it and then save it to your documents. Then you can do something like:Code:touch /etc/maemo-dhcp.d/60_vpnc
And then continue on with his instructions.Code:mv /home/user/MyDocs/.documents/YourFile.txt /etc/maemo-dhcp.d/60_vpnc
If you happen to know VI(M), then you can just use it to create and edit the file in command line.
If you can copy and paste.. this should also work:
Code:cat > /etc/maemo-dhcp.d/60_vpnc << EOF #!/bin/sh -e if route -n | grep -e "^0\.0\.0\.0" | grep -q tun0; then route -n | grep -e "^0\.0\.0\.0" | grep $interface | awk '{print $2}' > /tmp/vpnc_route ip=\`cat /var/run/vpnc/defaultroute | cut -f3 -d' '\` if [ -z $ip ]; then killall vpnc else if route -n | grep -e "^0\.0\.0\.0" | grep -q $ip; then route delete default $interface fi fi fi EOF
![]() |
2010-01-14
, 22:17
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#47
|
Alternativelly, is it possible that the next update will fix this automatically? Just by re-writing the files that I was supposed to modify? I hope you understand what I'm trying to say by this, as I said, I am new to Linux.
![]() |
2010-01-14
, 22:17
|
Posts: 25 |
Thanked: 87 times |
Joined on Nov 2009
|
#48
|
lol ok we all seem to be in the same place..... ish...
Wifi is just not working...... In my case 3G internet works..... i assume others have the same (or 2g/3.5g etc)....
I can follow juaalto's steps up to and including 4 - but not 5 and 6 as i don't know how to create a file in linux/x-terminal?
The Following User Says Thank You to juaalto For This Useful Post: | ||
![]() |
2010-01-14
, 22:18
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#49
|
I use editor called 'vi' but it may look cryptic to you if you have not used it before.
General Startup
To use vi: vi filename
To exit vi and save changes: ZZ or :wq
To exit vi without saving changes: :q!
To enter vi command mode: [esc]
To enter text press 'i' in command mode
http://www.cs.rit.edu/~cslab/vi.html
|
2010-01-14
, 22:22
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#50
|
----------- Follow me on Twitter here
----------- My Photography Website and Blog is here
----------- Author of the N900 Health Check Application ----------- New Version in Extras Devel (Dec 2010 - 2.9.10)
----------- Are you on the N900 World Map? - http://pininthemap.com/maemo - masterpin: shotgun
----------- What apps do you want to see on the n900 or in MeeGo in the future? -