View Single Post
  #1   (View Single Post)  
Old 2nd March 2009
am1234 am1234 is offline
New User
 
Join Date: Mar 2009
Posts: 2
Default How to connect huawei tunnel0 with OpenBSD4.4

router--
interface Tunnel42
ip address 1.1.42.1 255.255.255.252
ip policy route-policy jsvpn
source 172.19.236.90
destination 172.19.205.74
__________
local openbsd4.4
echo "net.inet.gre.allow=1" >> /etc/sysctl.conf
echo "net.inet.gre.wccp=1" >> /etc/sysctl.conf
echo "net.inet.ip.forwarding=1" >> /etc/sysctl.conf
ifconfig gre0 create
ifconfig gre0 tunnel 172.19.205.74 172.19.236.90 up
ifconfig gre0 1.1.42.2 1.1.42.1 netmask 255.255.255.252 up
------------------
but Connection not
ping 1.1.42.1 time out
ping 172.19.236.90 time out
How to do?
thank's!

Last edited by am1234; 2nd March 2009 at 01:22 AM.
Reply With Quote