Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#4465 closed bug (fixed)

regression: no working DHCP in Vmware

Reported by: luroh Owned by: zooey
Priority: normal Milestone: R1
Component: Network & Internet/Stack Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking: #4269
Platform: All

Description

Revision 33025, gcc2, trunk, Vmware Player 2.5.3 (32-bit).

(Lots of DHCP issues in Trac but none I could find that really fit)

DHCP hasn't worked for a while in Vmware, which means new users won't have any network access without fiddling with static settings.

Revision 29603 works, I'll start working on narrowing down the regression range tomorrow.

Change History (10)

comment:1 by luroh, 15 years ago

Component: - GeneralNetwork & Internet/Stack

comment:2 by zooey, 15 years ago

Owner: changed from axeld to zooey
Status: newassigned

Hey, this is interesting!

I thought I observed the same yesterday but had been unable to reproduce today, *until* I removed all optional packages.

It turns out that DHCP ceases to work if OpenSSH is missing. I'm currently investigating, why this is the case (probably due to the net_server trying to start sshd).

Luroh, could you please validate my assumption and check whether or not you have OpenSSH installed?

comment:3 by luroh, 15 years ago

zooey: correct, when testing revision 33025 yesterday, I had no OptionalPackages installed.

comment:4 by luroh, 15 years ago

zooey: I confirm; today's rev 33035 without any OptionalPackages does not have working DHCP. Same rev with OpenSSH installed and DHCP works fine in NAT'ed mode! How the heck did you discover that? :-)

Note that bridged mode does not work here. Bridged mode is currently the default in our vmx file here: http://svn.berlios.de/svnroot/repos/haiku/haiku/trunk/3rdparty/vmware/haiku.vmx, we might want to change that.

comment:5 by umccullough, 15 years ago

Well, technically "bridged" mode should basically mean that Haiku will obtain DHCP-assigned address from a DHCP server other than the built-in vmware one - so this likely means DHCP is still failing with some servers.

But if NAT mode always works, perhaps you're right and that would be the better default.

comment:6 by luroh, 15 years ago

The offending commit is hrev32322.

in reply to:  5 comment:7 by korli, 15 years ago

Replying to umccullough:

Well, technically "bridged" mode should basically mean that Haiku will obtain DHCP-assigned address from a DHCP server other than the built-in vmware one - so this likely means DHCP is still failing with some servers.

When using a static address I don't manage to ping the gateway anyway in bridged mode. Thus it's not really a DHCP issue.

comment:8 by zooey, 15 years ago

Resolution: fixed
Status: assignedclosed

Fixed in hrev33050 - bridged mode seems to work now, too (at least it does for me).

comment:9 by luroh, 15 years ago

Confirmed fixed, thanks zooey! Still no working bridged mode here though.

comment:10 by mmlr, 15 years ago

Blocking: 4269 added

(In #4269) I'm closing it as a duplicate then. Please re-open if it is a different problem and still happens.

Note: See TracTickets for help on using tickets.