Re: ip addressing in freebsd

2003-12-28 Thread "J.D. Bronson®"
At 07:21 AM 12/28/2003, you wrote:
1. in freebsd we can have two ip address for a single host like 2.0.0.1 & 
17.0.0.1 by using ifconfig but why can't we assign two ip like 2.0.0.1 & 
2.0.0.2 (i  know that both r in same network)
2 so where is the problem in resolving the ip addressing of the host
3 where i can find more about this (links)

4. where is the code of the ip resolution in 
thekernel
  niraj

You can do this. You setup aliases in rc.conf:

ifconfig_bge0="inet 2.0.0.1  netmask 255.255.255.0"
ifconfig_bge0_alias0="inet 2.0.0.2 netmask 255.255.255.255"
( you need a 32bit mask on any aliases especially ones on the same subnet)

then, if you do this you will see ARP complaints. To quiet that up add this 
to your sysctl.conf:

net.link.ether.inet.log_arp_wrong_iface=0

Hope this helps! 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RTC BIOS diagnostic error 20 (4.9-REL)

2003-12-26 Thread "J.D. Bronson®"
I have noticed the following on 4.9-REL i386 but only once in awhile..

...
sc0:  at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x100>
sio0 at port 0x3f8-0x3ff irq 4 flags 0x30 on isa0
sio0: type 16550A, console
RTC BIOS diagnostic error 20
APIC_IO: Testing 8254 interrupt delivery
APIC_IO: Broken MP table detected: 8254 is not connected to IOAPIC #0 intpin 2
APIC_IO: routing 8254 via 8259 and IOAPIC #0 intpin 0
SMP: AP CPU #1 Launched!
...
I searched and found others had asked this, but there didnt seem any 
concrete answer...

The machine runs quite well and I am not aware of -any- issues...but 
someone out there MUST know what this actually meansboot -v does not 
yield any further information.

Help?





--
J.D. Bronson
Aurora Health Care // Information Services // Milwaukee, WI USA
Office: 414.978.8282 // Fax: 414.328.8282 // Pager: 414.314.8282
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"