Jaht Gigabit network card Jn-1132c on OpenBSD
daniel Sun, 11/04/2007 - 11:56am
http://www.jaht.com/products/nic/jn1132c.htm
After adding dhcp to hostname.re0, only works after power up. If the connection drops at all, it cannot seem to come back alive. Not even with netstart.sh
$ ifconfig
re0: flags=8843 mtu 1500
lladdr xx:xx:xx:xx:xx:xx
media: Ethernet autoselect (1000baseT full-duplex,rxpause,txpause)
status: active
inet6 fe80::2e0:4cff:fe69:23f8%re0 prefixlen 64 scopeid 0x3
inet xxx.xxx.xxx.xxx netmask 0xxxxxxx broadcast xxx.xxx.xxx.xxx
However, I want to create a static address, since this is intended to be on the interface that will be the dhcp server!
I tried using:
inet {addy} {mask} {broadcast} media 1000baseT mediaopt full-duplex
To no avail though. The rxpause and txpause parameters do not appear available to set.
- Log in to post comments