Re: DragonFly 4.6 network not working when vm guest

2017-02-26 Thread Tomohiro Kusumi
Yes, bridge mode did work on both FreeBSD and DragonFly. I can at least use them now. Thanks. 2017-02-26 17:16 GMT+02:00 Sepherosa Ziehau : > On Sun, Feb 26, 2017 at 8:56 PM, Tomohiro Kusumi > wrote: >> Now I started to see this on FreeBSD as well

Re: DragonFly 4.6 network not working when vm guest

2017-02-26 Thread Sepherosa Ziehau
On Sun, Feb 26, 2017 at 8:56 PM, Tomohiro Kusumi wrote: > Now I started to see this on FreeBSD as well (which I didn't for the > last few days). > Linux is the only one that's properly working. > So it might be just something else. Did vmware bridge mode emulation work

Re: DragonFly 4.6 network not working when vm guest

2017-02-26 Thread Tomohiro Kusumi
Now I started to see this on FreeBSD as well (which I didn't for the last few days). Linux is the only one that's properly working. So it might be just something else. 2017-02-25 20:31 GMT+02:00 Tomohiro Kusumi : >> What's the NIC? > > [root@]~# uname -r > 4.6-RELEASE >

Re: DragonFly 4.6 network not working when vm guest

2017-02-25 Thread Tim Darby
On Sat, Feb 25, 2017 at 12:47 PM, Tomohiro Kusumi wrote: > i'm using vmware workstation on windows btw, though not too sure what > the difference is (i think fusion is for mac ?) > ​Yes, Fusion is for Mac. Tim​

Re: DragonFly 4.6 network not working when vm guest

2017-02-25 Thread Tomohiro Kusumi
i'm using vmware workstation on windows btw, though not too sure what the difference is (i think fusion is for mac ?). 2017-02-25 21:27 GMT+02:00 Tim Darby : > On Sat, Feb 25, 2017 at 11:31 AM, Tomohiro Kusumi > wrote: >> >> > What's the NIC? >>

Re: DragonFly 4.6 network not working when vm guest

2017-02-25 Thread Tim Darby
On Sat, Feb 25, 2017 at 11:31 AM, Tomohiro Kusumi wrote: > > What's the NIC? > > [root@]~# uname -r > 4.6-RELEASE > [root@]~# dmesg | grep em0 | head -1 > em0: port > 0x2000-0x203f mem

Re: DragonFly 4.6 network not working when vm guest

2017-02-25 Thread Tomohiro Kusumi
> What's the NIC? [root@]~# uname -r 4.6-RELEASE [root@]~# dmesg | grep em0 | head -1 em0: port 0x2000-0x203f mem 0xfdff-0xfdff,0xfd5c-0xfd5d irq 7 at device 1.0 on pci2 > And what's the emulated NIC mode in the vmware?

Re: DragonFly 4.6 network not working when vm guest

2017-02-25 Thread Sepherosa Ziehau
What's the NIC? And what's the emulated NIC mode in the vmware? On Sat, Feb 25, 2017 at 9:11 PM, Tomohiro Kusumi wrote: > This reproduces with DragonFly 4.4 as well on VMware. > > wget of dfly-x86_64-4.6.1_REL.iso stops at around after it has > received the first

Re: DragonFly 4.6 network not working when vm guest

2017-02-25 Thread Tomohiro Kusumi
This reproduces with DragonFly 4.4 as well on VMware. wget of dfly-x86_64-4.6.1_REL.iso stops at around after it has received the first 10-20MB of the file. It's actually not completely stopped, but each tcp packet is only receiving 0 or 1 byte of data (once it has received the first 10-20MB)

DragonFly 4.6 network not working when vm guest

2017-02-24 Thread Tomohiro Kusumi
I'm using VMware. Ping as well as wget of a small file (like some KB to 1MB or so) work fine, but can't wget a large file like our iso image. wget stops at around 2-10% of progress. I also failed to git clone a repository from github whose du -sh is around 9MB. It stopped at around 10% progress