Linux – List IPv6 Neighbor Proxies in Linux

ipv6linux

With the command like these the following you can add neighbor proxies in Linux

ip -6 neigh add proxy 2001:db8:100:3022:1::4 dev eth0

Is there a way how to list which proxies have already been defined?

Best Answer

Try with:

ip -6 neigh show proxy

It works for me:

emily ~ # ip -6 neigh add proxy 2001:db8:100:3022:1::4 dev eth0
emily ~ # ip -6 neigh show proxy
2001:db8:100:3022:1::4 dev eth0  proxy