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

Good point for the MAC address, never saw that before.

I assigned a valid MAC address to re0 with "ifconfig", disabled ipv6 on both card, assigned a valid IP address to re1, rebooted and checked the routes and did some tests. Unfortunately I'm still cut from the network.

New 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=28843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,NOINET6> mtu 1500
	lladdr 80:ee:73:83:50:e0
	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
re1: flags=28843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,NOINET6> mtu 1500
	lladdr 80:ee:73:83:50:ec
	priority: 0
	media: Ethernet autoselect (none)
	status: no carrier
	inet 10.0.0.1 netmask 0xffffff00 broadcast 10.0.0.255
enc0: flags=0<>
	priority: 0
	groups: enc
	status: active
pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33144
	priority: 0
	groups: pflog
Routing table :
Quote:
Internet:
Destination Gateway Flags Refs Use Mtu Prio Iface
default 192.168.1.1 UGS 1 800 - 8 re0
10.0.0/24 link#2 C 0 0 - 4 re1
127/8 127.0.0.1 UGRS 0 0 33144 8 lo0
127.0.0.1 127.0.0.1 UH 1 0 33144 4 lo0
192.168.1/24 link#1 UC 2 0 - 4 re0
192.168.1.1 link#1 UHRLc 1 829 - 4 re0
192.168.1.70 80:ee:73:83:50:e0 UHLc 0 6 - 4 lo0
224/4 127.0.0.1 URS 0 0 33144 8 lo0

Internet6:
Destination Gateway Flags Refs Use Mtu Prio Iface
::/104 ::1 UGRS 0 0 - 8 lo0
::/96 ::1 UGRS 0 0 - 8 lo0
::1 ::1 UH 14 0 33144 4 lo0
::127.0.0.0/104 ::1 UGRS 0 0 - 8 lo0
::224.0.0.0/100 ::1 UGRS 0 0 - 8 lo0
::255.0.0.0/104 ::1 UGRS 0 0 - 8 lo0
::ffff:0.0.0.0/96 ::1 UGRS 0 0 - 8 lo0
2002::/24 ::1 UGRS 0 0 - 8 lo0
2002:7f00::/24 ::1 UGRS 0 0 - 8 lo0
2002:e000::/20 ::1 UGRS 0 0 - 8 lo0
2002:ff00::/24 ::1 UGRS 0 0 - 8 lo0
fe80::/10 ::1 UGRS 2 0 - 8 lo0
fe80::%lo0/64 fe80::1%lo0 U 0 0 - 4 lo0
fe80::1%lo0 link#4 UHL 0 0 - 4 lo0
fec0::/10 ::1 UGRS 0 0 - 8 lo0
ff01::/16 ::1 UGRS 0 0 - 8 lo0
ff01::%lo0/32 fe80::1%lo0 UC 0 0 - 4 lo0
ff02::/16 ::1 UGRS 0 0 - 8 lo0
ff02::%lo0/32 fe80::1%lo0 UC 0 0 - 4 lo0
arp -an :
Quote:
? (192.168.1.1) at (incomplete) on re0
? (192.168.1.70) at 80:ee:73:83:50:e0 on re0 static
ping : the ouput "Host is down" was not captured on the log file :
Quote:
ping: wrote 192.168.1.1 64 chars, ret=-1
ping: wrote 192.168.1.1 64 chars, ret=-1
ping: wrote 192.168.1.1 64 chars, ret=-1
ping: wrote 192.168.1.1 64 chars, ret=-1

--- 192.168.1.1 ping statistics ---
5 packets transmitted, 0 packets received, 100.0% packet loss
I'm still trying.

EDIT : found someone with a similar problem on OpenBSD 5.3 amd64 with a Shuttle DS47, he apparently had to recompile his kernel : http://openbsd.7691.n7.nabble.com/sh...-td235978.html Should I report a bug somewhere ?

Regards,
Guillaume.

Last edited by gkbsd; 2nd May 2014 at 09:07 PM.
Reply With Quote