View Single Post
  #3   (View Single Post)  
Old 2nd May 2014
gkbsd's Avatar
gkbsd gkbsd is offline
Port Guard
 
Join Date: Jun 2013
Posts: 23
Default

Thank you for your reply

I just did the ifconfig :
Code:
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33144
	priority: 0
	groups: lo
	inet6 ::1 prefixlen 128
	inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4
	inet 127.0.0.1 netmask 0xff000000
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	lladdr 00:00:00:00:00:00
	priority: 0
	groups: egress
	media: Ethernet autoselect (100baseTX full-duplex,rxpause,txpause)
	status: active
	inet 192.168.1.70 netmask 0xffffff00 broadcast 192.168.1.255
	inet6 fe80::82ee:73ff:fe83:50ec%re0 prefixlen 64 scopeid 0x1
re1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
	lladdr 80:ee:73:83:50:ec
	priority: 0
	media: Ethernet autoselect (none)
	status: no carrier
enc0: flags=0<>
	priority: 0
	groups: enc
	status: active
pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33144
	priority: 0
	groups: pflog
re0 is the only one connected at the moment (bottom ethernet plug).

In the meantime, I tried with the snapshot from May 1, which is I suppose OpenBSD 5.5 current (never tried something else than the stable/release branch before), and at the network configuration DHCP fails, if I CTRL+C and try various ping, I cannot join the other computer of the LAN. I stopped the test here and rebooted to come back to the installed stable release.

I have a VM running OpenBSD 5.4 (VirtualBox) and I have no issue with, it works fine. It seems driver related ?

Any idea will be welcome I'll try changing orders between the two ethernet adapter as you sugested.

Regards,
Guillaume.
Reply With Quote