netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Denis Joseph Barrow <D.Barow@option.com>
To: "Németh Tamás" <nice@titanic.nyme.hu>,
	"Filip Aben" <f.aben@option.com>,
	"Cisco Technical Support" <tac@cisco.com>
Cc: Linux netdev Mailing list <netdev@vger.kernel.org>,
	Paul Hardwick <P.Hardwick@option.com>,
	Linux USB kernel mailing list <linux-usb@vger.kernel.org>
Subject: using the hso driver with cisco vpn client
Date: Thu, 09 Oct 2008 15:39:27 +0200	[thread overview]
Message-ID: <48EE098F.8040407@option.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 617 bytes --]

Hi Tamas,
I just realised something. You don't need a faked ethernet port in the hso driver to get ciscos vpn
client to work, I found out in the last few days that the modem port works
just fine on the hso driver despite the misleading comment which implies otherwise.
You should be able to use the modem interface in the hso driver to make a ppp connection,
this should work with your vpn cisco client
I've included a sample wvdial script which I use to make my connection.
You can use to ./ports.sh script from our 1.6 distribution on pharscape to find
the modem port of the 3g modem

-- 
best regards,
D.J. Barrow

[-- Attachment #2: wvdial.conf --]
[-- Type: text/plain, Size: 199 bytes --]

[Dialer Defaults]
Modem = /dev/ttyHS4
Stupid Mode = 1
Init = AT+CGDCONT=1,,"internet.proximus.be"
Dial = ATD
Phone = *99#
Username = vodaphone
Password = vodaphone
Carrier Check = 1 
#New PPPD = yes

             reply	other threads:[~2008-10-09 13:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-09 13:39 Denis Joseph Barrow [this message]
     [not found] ` <48EE098F.8040407-x9gZzRpC1QbQT0dZR+AlfA@public.gmane.org>
2008-10-09 15:36   ` using the hso driver with cisco vpn client Dan Williams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48EE098F.8040407@option.com \
    --to=d.barow@option.com \
    --cc=P.Hardwick@option.com \
    --cc=f.aben@option.com \
    --cc=linux-usb@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=nice@titanic.nyme.hu \
    --cc=tac@cisco.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).