![]() |
2007-08-12
, 09:04
|
|
Posts: 304 |
Thanked: 11 times |
Joined on Feb 2007
@ Barcelona, Spain
|
#32
|
![]() |
2007-08-12
, 12:35
|
Posts: 18 |
Thanked: 3 times |
Joined on Mar 2007
@ Göteborg, Sweden
|
#33
|
![]() |
2007-08-12
, 12:39
|
Posts: 38 |
Thanked: 1 time |
Joined on Aug 2007
|
#34
|
![]() |
2007-08-12
, 13:18
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#35
|
If you have a fixed IP address at home, why don't you host your DNS at home then? There are DNS servers for every platform you can think of. I run DNS on my Wifi router, for example.
Unless your domain is business critical and your internet connection or DNS server is not reliable enough, you can easily host DNS at home. It's not that much traffic. Well, when you're not using DNS tunneling, that is...
![]() |
2007-08-12
, 13:19
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#36
|
![]() |
2007-08-12
, 13:44
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#37
|
![]() |
2007-08-12
, 21:18
|
Posts: 18 |
Thanked: 3 times |
Joined on Mar 2007
@ Göteborg, Sweden
|
#38
|
iodined -f 10.9.0.1 mytunnel.mydomain.com
#!/bin/sh DOMAIN="mytunnel.mydomain.com" IFACE="wlan0" RESOLV="/tmp/resolv.conf" GW=`route -n | tail -1 | cut -d ' ' -f 10` for NS in `grep nameserver $RESOLV.$IFACE | cut -d ' ' -f 2` do echo route add $NS gw $GW $IFACE route add $NS gw $GW $IFACE done echo iodine $NS $DOMAIN iodine $NS $DOMAIN route del default route add default gw 10.9.0.1 dns0
killall iodine
![]() |
2007-08-12
, 21:56
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#39
|
![]() |
2007-08-12
, 22:42
|
Posts: 18 |
Thanked: 3 times |
Joined on Mar 2007
@ Göteborg, Sweden
|
#40
|
Unless your domain is business critical and your internet connection or DNS server is not reliable enough, you can easily host DNS at home. It's not that much traffic. Well, when you're not using DNS tunneling, that is...
Ton.
The Nokia 770 forums are alive again on http://nokia770.com/forum