Comments on: Useful Linux Networking Commands http://www.alexonlinux.com/useful-linux-networking-commands Tue, 16 May 2023 15:06:12 +0000 hourly 1 https://wordpress.org/?v=4.9.23 By: Alexander Sandler http://www.alexonlinux.com/useful-linux-networking-commands/comment-page-1#comment-25792 Thu, 12 May 2011 04:54:09 +0000 http://www.alexandersandler.net/wp/stuff/written-stuff/useful-linux-networking-commands#comment-25792 @jamie st.
My pleasure. Please visit again.

]]>
By: Alexander Sandler http://www.alexonlinux.com/useful-linux-networking-commands/comment-page-1#comment-25791 Thu, 12 May 2011 04:53:56 +0000 http://www.alexandersandler.net/wp/stuff/written-stuff/useful-linux-networking-commands#comment-25791 @Andre Goddard Rosa
All this goes to my todo list :-)

]]>
By: jamie st. http://www.alexonlinux.com/useful-linux-networking-commands/comment-page-1#comment-25786 Wed, 11 May 2011 17:28:51 +0000 http://www.alexandersandler.net/wp/stuff/written-stuff/useful-linux-networking-commands#comment-25786 thanks for this info.
Very useful and explained very well

]]>
By: Andre Goddard Rosa http://www.alexonlinux.com/useful-linux-networking-commands/comment-page-1#comment-23358 Sat, 25 Jul 2009 05:21:38 +0000 http://www.alexandersandler.net/wp/stuff/written-stuff/useful-linux-networking-commands#comment-23358 2) wireshark :
I know you already have tcpdump tutorial, but anyway…

3) traceroute
How many hops until some destination?

4) ping
Are you there?

]]>
By: Andre Goddard Rosa http://www.alexonlinux.com/useful-linux-networking-commands/comment-page-1#comment-23357 Sat, 25 Jul 2009 05:20:50 +0000 http://www.alexandersandler.net/wp/stuff/written-stuff/useful-linux-networking-commands#comment-23357 Hi, Alexander!

I was passing by here and perhaps you would like to add more stuff in the future. At that time, perhaps you could consider:

1) netcat:
netcat or nc is a very interesting network command for diagnostic or data transfer;

]]>
By: Destillat KW25 | duetsch.info http://www.alexonlinux.com/useful-linux-networking-commands/comment-page-1#comment-22665 Fri, 19 Jun 2009 07:57:39 +0000 http://www.alexandersandler.net/wp/stuff/written-stuff/useful-linux-networking-commands#comment-22665 […] Useful Linux Networking Commands […]

]]>
By: Alexander Sandler http://www.alexonlinux.com/useful-linux-networking-commands/comment-page-1#comment-22435 Mon, 11 May 2009 05:29:33 +0000 http://www.alexandersandler.net/wp/stuff/written-stuff/useful-linux-networking-commands#comment-22435 @Dan Pun
Thanks for helping with this issue!

]]>
By: Dan Pun http://www.alexonlinux.com/useful-linux-networking-commands/comment-page-1#comment-22350 Fri, 08 May 2009 19:24:50 +0000 http://www.alexandersandler.net/wp/stuff/written-stuff/useful-linux-networking-commands#comment-22350 to remove 16.2.0.0
do it in root
#>ifconfig en0 16.2.0.0

then

#>ifconfig en0 16.2.0.0 remove

this work on mine.

]]>
By: Alexander Sandler http://www.alexonlinux.com/useful-linux-networking-commands/comment-page-1#comment-16805 Sun, 04 Jan 2009 11:46:23 +0000 http://www.alexandersandler.net/wp/stuff/written-stuff/useful-linux-networking-commands#comment-16805 @Rob Roy
I am sorry, but I have absolutely no idea how to help you. I don’t have an iPhone and I am not familiar with tool set that being installed on it. This is not a standard ifconfig output.

]]>
By: Rob Roy http://www.alexonlinux.com/useful-linux-networking-commands/comment-page-1#comment-16767 Sat, 03 Jan 2009 03:15:01 +0000 http://www.alexandersandler.net/wp/stuff/written-stuff/useful-linux-networking-commands#comment-16767 Hello, I am trying to find out a way to remove a 2ndary ip address that somehow gets configured on my iPhone which is running a version of Linux. When I do an ifconfig, I get this:
lo0: flags=8049 mtu 16384
inet 127.0.0.1 netmask 0xff000000
en0: flags=8863 mtu 1500
inet 16.2.0.0 netmask 0xffff0000 broadcast 169.254.255.255
inet 192.168.1.100 netmask 0xffffff00 broadcast 192.168.1.255
ether 00:23:12:c9:37:23

I would like to remove 16.2.0.0 from en0. How do I do that?

Thanks

]]>