I just installed Ubuntu Server 6.061 on a Dell Poweredge 2300/600 server, which has 2 x 600mhz PIII's, 1.5gb ram, and 6 x 9gb 10k scsci drives in it.
It seems to be working fine; I started some basic configuration using this guide I found:
http://www.howtoforge.com/perfect_setup_ubuntu_6.06_p3
However, I could not connect to the server using Putty. In that guide they say to set /etc/network/interfaces to static rather than dhcp, which I did. But this is perhaps a bad move since I am on a cable connection with a presumably dynamic IP. Anyways, I tried changing it back to DHCP in that interfaces file, and now I can connect to the server via Putty but the problem is that after about 30 seconds, it locks up. Then if I try to connect again, it doesn't connect. But if I do
on the server, after that i can connect to it again on another computer via putty. but it locks up again after ~ 30 seconds. Please note that I mean Putty locks up, not the server. The server never locks up or seems to lag or anything, I have tried doing stuff on it once Putty locks up on the other computer and the server still seems fine.
Any ideas??
It seems to be working fine; I started some basic configuration using this guide I found:
http://www.howtoforge.com/perfect_setup_ubuntu_6.06_p3
However, I could not connect to the server using Putty. In that guide they say to set /etc/network/interfaces to static rather than dhcp, which I did. But this is perhaps a bad move since I am on a cable connection with a presumably dynamic IP. Anyways, I tried changing it back to DHCP in that interfaces file, and now I can connect to the server via Putty but the problem is that after about 30 seconds, it locks up. Then if I try to connect again, it doesn't connect. But if I do
Code:
/etc/init.d/networking restart
Any ideas??