yup, im sure!
192.168.1.100, assigned via dhcp from my router...

Code:
--------------------
    
  [EMAIL PROTECTED]:~$ ifconfig -a
  eth0      Link encap:Ethernet  HWaddr 00:16:EC:99:CC:A9  
  inet addr:192.168.1.100  Bcast:192.168.1.255  Mask:255.255.255.0
  inet6 addr: fe80::216:ecff:fe99:cca9/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:1427485 errors:0 dropped:0 overruns:0 frame:0
  TX packets:1294921 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:944395071 (900.6 MiB)  TX bytes:373159574 (355.8 MiB)
  Interrupt:185 Base address:0x4000 
  
  lo        Link encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:874408 errors:0 dropped:0 overruns:0 frame:0
  TX packets:874408 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:77215728 (73.6 MiB)  TX bytes:77215728 (73.6 MiB)
  
--------------------


heres some pinging:

Code:
--------------------
    
  [EMAIL PROTECTED]:~$ ping localhost
  PING localhost (127.0.0.1) 56(84) bytes of data.
  64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.047 ms
  64 bytes from localhost (127.0.0.1): icmp_seq=2 ttl=64 time=0.038 ms
  64 bytes from localhost (127.0.0.1): icmp_seq=3 ttl=64 time=0.045 ms
  64 bytes from localhost (127.0.0.1): icmp_seq=4 ttl=64 time=0.045 ms
  64 bytes from localhost (127.0.0.1): icmp_seq=5 ttl=64 time=0.046 ms
  
  --- localhost ping statistics ---
  5 packets transmitted, 5 received, 0% packet loss, time 4006ms
  rtt min/avg/max/mdev = 0.038/0.044/0.047/0.005 ms
  [EMAIL PROTECTED]:~$ ping 192.168.1.100
  PING 192.168.1.100 (192.168.1.100) 56(84) bytes of data.
  64 bytes from 192.168.1.100: icmp_seq=1 ttl=64 time=0.052 ms
  64 bytes from 192.168.1.100: icmp_seq=2 ttl=64 time=0.046 ms
  64 bytes from 192.168.1.100: icmp_seq=3 ttl=64 time=0.042 ms
  64 bytes from 192.168.1.100: icmp_seq=4 ttl=64 time=0.046 ms
  64 bytes from 192.168.1.100: icmp_seq=5 ttl=64 time=0.045 ms
  
  --- 192.168.1.100 ping statistics ---
  5 packets transmitted, 5 received, 0% packet loss, time 3999ms
  rtt min/avg/max/mdev = 0.042/0.046/0.052/0.005 ms
  
--------------------


> 
> Is the URL you are giving to your browser "http://192.168.1.100:9000";
> ?
> 
indeed.

the machine does answer to other servers running on it (apache2 on 80
and 12080, and lighttpd on 12082) with localhost, 127.0.0.1 and
192.168.1.100...

i had also tried changing slimserver's port to 12081 and enabling it in
the firewall and slimserver settings with the same results, fwiw...


thanks again, again!


-- 
icantremember
------------------------------------------------------------------------
icantremember's Profile: http://forums.slimdevices.com/member.php?userid=10131
View this thread: http://forums.slimdevices.com/showthread.php?t=32547

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to