expressvpn
expressvpn copied to clipboard
Feature request: Add Net-tools
Can we please add net-tools to the image? Very small and easy to add and gives a lot of tools. Thank you
hi! We can but what do we want achieve with net-tools?
Net-tools add a whole suite of missing, but very useful network troubleshooting tools at the network layer. Here is the list: Commands: arp(8)https://net-tools.sourceforge.io/man/arp.8.html, hostname(1)https://net-tools.sourceforge.io/man/hostname.1.html, ifconfig(8)https://net-tools.sourceforge.io/man/ifconfig.8.html, ipmaddr, iptunnel, mii-tool(8)https://net-tools.sourceforge.io/man/mii-tool.8.html, nameif(8)https://net-tools.sourceforge.io/man/nameif.8.html, netstat(8)https://net-tools.sourceforge.io/man/netstat.8.html, plipconfig(8)https://net-tools.sourceforge.io/man/plipconfig.8.html, rarp(8)https://net-tools.sourceforge.io/man/rarp.8.html, route(8)https://net-tools.sourceforge.io/man/route.8.html und slattach(8)https://net-tools.sourceforge.io/man/slattach.8.html.
From: Misioslav @.> Date: Monday, April 15, 2024 at 12:09 AM To: Misioslav/expressvpn @.> Cc: burnbrigther @.>, Author @.> Subject: Re: [Misioslav/expressvpn] Feature request: Add Net-tools (Issue #38)
hi! We can but what do we want achieve with net-tools?
— Reply to this email directly, view it on GitHubhttps://github.com/Misioslav/expressvpn/issues/38#issuecomment-2055755353, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABII3ZJJW6YYBLDIHUZTJXDY5N4I3AVCNFSM6AAAAABFYH3L32VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJVG42TKMZVGM. You are receiving this because you authored the thread.Message ID: @.***>
thank you, I just wonder what the container can gain by adding this. Could you elaborate a bit on use case scenarios?
This seems like a no-brainer and is extremely easy to implement. Anyone troubleshooting iptables or routing issues will benefit from these tools. As it stands now, you cannot see the route tables. Arp will allow you to see who is listening on the immediate active interface. As it stands now, you have to go in and manually install the tools to see this. Adding route will also allow the implementer to benefit from updating/adding routing rules in the case of esoteric/unique routing implementations. You may also find these tools can assist in some scripts you implement in the future. Additionally, the foot print is extremely small.
From: Misioslav @.> Date: Monday, April 15, 2024 at 11:45 AM To: Misioslav/expressvpn @.> Cc: burnbrigther @.>, Author @.> Subject: Re: [Misioslav/expressvpn] Feature request: Add Net-tools (Issue #38)
thank you, I just wonder what the container can gain by adding this. Could you elaborate a bit on use case scenarios?
— Reply to this email directly, view it on GitHubhttps://github.com/Misioslav/expressvpn/issues/38#issuecomment-2057580261, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABII3ZIC5B7J4LMIHPLVEKTY5QN6HAVCNFSM6AAAAABFYH3L32VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJXGU4DAMRWGE. You are receiving this because you authored the thread.Message ID: @.***>
Added
Thank you!