I changed the iroute to "iroute 192.168.0.0 255.255.255.0;" and did some testing with a linux based vmware host as client. With this client I connected successfully and could also ping in both directions!!
So the problem seems to be my home-router, which is an embedded version of 1.2.3… So I installed tcpdump and did some capturings. All I could see is that no packages are arriving at the tun interface's. So the problem seems to be the routing!
so if someone with more routing experience on pfsense could give me a hand?
Greetz
Mircsicz
P.S.: here's an output from tcpdump:
\ [mirco@macbook-pro-wlan.mirco.home ~]
4$ ping 192.168.115.2
PING 192.168.115.2 (192.168.115.2): 56 data bytes
36 bytes from wall.mirco.home (192.168.0.1): Redirect Host(New addr: 192.168.0.1)
Vr HL TOS Len ID Flg off TTL Pro cks Src Dst
4 5 00 0054 6d9c 0 0000 40 01 1878 192.168.0.66 192.168.115.2
Request timeout for icmp_seq 0
36 bytes from wall.mirco.home (192.168.0.1): Redirect Host(New addr: 192.168.0.1)
Vr HL TOS Len ID Flg off TTL Pro cks Src Dst
4 5 00 0054 4fd4 0 0000 40 01 3640 192.168.0.66 192.168.115.2
Request timeout for icmp_seq 1
^C
--- 192.168.115.2 ping statistics ---
2 packets transmitted, 0 packets received, 100.0% packet loss
[root@wall.mirco.home]/root(8): tcpdump -i sis0 icmp
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on sis0, link-type EN10MB (Ethernet), capture size 96 bytes
19:51:40.556932 IP macbook-pro-wlan.mirco.home > 192.168.115.2: ICMP echo request, id 30693, seq 0, length 64
19:51:40.557817 IP wall.mirco.home > macbook-pro-wlan.mirco.home: ICMP redirect 192.168.115.2 to host wall.mirco.home, length 36
19:51:41.555681 IP macbook-pro-wlan.mirco.home > 192.168.115.2: ICMP echo request, id 30693, seq 1, length 64
19:51:41.556078 IP wall.mirco.home > macbook-pro-wlan.mirco.home: ICMP redirect 192.168.115.2 to host wall.mirco.home, length 36
4 packets captured
50 packets received by filter
0 packets dropped by kernel