------ art_46989_2997735.1164124426414 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Well on a cisco router, setting up an ACL like that would prevent anyone from accessing it because it would hit the first rule (deny all) and then stop. Now, I'm a Ruby newbie, and I've never tried what you're trying, but that's the first thing that I would check. Can you put the deny all at the end of the ACL list? On 11/21/06, Thomas Nitsche <thomas.nitsche / gmail.com> wrote: > > > Hi, > > remote access doesn't work for me. Anyone got this up an running? I did > something like: > > fastri-server -a 192.168.100.0/24 -s 192.168.100.163 > Looking for Ring server... > No Ring server found, starting my own. > $ fastri-server 0.0.1 (FastRI 0.2.0) listening on > druby://192.168.100.163:35800 > ACL: > deny all > allow 127.0.0.1 > allow 192.168.100.0/24 > > Local access works just fine, but from remote I got: > $ fri -s 192.168.100.163 Array > Couldn't initialize DRb and locate the Ring server. > > Any ideas? > > Regards > > Thomas > > -- > Posted via http://www.ruby-forum.com/. > > ------ art_46989_2997735.1164124426414--