adel.essafi@xxxxxxxxxxx wrote:
hi list
I am running a FC3 server and got a tally T9412 priter connectedto the
network.
On the network device of this printer the mac adress is writen.
when I execute arp -a command line, I don t get any adress (but mine).
how can I get scan the network on linux. please help.
thanks
--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .
Are you trying to assign a specific IP address via DHCP from a Linux
server? If so, you could configure dhcpd to assign a specific address
based on the MAC address on the printer's label. If the MAC address on
the label is incorrect, assign it a random address, ping that address,
and then arp -a to get it's MAC. Then update dhcpd to assign a given
address to the MAC reported by arp. See the man file for dhcpd.conf for
more info.
Bob...