DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #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
  #2   (View Single Post)  
Old 2nd March 2009
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

There have been a number of discussions of Huwaei devices on the misc@ mailing list. A search of the misc@ archives may be helpful:

e.g.: http://marc.info/?l=openbsd-misc&w=2&r=1&s=huawei&q=b
Reply With Quote
  #3   (View Single Post)  
Old 2nd March 2009
am1234 am1234 is offline
New User
 
Join Date: Mar 2009
Posts: 2
Default

Quote:
Originally Posted by jggimi View Post
There have been a number of discussions of Huwaei devices on the misc@ mailing list. A search of the misc@ archives may be helpful:

e.g.: http://marc.info/?l=openbsd-misc&w=2&r=1&s=huawei&q=b
thank you
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[openBSD4.5] Not able to boot on Notebook openBSD-Boy OpenBSD General 12 4th May 2009 01:24 PM
Huawei E220 USB / UK Three.co.uk wimwauters OpenBSD General 0 30th April 2009 04:42 PM
Huawei E220 USB / UK Vodafone DraconianTimes OpenBSD General 6 30th April 2009 12:53 AM
OpenBSD4.4 i386 ACPI ps/2 keyboard shep OpenBSD General 2 16th November 2008 11:50 PM
openbsd4.3 - problem compile php5 blackyzero OpenBSD General 3 27th May 2008 06:24 PM


All times are GMT. The time now is 08:28 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick