Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Rugby

From: jvargas:whywire at: 11-Mar-2003 1:04

Yanick, Rugby responds with the internal "private" ip address to the get-rugby-service function call. So that when you call "triple" it is using the ip address that was passed on by get-rugby-service. If you want to change the ip that rugby uses to respond you can use this. configure-rugby [ set ip address for stubs to 24.200.255.203 ] before calling serve [ triple ] It would be great if rugby could respond to requests according to the ip address that the client is connecting to. I am not sure if this can be done. But I am looking into it. Just responding with an specific ip address can create trouble in mutihomed and nat scenarios. Hope this helps, Cheers, Jaime On Monday, March 10, 2003, at 11:51 PM, yanick rochon wrote: