[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

attribution d'adresse à imprimante résau



Bonjour
Je ne parviens pas à attribuer une adresse pinguable à une imprimante
réseau (brother-5250N). Je suis parti de la doc de Cups qui conseille
arp. Si l'un d'entre a déja paramétré ce type d'imprimante ou connaît
une solution, avec arp ou autres, merci d'avance.
Jerry
#
Les données :
adresse de ma carte réseau 192.168.1.6 sur eth0
adresse ethernet MAC de l'imprimante 00:80:77:87:01:77

arp -s 192.168.1.5 00:80:77:87:01:77 -i eth0
arp -a
? (192.168.1.1) at 00:0C:C3:31:DA:29 [ether] on ra0
? (192.168.1.5) at 00:80:77:87:01:77 [ether] PERM on eth0

nmap -P0 192.168.1.5

Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2007-05-14 15:56
CEST
Nmap finished: 1 IP address (0 hosts up) scanned in 0.242 seconds
L'adresse IP ne répond pas et impossible de pinguer 192.168.1.5

Sinon comment faire en sorte que l'attribution par arp de l'adresse de
l'imprimante soit définitive ?
#
Doc constructeur
http://welcome.solutions.brother.com/bsc/public/eu/fr/fr/doc/manual_index.html?reg=eu&c=fr&lang=fr&prod=hl5250dn_all&type2=-1&flang=Fran%c3%a7ais&dlid=
http://welcome.solutions.brother.com/BSC/public/files/dlf/doc002003/HL-5250_5270_NUG_Ver1_FR.pdf
http://solutions.brother.com/Library/ug/hl5240_5250dn/data/fr/index.html

DOC CUPS concernant arp
Getting the IP Address
When you first install a network printer or print server on your LAN,
you need to set the Internet Protocol ("IP") address. On most higher-end
"workgroup" printers, you can set the address through the printer
control panel. However, in most cases you will want to assign the
addresses remotely from your workstation. This makes administration a
bit easier and avoids assigning duplicate addresses accidentally.
To setup your printer or print server for remote address assignment,
you'll need the Ethernet Media Access Control ("MAC") address, also
sometimes called a node address, and the IP address you want to use for
the device. The Ethernet MAC address can often be found on the printer
test page or bottom of the print server.
Configuring the IP Address Using ARP

The easiest way to set the IP address of a network device is to use the
arp(8) command. The arp sends an Address Resolution Protocol ("ARP")
packet to the specified Ethernet MAC address, setting the network
device's IP address:

arp -s ip-address ethernet-address
arp -s host.domain.com 08:00:69:00:12:34
arp -s 192.0.2.2 08:00:69:00:12:34



Reply to: