can't access startfile http://localhost/
Posted: Mon Oct 27, 2014 5:07 pm
I installed vicibox, and believe it's configured correctly for vicibox standard.
I installed lynx to troubleshoot:
Is there an "on" switch to turn the web server on? Something along the lines of starting apache2 webserver...
I installed lynx to troubleshoot:
- Code: Select all
thufir@ix:~$
thufir@ix:~$ ping 192.168.0.15
PING 192.168.0.15 (192.168.0.15) 56(84) bytes of data.
64 bytes from 192.168.0.15: icmp_seq=1 ttl=64 time=0.367 ms
64 bytes from 192.168.0.15: icmp_seq=2 ttl=64 time=0.368 ms
^C
--- 192.168.0.15 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.367/0.367/0.368/0.019 ms
thufir@ix:~$
thufir@ix:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:24:1d:aa:19:75
inet addr:192.168.0.13 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::224:1dff:feaa:1975/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:170415 errors:0 dropped:0 overruns:0 frame:0
TX packets:94314 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:118946563 (118.9 MB) TX bytes:13409837 (13.4 MB)
Interrupt:17
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:65536 Metric:1
RX packets:12621 errors:0 dropped:0 overruns:0 frame:0
TX packets:12621 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1384235 (1.3 MB) TX bytes:1384235 (1.3 MB)
thufir@ix:~$
thufir@ix:~$ lynx -dump 192.168.1.15
Looking up 192.168.1.15
Making HTTP connection to 192.168.1.15
Alert!: Unable to connect to remote host.
lynx: Can't access startfile http://192.168.1.15/
thufir@ix:~$
Is there an "on" switch to turn the web server on? Something along the lines of starting apache2 webserver...