79666619

Date: 2025-06-15 14:20:05
Score: 2
Natty:
Report link

I found a way to create a virtual network interface (like veth in linux):

ifconfig feth0 create
ifconfig feth1 create
ifconfig feth0 peer feth1

Then you can add it to the existed bridge:

ifconfig bridge1 addm feth0

All command must run with root (sudo).

Source: https://apple.stackexchange.com/questions/337715/fake-ethernet-interfaces-feth-if-fake-anyone-ever-seen-this

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: jjm2473