Package: vtun
Severity: important
Tags: ipv6

Hi,

I tried to setup a pure IPv6 tunnel which did not work for me[tm].

config looks like this:

cobra {
  passwd  PASSWORD;     # Password
  type  tun;            # IP tunnel 
  proto udp;            # UDP protocol
  compress  lzo:9;      # LZO compression level 9
  encrypt  yes;         # Encryption
  keepalive yes;        # Keep connection alive

  up {
        # Connection is Up 

        ip "link set %% up multicast off mtu 1450";
        ip "-6 addr add 2001:7b8:385:5::1 peer 2001:7b8:385:5::2 dev %%";
  };
}


Jan 28 00:46:15 ipx21139 vtund[10596]: Use SSL-aware challenge/response
Jan 28 00:46:15 ipx21139 vtund[10596]: Session cobra[213.20.234.169:58177] 
opened
Jan 28 00:46:15 ipx21139 vtund[10596]: UDP connection initialized
Jan 28 00:46:15 ipx21139 vtund[10596]: LZO compression[level 9] initialized
Jan 28 00:46:15 ipx21139 vtund[10596]: BlowFish encryption initialized
Jan 28 00:46:15 ipx21139 vtund[10597]: Command [/sbin/ip -6 addr add 2001:7b8] 
error 2
Jan 28 00:46:15 ipx21139 vtund[10596]: Connection refused (111)


I suspect, there might be a parsing error (because of the colon in IPv6 
addresses), but i am not sure.

Greetings
Martin
--
Q:      Why did the germ cross the microscope?
A:      To get to the other slide.

Attachment: signature.asc
Description: Digital signature

Reply via email to