[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "watchdog timeout" on a network card?
On Fri, Feb 02, 2001 at 10:38:55AM -0600, Michael R. Jinks wrote:
> bash-2.04# ifconfig rl0
> rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
> media: Ethernet autoselect (100baseTX full-duplex)
> status: active
> inet 207.229.177.44 netmask 0xffffffe0 broadcast 207.229.177.63
> inet6 fe80::250:baff:fe43:b4f0%rl0 prefixlen 64 scopeid 0x1
> inet 207.229.177.34 netmask 0xffffffe0 broadcast 207.229.177.63
> inet 207.229.177.35 netmask 0xffffffe0 broadcast 207.229.177.63
> ...and so forth...
According to my knowledge this should be like
Main:
inet 207.229.177.44 netmask 0xffffffe0 broadcast 207.229.177.63
Alias:
inet 207.229.177.34 netmask 0xffffffff broadcast 207.229.177.44
inet 207.229.177.35 netmask 0xffffffff broadcast 207.229.177.44