Rahul Garg wrote:
> 
> Well the problem goes like this :
> 
> I want my linux machine to act as DNS sever.
> I have done the reqd. settings
> 
> But whats happening is -
> i am able to nslookup and ping(by names and ipadd) from the server
> machine(LInux)to other windows m/c  but i am not able to
> ping or nslookup by name from client m/c to server m/c.
> ping to server m/c is working by IP but not by name
> note : telnet is also not working from both client and server
> i have changed the DNS config. on client m/c
> 
> what can be the problem.Please do reply.any suggestions..
> Thanks in Advance,
> Rahul
----
you probably installed a firewall - check the settings...

ipchains -L

less /etc/sysconfig/ipchains

telnet server by default isn't activated - activate via xinetd - edit
/etc/xinetd.d/telnet - restart xinetd or chkconfig --add telnet
chkconfig --level 2345 telnet on

Discourage the use of telnet in favor of sshd - it's installed and
active.

Craig



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to