* using the hso driver with cisco vpn client
@ 2008-10-09 13:39 Denis Joseph Barrow
[not found] ` <48EE098F.8040407-x9gZzRpC1QbQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Denis Joseph Barrow @ 2008-10-09 13:39 UTC (permalink / raw)
To: Németh Tamás, Filip Aben, Cisco Technical Support
Cc: Linux netdev Mailing list, Paul Hardwick,
Linux USB kernel mailing list
[-- 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: using the hso driver with cisco vpn client
[not found] ` <48EE098F.8040407-x9gZzRpC1QbQT0dZR+AlfA@public.gmane.org>
@ 2008-10-09 15:36 ` Dan Williams
0 siblings, 0 replies; 2+ messages in thread
From: Dan Williams @ 2008-10-09 15:36 UTC (permalink / raw)
To: Denis Joseph Barrow
Cc: Németh Tamás, Filip Aben, Cisco Technical Support,
Linux netdev Mailing list, Paul Hardwick,
Linux USB kernel mailing list
On Thu, 2008-10-09 at 15:39 +0200, Denis Joseph Barrow wrote:
> 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
But using this port is pointless, because it'll slow the connection
down. What's the actual problem with using the netdevice? Did I miss
something in the archives?
vpnc seems to work just fine in the normal 'hso' configuration with the
tty being the control port and the netdevice being the data port.
What encapsulation or NAT traversal method are you using? Does 'vpnc'
work for you? Are you using the cisco binary kernel module?
Dan
> 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
>
> plain text document attachment (wvdial.conf)
> [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
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-09 15:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-09 13:39 using the hso driver with cisco vpn client Denis Joseph Barrow
[not found] ` <48EE098F.8040407-x9gZzRpC1QbQT0dZR+AlfA@public.gmane.org>
2008-10-09 15:36 ` Dan Williams
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).