i've installed mageia 3. I' ve been using Mandrake since 8.1 and then Mandriva and i tried to migrate to Mageia 2 unsuccessfully a while ago. Basically because i configure my openvpn and it just didn't work, the same happens with mageia 3, let me tell you how i did the configuratioin.
my gateway: 2x1.2xx.8x.1xx
a user certified:
a CA certified:
a private key
i use LZO data compression and tcp port 1194.
then i connect. this is my route table
- Code: Select all
[root@localhost eqeeqw]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.124.1 0.0.0.0 UG 0 0 0 eth0
10.16.0.0 10.16.0.13 255.255.0.0 UG 0 0 0 tun0
10.16.0.13 0.0.0.0 255.255.255.255 UH 0 0 0 tun0
192.168.124.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.126.0 10.16.0.13 255.255.255.0 UG 0 0 0 tun0
2x1.2xx.8x.1x 192.168.124.1 255.255.255.255 UGH 0 0 0 eth0
and when i ping this is the result of:
- Code: Select all
[root@localhost eqeeqw]# ping
From 10.16.0.14 icmp_seq=1 Destination Host Unreachable
From 10.16.0.14 icmp_seq=1 Destination Host Unreachable
From 10.16.0.14 icmp_seq=1 Destination Host Unreachable
From 10.16.0.14 icmp_seq=1 Destination Host Unreachable
From 10.16.0.14 icmp_seq=1 Destination Host Unreachable
From 10.16.0.14 icmp_seq=1 Destination Host Unreachable
From 10.16.0.14 icmp_seq=1 Destination Host Unreachable
^CFrom 10.16.0.14 icmp_seq=1 Destination Host Unreachable
My interface are:
- Code: Select all
[root@localhost eqweqw]# ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 00:26:22:26:39:8a brd ff:ff:ff:ff:ff:ff
inet 192.168.124.106/24 brd 192.168.124.255 scope global eth0
inet6 fe80::226:22ff:fe26:398a/64 scope link
valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 00:26:5c:a0:de:fb brd ff:ff:ff:ff:ff:ff
inet6 fe80::226:5cff:fea0:defb/64 scope link
valid_lft forever preferred_lft forever
7: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 100
link/none
inet 10.16.0.14 peer 10.16.0.13/32 brd 10.16.0.14 scope global tun0
I also got nothing with my tcpdump ICMP proto when i do ping and i did my last attempt to resolve the problem before post here, which was to install openvpn from source and failed too. I then installed in a virtualized mandriva 2011 and the vpn went smooth just like allways.
So any help??
