Erich Titl wrote: > Hi Folks > > I have my Dachstein release up and running with 4 NIC's and would like to > be able to access and configure the box without a keyboard and screen > attached. As this may not be the standard set up the documentation lacks a > little here. I had to twiddle and play with a few parameters and config > files to get dnscache up and running cleanly on all interfaces. The > documentation of dnscache leaves room for interpretation. > > Now I am faced with the problem of remote set up and configuration. > > 1) I would like to access the weblet engine on the primary link. I added a > new rule to the input chain which should allow access to port 80 on the > external interface but to no avail. I get an ACCEPT on the input chain and > I see traffic between the boxes but I will not get any sensible output. > > 2) Has anyone ever tried a telnetd on this set up. > > Thanks > > Erich Titl
You will probably have to add something in /etc/hosts.allow: sh-httpd: ip.add.re.ss/255.255.255.0 In /etc/network.conf EXTERN_TCP_PORTS="address/mask_www" Look in /etc/sh-httpd.conf to add the address range you are trying to access from # Who can access the server? CLIENT_ADDRS="123.345.456." Why not use sshd and some encrypted client instead of telnet. I use TeraTermPro which is a free download. _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
