[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Savannah-hackers-public] OpenVPN link to chapters.gnu.org
From: |
Nacho Gonzalez |
Subject: |
Re: [Savannah-hackers-public] OpenVPN link to chapters.gnu.org |
Date: |
Thu, 14 Jan 2010 13:32:42 +0100 |
User-agent: |
Mozilla-Thunderbird 2.0.0.22 (X11/20090701) |
Sylvain Beucler wrote:
> Hi Nacho,
>
> [Btw, address@hidden was badly configured and wasn't accepting
> mail. It should be fixed now.]
>
>> At about the SSH key, I reply to your mail that you can use the GNUes
>> key I have on my savannah account (nacho).
>>
>
> I added them (I didn't receive this mail). Can you log to
> colonialone.fsf.org and fill in your contact info in
> ~/.ssh/authorized_keys ?
>
I can't login...
address@hidden:~$ ssh colonialone.fsf.org -l nacho
The authenticity of host 'colonialone.fsf.org (140.186.70.51)' can't be
established.
RSA key fingerprint is 0d:5a:bd:c0:a4:4f:af:99:ac:85:75:9e:fe:02:9e:9c.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'colonialone.fsf.org,140.186.70.51' (RSA) to
the list of known hosts.
Permission denied (publickey).
address@hidden:~$ cat /etc/
Display all 240 possibilities? (y or n)
address@hidden:~$ cat .ssh/
id_rsa id_rsa.pub known_hosts
address@hidden:~$ cat .ssh/id_rsa.pub
ssh-rsa
AAAAB3NzaC1yc2EAAAABIwAAAQEArDiYgiZfHuwKYZhwVodfoQ5/9OM5dSNk9mBBN+a87ZmS8SKdKXAKJ8fbDRyE6oFzfQQQSsNZ3aE6y4mno52K70accol3hCaCV0DlpToqG4e5tZwJxhBuWkgD/NEulvPvkn74jsmKLhhnVhF1tUTJU2ZTrvexCmufs67p0i18Ne+aja9/rFL3vpmmWkAAcyeYWSvzoye3b7zFaHn4W8q13tbwxpuvvcUkYvMRT0waqt0PoRt2xy835v/f365wEw9eQaeqXgSJuIAOhgiVvruwhtFNgJS0P8xBFg8z/4LRqPgNThaRrCTLtCUDM4w8b+rtON9L118twrAvDUTWEss9Mw==
address@hidden
>
>
>> We had a trouble on the GNU chapters machine and suddenly the system
>> crashed. We was able to recover the system in some hours. After that, I
>> started the openVPN some days after the crash:
>>
>> address@hidden:~# route -n
>> Kernel IP routing table
>> Destination Gateway Genmask Flags Metric Ref Use
>> Iface
>> 10.1.0.0 0.0.0.0 255.255.255.0 U 0 0 0 tap0
>> 91.121.9.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
>> 0.0.0.0 91.121.9.254 0.0.0.0 UG 0 0 0 e
>> but I'm steel not able to connect to 10.1.0.1:
>>
>> address@hidden:~# ping 10.1.0.1
>> PING 10.1.0.1 (10.1.0.1) 56(84) bytes of data.
>> >From 10.1.0.201 icmp_seq=1 Destination Host Unreachable
>>
>> --- 10.1.0.1 ping statistics ---
>> 6 packets transmitted, 0 received, +1 errors, 100% packet loss, time 5006ms
>> , pipe 4
>>
>
> The problem was on the Savannah side actually :)
>
> It should be fixed now, I can ping .201. I need a way to
> automatically add 'tap0' to the bridge, but I didn't see any 'hook' to
> do so. I probably should modify '/etc/init.d/openvpn'.
> Any better idea?
>
now it works.
address@hidden:~$ vi /etc/network/interfaces
address@hidden:~$ ping 10.1.0.1
PING 10.1.0.1 (10.1.0.1) 56(84) bytes of data.
64 bytes from 10.1.0.1: icmp_seq=1 ttl=64 time=196 ms
64 bytes from 10.1.0.1: icmp_seq=2 ttl=64 time=94.4 ms
--- 10.1.0.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 94.435/145.343/196.252/50.909 ms
Um... Maybe as an auto device in /etc/network/interface ? I've didn't
needed to add anything on my side, seems like the dev tap on the client
configuration is enough.
Best regards,
Nacho.