> [root@gaea /root]# arp -s pallas 08:0:20:1a:5a:92
> 
> ...and the arp table seems to take it...
> 
> [root@gaea /root]# arp
> Address                 HWtype  HWaddress           Flags Mask            Iface
> 192.168.3.32            ether   08:00:20:1A:5A:92   CM                    eth0
> 192.168.3.1             ether   08:00:09:1B:EB:76   C                     eth0
> 
> ...but apparently there's something else I need to do in order to arp the
> address back to the machine?

You have so far done everything correctly, but there is ONE more step
you need. You have to use BOTH ARP and RARP to netboot a sun via tftp,
so add the rarp line, just as the arp line:

[root@gaea /root] rarp -s pallas 08:00:20:1a:4a:92

That should get you going. There is no need for bootp whatsoever.

Matt

-
Matt Housh ([EMAIL PROTECTED])
Academic System Administrator



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to