Delly Sartika wrote:
> 
> Dear All :)
> 
> i just join this mailing list..sorry if my question already answered
> before (i couldn't find in archive).
> 
> Currently i run RedHat 5.1 with "linuxconf 1.11 (subrev 11)".

last version is 1.13r12. You should probably upgrade as it solves many
bugs and add many new cute things.

> I have set "Config --> Networking --> Misc --> Linuxconf network
> access"  with some local IP address (192.168.1.1 and 192.168.1.2), and
> my "/etc/services" there is already a line "linuxconf    98/tcp".
> 
> But when i access the server (ip=192.168.1.1) from 192.168.1.2, using :
> "http://192.168.1.1:98/" the server is not responding (unable to connect
> to remote hosts).
> When i try telneting port 98 from server (telnet 192.168.1.1 98) i have
> the same error.
> But, it working properly for http request (http://192.168.1.1/ or
> http:192.168.1.1:80/ is working fine).
> 
> How to solve this problem so i can access linuxconf using www interface
> ?
linuxconf access is handled by inetd , the super daemon.
you need a line like this one in /etc/inetd.conf
linuxconf stream tcp wait root /bin/linuxconf linuxconf --http
after you add this line, you must tell it to inetd by doing a killall
-HUP inetd for example
(or you could reboot a la NT)

hope this help

Matthieu Araman

---
You are currently subscribed to linuxconf as: [[email protected]]
To unsubscribe, forward this message to [EMAIL PROTECTED]

Reply via email to