
gofman.mike at gmail
Nov 26, 2008, 6:17 AM
Post #12 of 15
(3006 views)
Permalink
|
If you need need any help testing things just drop me a line. On Wed, Nov 26, 2008 at 8:34 AM, Antonio Borneo <borneo.antonio [at] gmail>wrote: > Joerg, > the patch I sent for this case, that helped Mariano's connection, > should NOT be added to code in svn. > It does not provide backward compatibility, so the risk is having vpnc > not working anymore for some user. > > I'm working at a wider patch that, while supporting also Mariano's > case, provides current vpnc behavior as default. > > Other news: Today I have received a second hand Nortel Concentrator > with which I want to run deeper tests for vpnc. It is an old model, > already out of production, but still working. Configuration is quite > hard; I hope having enough spare time next week-end. > > Best Regards, > Antonio > > On Mon, Nov 24, 2008 at 10:12 PM, Dichi <dichoso [at] gmail> wrote: > > I'm speechless, dude you're a genius!!!, I've my vpn connection up and > > running for 15 about minutes now... :D . Now I'll provide further test > > on: > > > > 1) Is it mandatory connect to QOTD server? > > 2) Stability > > > > So you can include that patch into the trunk. You have no idea how > > this improves my work efficiency!!! > > Let's say bye bye to @p [at] n!!! > > > > Thanks, > > Mariano > > > > On Sun, Nov 23, 2008 at 2:43 AM, Antonio Borneo > > <borneo.antonio [at] gmail> wrote: > >> Ciao Mariano, > >> sorry for not replying before, but I'm quite busy on my job. > >> Anyway, in spare time I'm making few tests on the issue of "client > version". > >> > >> Please try the patch in attachment and let me know. > >> Should be the right value for the client version required by your Nortel > server. > >> In case it does not work yet, please change number 17 in the patch, in > >> place of 16. > >> > >> Best Regards, > >> Antonio Borneo > >> > >> On Mon, Nov 10, 2008 at 8:44 AM, Dichi <dichoso [at] gmail> wrote: > >>> That would be perfect Antonio, let me know if you need to test or > anything else. > >>> > >>> Thanks, > >>> Mariano > >>> > >>> On Sun, Nov 9, 2008 at 1:17 AM, Antonio Borneo < > borneo.antonio [at] gmail> wrote: > >>>> Ciao Mariano, > >>>> it's really positive that you can connect with the qotd server; it > >>>> means the vpn tunnel is up and running. > >>>> Also, having your server replying with a useful message, push me to > >>>> better implement this qotd connection. I was already thinking this > >>>> should be implemented to skip any legal issue related with banner > >>>> disclaimer, but I considered it a low priority task; now I changed > >>>> mind. > >>>> > >>>> I have to recover some old experiment I have done in the past. > >>>> I remember a situation in which the server ask for another > >>>> undocumented field, and client reply with a text string including OS > >>>> name and client version. > >>>> I skipped on purpose that situation, not mandatory for me, to avoid > >>>> sending such info. > >>>> At that time, I do not want to lie, by sending "fake" version and > >>>> claiming my vpnc is Nortel-something. > >>>> At the same time, I prefer not sending "vpnc version 0.5.1-352M". I > >>>> believe that a paranoid sysadmin could consider it as a cracker using > >>>> an "unofficial" and "unapproved" client, getting my account > >>>> immediately shut-down. > >>>> > >>>> To solve your situation, I have to go back to my old work, and we have > >>>> to send an "accepted" string. > >>>> > >>>> Best Regards, > >>>> Antonio Borneo > >>>> > >>>> On Sun, Nov 9, 2008 at 3:46 AM, Dichi <dichoso [at] gmail> wrote: > >>>>> Thanks, that helped > >>>>> > >>>>> I think this reinforce my theory of "client string", look what QOTD > >>>>> server gave me: > >>>>> > >>>>> Connectivity to this environment > >>>>> requires that you use a minimum version > >>>>> V04_91 of the Nortel VPN client. Please > >>>>> contact the Help Desk for assistance in > >>>>> obtaining the latest version of the Nortel > >>>>> VPN client. > >>>>> > >>>>> Is there any way to decode what apani/nortel clients send as "client > >>>>> version"??? > >>>>> > >>>>> Thanks, > >>>>> Mariano > >>>>> > >>>>> On Sat, Nov 8, 2008 at 3:24 PM, Antonio Borneo < > borneo.antonio [at] gmail> wrote: > >>>>>> Hi, > >>>>>> digging in the obscure data that Nortel client exchanges with > server, > >>>>>> I have found some data that I hope could be interesting for this > case. > >>>>>> > >>>>>> The patch attached mainly uses some "undocumented" info to set DNS > >>>>>> default domain. > >>>>>> There is no official field for such info in ISAKMP, and also Cisco > >>>>>> uses its own "proprietary" field. > >>>>>> I'm using two Contivity servers, and each uses a different attribute > >>>>>> value for DNS domain. > >>>>>> I have named them ISAKMP_MODECFG_ATTRIB_NORTEL_DEF_DOMAIN_A and _B. > >>>>>> Please test, with --debug 3, if other fields are also used for such > purpose. > >>>>>> > >>>>>> The patch also identify and print 2 fields: > >>>>>> - ISAKMP_MODECFG_ATTRIB_NORTEL_ALT_SERVER > >>>>>> This is an alternate server IP, that can be used as backup > >>>>>> connection in case the server you are logged-in becomes unavailable. > >>>>>> Almost useless info. Nortel client does not seems using it too. > >>>>>> - ISAKMP_MODECFG_ATTRIB_NORTEL_QOTD_SERVER > >>>>>> This could be interesting! > >>>>>> When I login with official client, I get a pop-up with a legal > >>>>>> disclaimer from my company > >>>>>> e.g. "don't use this connection if you are not authorized", or > similar. > >>>>>> This text is exchanged through a standard qotd server placed beyond > >>>>>> Nortel concentrator. > >>>>>> The client receives the IP of qotd server inside this field, then > >>>>>> connects to it and get the string. > >>>>>> > >>>>>> It could be that the concentator closes the connection if the client > >>>>>> does not read the qotd string. > >>>>>> I have nothing to prove this crazy behaviour. My connections never > got > >>>>>> such problem. > >>>>>> To test it, you need to connect vpnc, get qotd server IP and connect > >>>>>> to its port 17 > >>>>>> e.g. "telnet x.y.w.z 17" > >>>>>> The attached patch, if run with "--debug 1", prints the string > >>>>>>> QOTD server: run: > >>>>>>> telnet x.y.w.z 17 > >>>>>> so you can immediately copy the telnet string and paste it in > another terminal. > >>>>>> Good luck! > >>>>>> > >>>>>> Best Regards, > >>>>>> Antonio Borneo > >>>>>> > >>>>>> > >>>>>> 2008/11/4 Dichi <dichoso [at] gmail>: > >>>>>>> Hi, > >>>>>>> > >>>>>>> I have same issue of ten second lasting connections, it works ok > until > >>>>>>> something happens and connection got closed. This has been > happening for a > >>>>>>> while and I can tell there are lot of people with same issue, my > thinking is > >>>>>>> at some point concentrator validates client version and if it > doesn't match > >>>>>>> allowed clients it closes connection with client. > >>>>>> > >>>>> > >>>> > >>> > >> > > > _______________________________________________ > vpnc-devel mailing list > vpnc-devel [at] unix-ag > https://lists.unix-ag.uni-kl.de/mailman/listinfo/vpnc-devel > http://www.unix-ag.uni-kl.de/~massar/vpnc/<http://www.unix-ag.uni-kl.de/%7Emassar/vpnc/> >
|