Re: - TFTP: Time out -

2001-03-10 Thread Hyunseog Ryu
Check the /etc/hosts.allow file. Put this in the first of the file. ALL : localhost 127.0.0.1 : allow ALL : your_router_ip_address : allow ALL : your_fbsd_ip_address : allow Hyun Jean-Christophe Varaillon wrote: > > On Tue, 6 Mar 2001, Andy [TECC NOPS] wrote: > > > OK, from that all seems

Re: - TFTP: Time out -

2001-03-10 Thread Hyunseog Ryu
Ok. guys First, you only need one tftp configuration from /etc/inetd.conf file Either use /tftpboot or /usr/home/jcv. And killall -HUP inetd Then use following. get /c3640-i-mz.120-9.bin Remember that if you use -s /directory, actually tftp consider /directory as it's own / (root) directory. -

BIND 9.1.1 and FBSD 4.2-stable

2001-03-02 Thread Hyunseog Ryu
Hi, folks I have questions for BIND version 9.1.1rc2. I submitted original question to [EMAIL PROTECTED], but couldn't get an answer for this. Recently I installed BIND 9.1.1rc2 into one of FreeBSD 4.2-stable version. After installation of BIND, it works fine for a while. But when I loo