How can I change the MAC of outgoing ARP requests?
Clash Royale CLAN TAG#URR8PPP
up vote
4
down vote
favorite
Is it possible to change the source MAC of all the outgoing ARP requests to a specific MAC instead of using the interface MAC in linux?
Is there a way to do this from the ARP tables?
linux arp
add a comment |Â
up vote
4
down vote
favorite
Is it possible to change the source MAC of all the outgoing ARP requests to a specific MAC instead of using the interface MAC in linux?
Is there a way to do this from the ARP tables?
linux arp
add a comment |Â
up vote
4
down vote
favorite
up vote
4
down vote
favorite
Is it possible to change the source MAC of all the outgoing ARP requests to a specific MAC instead of using the interface MAC in linux?
Is there a way to do this from the ARP tables?
linux arp
Is it possible to change the source MAC of all the outgoing ARP requests to a specific MAC instead of using the interface MAC in linux?
Is there a way to do this from the ARP tables?
linux arp
linux arp
edited Sep 25 '17 at 7:22
dr01
15.4k114769
15.4k114769
asked Sep 25 '17 at 5:54
Aks
211
211
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
6
down vote
Yes, this can be achieved by adding rules by arptables
.
Use this rule:
arptables -A OUT --source-hw xx:xx:xx:xx:xx:xx -j mangle --mangle-hw-s yy:yy:yy:yy:yy:yy
You may also add more filtering options if you need example interface, subnet etc.
For more information, refer to the man page.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
6
down vote
Yes, this can be achieved by adding rules by arptables
.
Use this rule:
arptables -A OUT --source-hw xx:xx:xx:xx:xx:xx -j mangle --mangle-hw-s yy:yy:yy:yy:yy:yy
You may also add more filtering options if you need example interface, subnet etc.
For more information, refer to the man page.
add a comment |Â
up vote
6
down vote
Yes, this can be achieved by adding rules by arptables
.
Use this rule:
arptables -A OUT --source-hw xx:xx:xx:xx:xx:xx -j mangle --mangle-hw-s yy:yy:yy:yy:yy:yy
You may also add more filtering options if you need example interface, subnet etc.
For more information, refer to the man page.
add a comment |Â
up vote
6
down vote
up vote
6
down vote
Yes, this can be achieved by adding rules by arptables
.
Use this rule:
arptables -A OUT --source-hw xx:xx:xx:xx:xx:xx -j mangle --mangle-hw-s yy:yy:yy:yy:yy:yy
You may also add more filtering options if you need example interface, subnet etc.
For more information, refer to the man page.
Yes, this can be achieved by adding rules by arptables
.
Use this rule:
arptables -A OUT --source-hw xx:xx:xx:xx:xx:xx -j mangle --mangle-hw-s yy:yy:yy:yy:yy:yy
You may also add more filtering options if you need example interface, subnet etc.
For more information, refer to the man page.
edited Sep 25 '17 at 7:23
dr01
15.4k114769
15.4k114769
answered Sep 25 '17 at 6:28
enZyme
31114
31114
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f394243%2fhow-can-i-change-the-mac-of-outgoing-arp-requests%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password