All 3 tests show the same "Success: Opened UDP port". Aside from making the changes as you specifed and resaving was there any other reinitialization required?
bpa;503844 Wrote: > Interesting about no hosts file. > > I made one change from the SBS source code as it was the only way I > could reproduce SBS behaviour on my PC. I'd like you to try two > different code changes and see if the "FATAL" error message appears. > > > Code: -------------------- > > > $udpsock = IO::Socket::INET->new( > Proto => 'udp', > LocalPort => SERVERPORT, > # LocalAddr => '127.0.0.1' > -------------------- > > > > Can you edit (e.g. use Notepad or Wordpad) testudp.pm and make the > following changes to the line in red > 1. remove the leading "#", save the file and try running testudp.pm > 2. Now change 127.0.0.1 to localhost, save the file and rerun. -- Tom Hutcheson ------------------------------------------------------------------------ Tom Hutcheson's Profile: http://forums.slimdevices.com/member.php?userid=35487 View this thread: http://forums.slimdevices.com/showthread.php?t=73387 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
