> Is there a way to bind IP addresses on the local net strictly to
> Ethernet addresses of network adapters without using DHCP?
You can use static arp tables, ie you set what ip address the kernel
thinks an ip belongs to (instead of it broadcasting for it)
/sbin/arp -f /etc/ethers
were /etc/ethers contains lines such as:
138.251.224.119 00:40:05:66:E5:0A
Or are you talking about handing out of ip based on arp address?
--
Tim Fletcher .~.
/V\ L I N U X
[EMAIL PROTECTED] // \\ >Don't fear the penguin<
[EMAIL PROTECTED] /( )\
^^-^^
"I am Homer of Borg. Prepare to Oooh! Doughnuts!"
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]