Hi Berserker, thanks for being patient with my not so helpful suggestions, glad you got it solved! Would you consider adding 'Solved' or any indicator to your topic title, to help others?
What's the correct way to add a permanent static ARP entry besides running "arp -s"?
QuoteWhat's the correct way to add a permanent static ARP entry besides running "arp -s"?static_arp_pairs ?https://man.freebsd.org/cgi/man.cgi?rc.conf(5)
static_arp_pairs="gw"static_arp_gw="xxx.xxx.xxx.x 11:22:33:44:55:66"
#!/bin/sh# need my ONT staic arp somehow/etc/rc.d/static_arp start