You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(5) |
Jul
|
Aug
|
Sep
(1) |
Oct
(6) |
Nov
(13) |
Dec
|
2007 |
Jan
(8) |
Feb
|
Mar
(2) |
Apr
(6) |
May
(4) |
Jun
(3) |
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
(4) |
Nov
(3) |
Dec
(8) |
2008 |
Jan
|
Feb
|
Mar
(4) |
Apr
(2) |
May
(6) |
Jun
(1) |
Jul
(4) |
Aug
(3) |
Sep
(7) |
Oct
(6) |
Nov
(1) |
Dec
(8) |
2009 |
Jan
|
Feb
|
Mar
(1) |
Apr
(2) |
May
(17) |
Jun
(2) |
Jul
(4) |
Aug
|
Sep
(1) |
Oct
(7) |
Nov
(3) |
Dec
(1) |
2010 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
(3) |
Mar
(6) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Tom H. <to...@to...> - 2015-07-13 14:48:02
|
On 07/13/2015 02:44 AM, Duy An Ha - Gmail wrote: > Dear all, > > Recently, I do a reasearch about HIP and try to using OpenHIP. > I need to know the implementation architecture of OpenHIP. > As I see in this page > <http://openhip.sourceforge.net/wiki/index.php/Overview#Implementation_architecture> > which has some images (Hipumh-arch.gif and Hip-arch.gif) using to > illustrate the imlementation architecture. > However, theys already gone (404 object can't be found). > Does anyone has these images? please share with me! > > Thank you very much! I see that they are not accessible, and I tried to upload them again to that wiki but the wiki encountered an error when doing so, so I will have to resolve this with sourceforge. In the meantime, I've attached the images to this message. - Tom |
From: Duy An Ha - G. <hd...@gm...> - 2015-07-13 09:45:29
|
Dear all, Recently, I do a reasearch about HIP and try to using OpenHIP. I need to know the implementation architecture of OpenHIP. As I see in this page <http://openhip.sourceforge.net/wiki/index.php/Overview#Implementation_architecture> which has some images (Hipumh-arch.gif and Hip-arch.gif) using to illustrate the imlementation architecture. However, theys already gone (404 object can't be found). Does anyone has these images? please share with me! Thank you very much! |
From: Jeff A. <sil...@us...> - 2012-03-23 16:00:57
|
Today we've released openhip-0.9, available here: https://sourceforge.net/projects/openhip/files/hip/openhip-0.9/ The changes featured in the release are: - relicensed using the MIT Expat license instead of the GPLv2 license - enforce GNU coding style using uncrustify, include vim/emacs mode lines - reimplement mobile router using netfilter queue instead of libipq - removed GPLed header files and assembly language - removed outdated kernel support, libipsec, and i3 protocol code - removed PF_KEY thread, replacing with direct SADB calls - fix compilation under Ubuntu 11.10 and Fedora 15 (gcc 4.6.1/4.6.0) - added 'make check' target that launches automated testing using CORE (http://code.google.com/p/coreemu/) - implemented RFC 4303 ESP anti-replay protection with 64-bit ESN - implemented experimental multihoming triggered by lost ESP seq. numbers - added hip.conf options for ignored_address, save_my_identities - for HIP_VPLS/endbox mode pass layer-2 traffic: include ethernet headers in tunnel; use hello protocol for endbox multicast election; allow default endbox for unresolvable legacy addresses - use pbuilder-dist and mock for building deb and RPM packages These release notes are here: http://www.openhip.org/wiki/index.php?title=Release_Notes |
From: Jeff A. <sil...@us...> - 2012-03-12 14:50:37
|
> After the RVS receives the last update it starts to make the rekey. > The client changes its IP address several times periodically and I > measure time spent by the RVS. The time spent on the rekey is > always more or less the same, but every 10 updates it increases > by ten times and I dont know why. I changed the frecuency of the > changes and the type of addresses, but it still behaves the same. > > I would like to know if anyone knows why , if there is any > parameter that controls it. There is a pre-computed keymat; as new keys are drawn from it, eventually it will run out of space. For the key size you're using, probably every 10 rekeys it needs to generate a new keymat. The log file (or output from hip -v) will show a keymat index that is increasing, and will print "Including a new DH key in UPDATE" when it needs to initiate a new Diffie-Hellman key exchange (see RFC 5202 sections 3.3.2 and 6.9.1.) The compile-time parameter that governs this would be KEYMAT_SIZE defined in src/include/hip/hip_types.h. Note that another way to force HIP to rekey earlier is to set sa_liftetime in your hip.conf to a small value, such as 5 seconds, and you'll get an association that rekeys every 5 seconds. -Jeff |
From: Gabriel <ga...@st...> - 2012-03-06 16:16:23
|
Hi, I have implemented openhip on two machines. One acting as client and the other acting as RVS in order to measure thie response of the RVS when the client changes its IP address and performs Updates. Here is the question, After the RVS receives the last update it starts to make the rekey. The client changes its IP address several times periodically and I measure time spent by the RVS. The time spent on the rekey is always more or less the same, but every 10 updates it increases by ten times and I dont know why. I changed the frecuency of the changes and the type of addresses, but it still behaves the same. I would like to know if anyone knows why , if there is any parameter that controls it. Sent from Gabriel's iPad |
From: Gabriel <ga...@st...> - 2012-03-06 16:10:05
|
Thank you for your help. Finally I had access to two new PC. I installed Ubuntu 10.10 and I could install the hip.08 version on both of them. Sent from Gabriel's iPad El 05/03/2012, a las 18:44, Jeff Ahrenholz <sil...@us...> escribió: > Gabriel, > >> I did, and an error ocurrs on my ubuntu when I run the make command, and >> on macOsx when I run ./configure. On OSX the error is about libxml but I >> couldnt fix it. That is why I installed the .dev and .dmg versions > > The hipv2 branch should build on the latest Ubuntu. > > Here is how you could build/install it: > svn checkout https://openhip.svn.sourceforge.net/svnroot/openhip/hip/branches/hipv2 > hipv2 > cd hipv2 > ./bootstrap.sh > ./configure > make > sudo make install > > -Jeff |
From: Jeff A. <sil...@us...> - 2012-03-05 17:44:14
|
Gabriel, > I did, and an error ocurrs on my ubuntu when I run the make command, and > on macOsx when I run ./configure. On OSX the error is about libxml but I > couldnt fix it. That is why I installed the .dev and .dmg versions The hipv2 branch should build on the latest Ubuntu. Here is how you could build/install it: svn checkout https://openhip.svn.sourceforge.net/svnroot/openhip/hip/branches/hipv2 hipv2 cd hipv2 ./bootstrap.sh ./configure make sudo make install -Jeff |
From: Gabriel L. B. <ga...@st...> - 2012-03-01 09:28:44
|
El 29/02/12 04:51, Tom Henderson escribió: > On 02/28/2012 06:06 AM, Gabriel Linero Blanco wrote: >> >> >> -------- Mensaje original -------- >> Asunto: Master Thesis using Openhip >> Fecha: Tue, 28 Feb 2012 10:55:49 +0100 >> De: Gabriel Linero Blanco <ga...@st...> >> Para: ope...@li... >> >> >> >> Hi, >> >> I am a student at the University of Oslo doing a project about the >> scalability of a system using HIP. In order to make some models I have >> implemented Openhip in two PCs working as user and RVS. >> My goal is to measure timings in the RVS, such as how many time it >> spends processing updates. I could installed the .dev version on Ubuntu >> and .dmg on MAC. As I want to make measures of the times, I have to add >> some code and compile it, but I cannot do it on my PCs. I just can run >> the precompiled versions, .dmg and .dev >> There is any solution for that? >> >> Thank you for your attention >> >> -- >> Hilsen, >> Gabriel Liñero Blanco >> > > Gabriel, > Did you see that there is a source version (hip-0.8.tgz) available at > Sourceforge, alongside the binary packages? > > - Tom I did, and an error ocurrs on my ubuntu when I run the make command, and on macOsx when I run ./configure. On OSX the error is about libxml but I couldnt fix it. That is why I installed the .dev and .dmg versions -- Hilsen, Gabriel Liñero Blanco |
From: Tom H. <to...@to...> - 2012-02-29 23:33:11
|
On 02/28/2012 06:06 AM, Gabriel Linero Blanco wrote: > > > -------- Mensaje original -------- > Asunto: Master Thesis using Openhip > Fecha: Tue, 28 Feb 2012 10:55:49 +0100 > De: Gabriel Linero Blanco <ga...@st...> > Para: ope...@li... > > > > Hi, > > I am a student at the University of Oslo doing a project about the > scalability of a system using HIP. In order to make some models I have > implemented Openhip in two PCs working as user and RVS. > My goal is to measure timings in the RVS, such as how many time it > spends processing updates. I could installed the .dev version on Ubuntu > and .dmg on MAC. As I want to make measures of the times, I have to add > some code and compile it, but I cannot do it on my PCs. I just can run > the precompiled versions, .dmg and .dev > There is any solution for that? > > Thank you for your attention > > -- > Hilsen, > Gabriel Liñero Blanco > Gabriel, Did you see that there is a source version (hip-0.8.tgz) available at Sourceforge, alongside the binary packages? - Tom |
From: Gabriel L. B. <ga...@st...> - 2012-02-28 14:06:16
|
-------- Mensaje original -------- Asunto: Master Thesis using Openhip Fecha: Tue, 28 Feb 2012 10:55:49 +0100 De: Gabriel Linero Blanco <ga...@st...> Para: ope...@li... Hi, I am a student at the University of Oslo doing a project about the scalability of a system using HIP. In order to make some models I have implemented Openhip in two PCs working as user and RVS. My goal is to measure timings in the RVS, such as how many time it spends processing updates. I could installed the .dev version on Ubuntu and .dmg on MAC. As I want to make measures of the times, I have to add some code and compile it, but I cannot do it on my PCs. I just can run the precompiled versions, .dmg and .dev There is any solution for that? Thank you for your attention -- Hilsen, Gabriel Liñero Blanco |
From: Jeff A. <sil...@us...> - 2012-02-09 21:22:42
|
In a few weeks, around 3/6/12 we plan to merge a hipv2 branch of OpenHIP development into the trunk. http://openhip.svn.sourceforge.net/viewvc/openhip/hip/branches/hipv2/ This branch has undergone some big changes, as we have enforced a GNU coding style on the source and are re-licensing the code using the MIT Expat license instead of GPLv2. Following this merge, we plan to make a 0.9 release. This will basically be functionally equivalent to 0.8 with a few other features, release notes can be found here: http://www.openhip.org/wiki/index.php?title=Release_Notes (Despite the branch name 'hipv2', this still implements RFC 5201 version 1 of HIP, and we plan -bis draft development using this 'hipv2' branch name.) Comments are welcome. -Jeff |
From: Jeff A. <sil...@us...> - 2011-07-27 16:55:15
|
Today we've released openhip-0.8, available here: https://sourceforge.net/projects/openhip/files/hip/hip-0.8/ This is mostly a maintenance release, with the main changes being: - numerous bugfixes since the 0.7 release (see the bug tracker [1]) - use IANA allocated HIP UDP port 10500 instead of 50500 - contribution from Alexander Kiening: process RVS addresses from DNS response - improved mobile router to allow a mobile node behind one mobile router to connect to a mobile node behind another mobile router - mobile router support for RVS and double-jump - implement SA timeout, expiration - various endbox improvements - code to support OpenWRT compilation under ARM architecture Release notes are here: http://www.openhip.org/wiki/index.php?title=Release_Notes [1] https://sourceforge.net/tracker/?group_id=132288&atid=723838 |
From: Jeff A. <sil...@us...> - 2011-07-18 20:56:10
|
Today we've posted a release candidate for an upcoming openhip-0.8 release here: https://sourceforge.net/projects/openhip/files/hip/hip-0.8_RC1/ We'd appreciate any feedback prior to Mon. July 25, when we plan to post the openhip 0.8 release. The big changes are: - numerous bugfixes since the 0.7 release (see the bug tracker [1]) - use IANA allocated HIP UDP port 10500 instead of 50500 - contribution from Alexander Kiening: process RVS addresses from DNS response - improved mobile router to allow a mobile node behind one mobile router to connect to a mobile node behind another mobile router - mobile router support for RVS and double-jump - implement SA timeout, expiration - various endbox improvements - code to support OpenWRT compilation under ARM architecture [1] https://sourceforge.net/tracker/?group_id=132288&atid=723838 |
From: Tom H. <to...@to...> - 2010-08-28 00:13:32
|
On 8/26/10 12:42 AM, Michael Seiwald wrote: > Hello, > > I have set up a BIND server (9.7.1.P2) and configured HIP records of two > hosts generated with the hi2dns utility in the zone file. I did not add > anything to the known_host_identities.xml of either one of the two > hosts. I also set the disable_dns_thread parameter in hip.conf to no. > When I now initiate the base exchange by e.g. ping'ing<dns_name>.hip on > one of the two hosts everything seems to work fine on the initiator > side. The HI and HIT are queried from DNS on host1 and the I1 packet is > sent to host2. host2 just drops the packet with the following message: > > Received I1 with unknown sender's HIT, dropping (Try turning on allow > any option or adding peer's HIT to the known_host_identities.xml file.) > Error with HIP_I1 packet from 192.168.56.104 > > In my opinion the responder should make a reverse DNS query on the > initiator's IP and lookup its HIT in the HIP record to compare it with > the HIT in the I1 packet. I couldn't find anything about this in RFC > 5205. How is this intended to be handled in practice? > The present policy is to disallow HITs for those hosts that are not in the known_host_identities file. So, I don't think a reverse lookup would be desired here. The allow-any option is also an available policy (permissive). I think you are asking for a third policy which is to allow the I1 if the HIT is not known but a reverse DNS lookup succeeds. We don't have plans to add that additional option but a patch would be welcome. - Tom |
From: Michael S. <Mic...@si...> - 2010-08-26 07:43:12
|
Hello, I have set up a BIND server (9.7.1.P2) and configured HIP records of two hosts generated with the hi2dns utility in the zone file. I did not add anything to the known_host_identities.xml of either one of the two hosts. I also set the disable_dns_thread parameter in hip.conf to no. When I now initiate the base exchange by e.g. ping'ing <dns_name>.hip on one of the two hosts everything seems to work fine on the initiator side. The HI and HIT are queried from DNS on host1 and the I1 packet is sent to host2. host2 just drops the packet with the following message: Received I1 with unknown sender's HIT, dropping (Try turning on allow any option or adding peer's HIT to the known_host_identities.xml file.) Error with HIP_I1 packet from 192.168.56.104 In my opinion the responder should make a reverse DNS query on the initiator's IP and lookup its HIT in the HIP record to compare it with the HIT in the I1 packet. I couldn't find anything about this in RFC 5205. How is this intended to be handled in practice? Best regards, Michael |
From: Tom H. <to...@to...> - 2010-04-07 13:48:45
|
On 4/7/10 5:14 AM, Alexander Kiening wrote: > Hi, > > I want to configure a bind9 server (9.7.0) to distribute HIP RR records. > As described in RFC 5205, this is done in th format > > IN HIP ( pk-algorithm > base16-encoded-hit > base64-encoded-public-key > rendezvous-server ) > > The algorithm I use is RSA. My question now is how to fill the field of > the public key? In RSA, the public key consists of the N- and the > E-field. How are these two combined in the public key field above? Have you consulted these standards? [RFC2536] Eastlake, D., "DSA KEYs and SIGs in the Domain Name System (DNS)", RFC 2536, March 1999. [RFC3110] Eastlake, D., "RSA/SHA-1 SIGs and RSA KEYs in the Domain Name System (DNS)", RFC 3110, May 2001. I do not believe HIP introduced any new way to encode keys into RRs. > > As the E-field is equal on all my configured hosts, I thought, that > maybe, this field does not need to be explicitly included in the public > key record, so I tried to only specify the N-field, which generates a > record that satisfies named-checkzone. I can also query this record with > nslookup -type=any [dns-name], but OpenHIP refuses the record with the > message "*** receive_hip_dns_response: HIT did not validate". So, this > is not the way to make it work. > > In your wiki, you mention a hi2dns tool. Unfortunately, I can not locate > this tool on the internet. These files are on our older CVS repository-- we need to migrate them to our current SVN repository (sorry about that). In the meantime, they are browsable here: http://openhip.cvs.sourceforge.net/viewvc/openhip/patches/bind/ or fetched from cvs: cvs -d:pserver:ano...@op...:/cvsroot/openhip login cvs -z3 -d:pserver:ano...@op...:/cvsroot/openhip co -P openhip/patches - Tom |
From: Alexander K. <ale...@si...> - 2010-04-07 12:14:10
|
Hi, I want to configure a bind9 server (9.7.0) to distribute HIP RR records. As described in RFC 5205, this is done in th format IN HIP ( pk-algorithm base16-encoded-hit base64-encoded-public-key rendezvous-server ) The algorithm I use is RSA. My question now is how to fill the field of the public key? In RSA, the public key consists of the N- and the E-field. How are these two combined in the public key field above? As the E-field is equal on all my configured hosts, I thought, that maybe, this field does not need to be explicitly included in the public key record, so I tried to only specify the N-field, which generates a record that satisfies named-checkzone. I can also query this record with nslookup -type=any [dns-name], but OpenHIP refuses the record with the message "*** receive_hip_dns_response: HIT did not validate". So, this is not the way to make it work. In your wiki, you mention a hi2dns tool. Unfortunately, I can not locate this tool on the internet. I would very much appreciate any pointers on how to properly configure a HIP RR record or a way on how to obtain the hi2dns tool. Best regards, -- Alexander Kiening Research Assistant, Fraunhofer-Institute for Secure Information Technology (SIT) Department "Network Security and Early Warning Systems" Parkring 4, 85748 Garching (near Munich), Germany Tel: +49 89 322-9986-140 Fax: +49 89 322-9986-299 mailto:ale...@si... http://www.sit.fraunhofer.de |
From: Jeff A. <sil...@us...> - 2009-12-11 22:51:55
|
Hello all, this is just a note about running OpenHIP 0.7 on Windows 7. As with Windows Vista, hip.exe must be run with administrator privileges. I tested OpenHIP 0.7 using 32-bit Win 7 and it works fine. If you are running from console mode, start a command prompt as administrator or modify the "HIP (console mode)" shortcut. If you are using the hipmon.exe tray applet to start the HIP service, you should also start it as administrator. Another thing to note is that starting with version 0.7, OpenHIP runs over UDP by default, so you no longer need to disable the Windows Firewall. The installer will still ask you about disabling the firewall but you can leave it enabled. You should "unblock" the application when prompted, once you start HIP. This information can be found on the Configuration page of the OpenHIP wiki, under the Windows section: <<http://www.openhip.org/wiki/index.php?title=Configuration#Windows>> -Jeff |
From: Jeff A. <sil...@us...> - 2009-11-17 15:43:57
|
Konstantin, > I am trying to build a testing network for HIP. Does anybody know is > there any DHT-server available at PlanetLab or anywhere else for > testing? OpenDHT seems to be closed. Can you provide me with an > ip-address-port pair for such server. I am working in Windows XP SP3 Our HIP test server is running a Bamboo DHT server. It's XMLRPC address is http://hipserver.mct.phantomworks.org:5851 (130.76.43.74 port 5851). -Jeff |
From: Andrei G. <gu...@cs...> - 2009-11-17 12:02:43
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 You can use openlookup which provides the same interface as opendht http://any.openlookup.net:5851/ http://openlookup.googlecode.com/ Andrei Konstantin Chistyakov wrote: > Hi all, > > I am trying to build a testing network for HIP. Does anybody know is > there any DHT-server available at PlanetLab or anywhere else for > testing? OpenDHT seems to be closed. Can you provide me with an > ip-address-port pair for such server. I am working in Windows XP SP3 > environment and having problems with building the Bamboo DHT. I am > using HIP 0.7 and I have already set up a small network with > RVS-server, but I need something for LSI-HIT resolution. > > Thank you in advance for your help. > > Best Regards > Konstantin Chistyakov > > > > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Openhip-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openhip-users -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAksCkNUACgkQP7jp0uceFkQSMQCghe3PZ6z9j5MJS4V0vPRMS3z4 9IYAoIjsu4gK3Guy03UoFA0VhTcYM6MD =+svv -----END PGP SIGNATURE----- |
From: Konstantin C. <kon...@me...> - 2009-11-17 08:12:49
|
Hi all, I am trying to build a testing network for HIP. Does anybody know is there any DHT-server available at PlanetLab or anywhere else for testing? OpenDHT seems to be closed. Can you provide me with an ip-address-port pair for such server. I am working in Windows XP SP3 environment and having problems with building the Bamboo DHT. I am using HIP 0.7 and I have already set up a small network with RVS-server, but I need something for LSI-HIT resolution. Thank you in advance for your help. Best Regards Konstantin Chistyakov |
From: Jeff A. <sil...@us...> - 2009-10-14 22:43:55
|
Today we've released openhip-0.7, available here: <https://sourceforge.net/projects/openhip/files/hip/hip-0.7/> The big changes are: - HIP now operates over UDP by default, allowing you to initiate connections from behind a NAT - mobility handovers between IPv4 and IPv6 now possible in the mobile router mode Here is a list of changes with greater detail: - changes from 0.7_RC1 to 0.7 include fixing a shutdown bug, mobility bug, secret key issue, and not sending locator parameters in R1 messages (unless --enable-mobile-router is used) - cleanup of the NAT code and implementation of the nat-08 draft for HIP/ESP over UDP that shares the same port 50500; removed all STUN code and options, now uses UDP by default for IPv4 - cleanup command-line options - rewrite and cleanup of registration and rendezvous code in support of RFC 5203 and RFC 5204 - update to mobile router code to allow address family handovers when changing the MR's public address; cleanup of mobile router code, globals changed to static locals; support IPv4 in mobile router - update to --enable-sma-crawler=(config) option, files-based configuration library; now uses OpenSSL engine interface, removing OpenSC dependencies - restructure the HIP configuration library code to put common code in a base class - tested on Windows Vista, XP, Fedora 11, Ubuntu 9.04, CentOS 5.3, Mac OS X |
From: Jeff A. <sil...@us...> - 2009-10-09 14:38:03
|
> We'd appreciate any feedback prior to Wed. Oct 7, when we plan to post > the openhip 0.7 release. We're postponing this 0.7 release so we can address interop issues and a shutdown issue. -Jeff |
From: Andrei G. <gu...@cs...> - 2009-10-02 07:26:43
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jeff Ahrenholz wrote: >> Now I was able to make HTTP connection to Boeing testserver from XP and >> Vista using LSI. Unfortunately DNS.hip doesn't seem to work at all- >> there is unknown host message displayed. > > the DNS thread is now turned off by default in the hip.conf, if you > change your hip.conf line: > <disable_dns_thread>no</disable_dns_thread> > does that work? Yes, thanks. Although I'm not sure disabling DNS thread is a good thing, many users don't know how to edit config files... In any case, you may want to add http://LSI:8000 to the testserver page, otherwise users would not be able to connect to it without knowing what is LSI and where to find it. > the rationale for the new default-off behavior is to not subject a new > user's machine to a performance hit by just running hip (all DNS > requests go through hip's proxy DNS) Previously I didn't notice much overhead of having it on while running openhip on my laptop. >> I wasn't able to connect to crossroads or woodstock4 using LSI nor DNS. > > I'll have to do some interop tests. Maybe we should have the test > servers automatically connecting to each other and providing some > status report when the connection breaks (of course many things could > go wrong with the server, ISP, code, etc). I think that's quite important and I requested Miika already to write an automated testsuite for HIPL so that we can test interoperability daily (of base exchange, mobility update, NAT mode, etc). Andrei -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkrFqyQACgkQP7jp0uceFkSj0QCguW3ufuq1ljQHNt/ySLKAqQHC R+sAoOHgYAq28DZ81HA+c8zyBFMYXdXS =y8t8 -----END PGP SIGNATURE----- |
From: Jeff A. <sil...@us...> - 2009-10-01 17:26:57
|
> Now I was able to make HTTP connection to Boeing testserver from XP and > Vista using LSI. Unfortunately DNS.hip doesn't seem to work at all- > there is unknown host message displayed. the DNS thread is now turned off by default in the hip.conf, if you change your hip.conf line: <disable_dns_thread>no</disable_dns_thread> does that work? the rationale for the new default-off behavior is to not subject a new user's machine to a performance hit by just running hip (all DNS requests go through hip's proxy DNS) > I wasn't able to connect to crossroads or woodstock4 using LSI nor DNS. I'll have to do some interop tests. Maybe we should have the test servers automatically connecting to each other and providing some status report when the connection breaks (of course many things could go wrong with the server, ISP, code, etc). -Jeff |