Hi
On 22.11.2010 18:22, Chris Davies wrote:
> Arun Vidarjee<(E-Mail Removed)> wrote:
>> The problem: In our LAN we run Debian 5.0 i386 (5.0.4 with upgrade)
>> "Standard System" freshly installed as a guest within VMware
>> Workstation 7.0 on Win XP. The simulated network cards are "bridged"
>> to the corres. physical interfaces - there are two. We configure one
>> with "dhclient eth0". All of them get an address but only some of
>> them are active, I mean, ping& Co, works. In the others we must
>> execute "ifconfig eth0 up" for it to work.
>
> Are you using "Network Manager" or /etc/network/interfaces directly? If
> the latter, what's the difference between one that works as expected
> and one that doesn't?
No fancy Network Managers. The VM (guest) is pure Debian 5.0 "Standard
System". All out people work with the bord tools. For example,
- fresh boot, log in as root
# dhclient eth0
(output of dhclient with an IP address from the pool 192.168.1.X)
on some computers
# ping 192.168.1.1
(no output)
# ifconfig eth0 up
# ping 192.168.1.1
(ping working perfectly)
on other computers (without "ifconfig eth0 up")
# ping 192.168.1.1
(ping working perfectly)
Why are they different? Why some need ifconfig ... up?
All hosts are identical (Windows XP) all guests as well (fresh
Debian 5.0).
Arun
|