Hello,
to answer your first question, change the exec-timeout value of your VTY configuration:
line vty 0 4
exec-timeout 30000
This will cause your TELNET session to timeout in 30000 seconds.
To change the duplex mode of your Ethernet interface, use the following commands in interface configuration mode:
duplex half/full
speed auto/100
HTH,
GP