I have Ubuntu 9.10, ZM 1.24.x.
I have it all working fine, even the shared memory fault is gone. I can get to ZM via http://localhost/zm. However, when I go to it via another computer on the same network (same subnet), it hangs for a while and then I get nothing.
It seems like a LAMP problem, but I'm not sure. I was wondering if anyone had run into anything like this since you have more experience with this than I do (second day).
Thanks!
Can't access ZM from external computer
ok first off localhost refers to the pc you using so when you go to local host on other pcs you get that pcs webserver. so in order to get to you server you need its ip address
so on the zm server open terminal and type ifconfig
it will say something like
[quote
br0 Link encap:Ethernet HWaddr 00:1f:c6:a4:42:ee
inet addr:10.0.0.116 Bcast:10.255.255.255 Mask:255.0.0.0
inet6 addr: fe80::21f:c6ff:fea4:42ee/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:18230828 errors:0 dropped:0 overruns:0 frame:0
TX packets:9688668 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1303382187 (1.3 GB) TX bytes:3081958927 (3.0 GB)
[/quote]
inet addr:10.0.0.116
so you would type
http://10.0.0.116/zm [/quote]
so on the zm server open terminal and type ifconfig
it will say something like
[quote
br0 Link encap:Ethernet HWaddr 00:1f:c6:a4:42:ee
inet addr:10.0.0.116 Bcast:10.255.255.255 Mask:255.0.0.0
inet6 addr: fe80::21f:c6ff:fea4:42ee/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:18230828 errors:0 dropped:0 overruns:0 frame:0
TX packets:9688668 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1303382187 (1.3 GB) TX bytes:3081958927 (3.0 GB)
[/quote]
inet addr:10.0.0.116
so you would type
http://10.0.0.116/zm [/quote]