I am trying to add my IP address of my PC to the arp table in sco unix. We use dhcp which means my IP address continually changes, though not everyday. I must go in to the arp table, and add my IP address and mac address using the following command:
arp -s xx.xx.x.xxx xx:xx:xx:xx:xx:xx
I tend to do the arp -d xx.xx.x.xxx first.
Usually this is successful. However, lately following these commands, I receive the message: arp: ioctl: File exists
I need the connection quickly because I am using a ftp script to extract files to use with an excel spreadsheet.
Any suggestions?
arp -s xx.xx.x.xxx xx:xx:xx:xx:xx:xx
I tend to do the arp -d xx.xx.x.xxx first.
Usually this is successful. However, lately following these commands, I receive the message: arp: ioctl: File exists
I need the connection quickly because I am using a ftp script to extract files to use with an excel spreadsheet.
Any suggestions?