View Single Post
  #2   (View Single Post)  
Old 25th May 2012
sparky's Avatar
sparky sparky is offline
Fdisk Soldier
 
Join Date: Mar 2012
Posts: 73
Default

Quote:
sorry to ask but i have asked misc before and they just kick my ass
No need to be sorry at all! I totally understand


Ok judging by the information you provided it seems like some kind of routing issue....

Have you configured "Static" or "Dynamic" routing between the systems?


I personally recommend configuring OSPF between them!

Additionally are you using standard ipsec or GRE??


GRE is a better solution in my opinion however, is much more difficult to setup.

Have a look at the link I posted at the beginning of this thread as that will describe the methodology that I used.

I do also think that the psk <passphrase> should be put in "" another words:

Code:
psk "pass1234"

In order to debug, I would first run a traceroute between machines and see where things are going wrong.

Additionally look at the routing tables of each system:

Cisco:
Code:
sh ip route
OBSD:
Code:
netstat -r

Start with that then let me know how you got on!
Reply With Quote