Miredo

thc_flow

Zbanowany
Dołączył
Listopad 13, 2008
Posty
649
Witam,
Mam problem z programem o nazwie Miredo, uściślając z jego modułem klienckim - otóż pomimo dobrej wg manuala konfiguracji, oraz poprawnej konfiguracji tablic routingu itp po starcie demona tunelowanie dalej nie działa, kombinowałem już ze zmianą serwerów Teredo, bindowaniem pod statyczny adres, port na ruterze jest przekierowany poprawnie.
Usługa startuje poprawnie, tworzy nowe "urządzenie" i się konfiguruje, więc co jest nie tak?
Poniżej zamieszam info systemowe:
miredo.conf
Kod:
#! /usr/sbin/miredo -f -c
#
# Sample configuration file for Miredo

# Please refer to the miredo.conf(5) man page for details.

# Miredo can safely run as a Teredo client, which is the default.
RelayType client

# Name of the network tunneling interface.
InterfaceName   mr0

# Depending on the local firewall/NAT rules, you might need to force
# Miredo to use a fixed UDP port and or IPv4 address.
BindPort        3545
#BindAddress    192.168.1.5

#SyslogFacility user

## CLIENT-SPECIFIC OPTIONS
# The hostname or primary IPv4 address of the Teredo server.
# This setting is required if Miredo runs as a Teredo client.
#**************************************************************************#
#      teredo.remlab.net is an experimental service for testing only.      #
# Please use another server for production and/or large scale deployments. #
#**************************************************************************#
ServerAddress teredo.ipv6.microsoft.com
#ServerAddress teredo.ginzado.ne.jp
#ServerAddress teredo.iks-jena.de
#ServerAddress teredo.remlab.net
#ServerAddress2 teredo2.remlab.net

## RELAY-SPECIFIC OPTIONS
#Prefix 2001:0::
#InterfaceMTU 1280
tablice routingu
Kod:
[root@gruchot ~]# ip -4 route
192.168.1.0/29 dev wlan0  proto kernel  scope link  src 192.168.1.5 
default via 192.168.1.1 dev wlan0 
[root@gruchot ~]# ip -6 route
2001::/32 dev mr0  proto kernel  metric 256  mtu 1280 advmss 1220 hoplimit 0
fe80::/64 dev wlan0  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 0
fe80::/64 dev mr0  proto kernel  metric 256  mtu 1280 advmss 1220 hoplimit 0
default dev mr0  metric 1029  mtu 1280 advmss 1220 hoplimit 0
konfiguracja tunelu
Kod:
[root@gruchot ~]# ifconfig mr0
mr0       Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet6 addr: fe80::ffff:ffff:ffff/64 Scope:Link
          inet6 addr: 2001:0:d5c7:a2d6:3c6c:f226:a896:7b56/32 Scope:Global
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1280  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:500 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

Główny problem w tym że dokumentacja tego programu jest naprawdę skromna a poza oficjalną stroną prawie nic nie można znaleźć ciekawego...

//EDIT: Dobra, ogarnąłem, przyczyną okazał się lokalny DNS niewidoczny przez tunel ;)
 
Ostatnia edycja:
Do góry Bottom