Dear all,
I have a problem using my telnet connection. Sometimes I have to wait a
really long time before having the login prompt. After having the prompt,
the telnet connection works perfectly well.
Here is 2 configurations. With one of them, it is working well, and with the
other, it is very slow :
Good configurations
Net &
Net.ether82557 -I0 -l2
sleep 7
Socket “hostname”
sleep 2
ifconfig en2 “hostname” netmask “…” up
route add 0.0.0.0 “DefaultGateway”
inetd
Slow configuration
Net -d2 &
Net.ether82557 -P -l1
Net.fd -c -h -l2 -a “MacAddress” -v /dev/netfd
sleep 7
Socket “hostname”
sleep 2
ifconfig en2 “hostname” netmask “…” up
route add 0.0.0.0 “DefaultGateway”
inetd
The problem is that I really need to use Net.fd.
Can somebody help me to find out why the login comes so slowly in that
Net.fd configuration??
Thanks
Michele D