On Thu, Feb 22, 2007 at 05:09:47PM -0500, Jonas Meyer wrote:
>
> auto eth0
> iface eth0 inet static
> address 192.168.1.4
> netmask 255.255.255.0
> up route add -host 192.168.1.2 dev eth0
> up route add default gw 192.168.1.2
> [/code]
>
> then when I screen in to the guest and attempt to login, I have a
> problem. I type my user name at the prompt and hit return, and I get an
> immediate "Login timed out after 60 seconds". It is impossible to type
> the password before this message appears.
>
> However, if I comment the last two lines of /etc/network/interfaces out,
> and then use the route command manually after bootup, everything is
> great. I think that this is an insane bug, and I'm guessing it is
> fairly subtle. I have no idea what could be causing it. It must have
> something to do with the interaction between the route command and
> consoles, somehow, but I have no idea how. Any ideas?
>
Wow, that does sound pretty strange. Does the same thing happen when you
set up /etc/network/interfaces as:
auto eth0
iface eth0 inet static
address 192.168.1.4
netmask 255.255.255.0
gateway 192.168.1.2
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user