2 - Add a static ARP entry by typing the following line into the Administration -> Commands section of the Web Interface and then saving with Save Startup.
To add a static ARP entry, is typing other command in the commands sections:
Code:
arp - s 192.168.1.10 FF:FF:FF:FF:FF:FF
But here, the FF:FF... is changed for the value of mac address.
Well, I need assign static arp for my mac, no for broadcast (I have 3 computers), but my doubt is, what command is the correct?
arp -s
or
arp -i br0 -s ?
My router: TP Link wdr4900 v1 with Firmware: DD-WRT v3.0-r29837 std (06/06/16)
-a Display (all) hosts
-d Delete ARP entry
-s Set new entry
-v Verbose
-n Don't resolve names
-i IF Network interface
-D Read HWADDR from IFACE
-A,-p AF Protocol family
-H HWTYPE Hardware address type
You can also do the same thing from the web interface, under "Services" _________________ Buffalo WZR‑600DHP (WZR-HP-AG300H)
2 - Add a static ARP entry by typing the following line into the Administration -> Commands section of the Web Interface and then saving with Save Startup.
To add a static ARP entry, is typing other command in the commands sections:
Code:
arp - s 192.168.1.10 FF:FF:FF:FF:FF:FF
But here, the FF:FF... is changed for the value of mac address.
Well, I need assign static arp for my mac, no for broadcast (I have 3 computers), but my doubt is, what command is the correct?
arp -s
or
arp -i br0 -s ?
My router: TP Link wdr4900 v1 with Firmware: DD-WRT v3.0-r29837 std (06/06/16)
Thank you very much for your attention and help!
this is what i did
Router:
-save arp entry above to administration/commands:
arp -i br0 -s 192.168.1.254 FF:FF:FF:FF:FF:FF
-add port-forward to nat/qos-port forwarding tab: needed for remote WOL
WOL-udp-port 9-192.168.1.254-port 9
WOLApp:
send WOL packet from app using ip/mac address/port 9 to wake device.
always works for me. _________________ NETGEAR R9000 | RT | 40134 NETGEAR R7800 | AP | 40134
In the first time, thank you at 2 for yours replys and help.
Ok, yes, also I use from the web interface, for shell commands.
But a question, its need click in Save Start?
Yesterday, I test with arp -s 192.168.1.10 xx:xx:xx:xx:xx:xx, then, forward port udp 9 to 192.168.1.10 and works fine, I try this after post this.
Its possible deleted actual arp entry and use that yours indicate to me? arp -i br0 -s 192.168.1.10 xx:xx:xx:xx:xx:xx
Or if edit and type new command, overwrite?
If dd wrt wiki and yours indicate that, is like above are needed for works, I want made using this.