Re: usage of ifconfig

2010-06-16 Thread Chris Jackson
J.Hwan.Kim wrote: Hi, everyone When I change IP address and netmask via "ifconfig", the netmask is set incorrectly. For example, when I command in shell "ifconfig netmask 255.255.255.0 70.7.44.102", the IP address 70.7.44.102 is set correctly, but the netmask is set to 255.0.0.0. That's the

Re: usage of ifconfig

2010-06-16 Thread Camaleón
On Wed, 16 Jun 2010 21:51:41 +0900, J.Hwan.Kim wrote: > When I change IP address and netmask via "ifconfig", the netmask is set > incorrectly. > > For example, when I command in shell > "ifconfig netmask 255.255.255.0 70.7.44.102", the IP address 70.7.44.102 > is set correctly, but the netmask is

Re: usage of ifconfig

2010-06-16 Thread Jordan Metzmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 06/16/2010 08:51 AM, J.Hwan.Kim wrote: > Hi, everyone > > When I change IP address and netmask via "ifconfig", > the netmask is set incorrectly. > > For example, when I command in shell > "ifconfig netmask 255.255.255.0 70.7.44.102", > the IP ad

usage of ifconfig

2010-06-16 Thread J.Hwan.Kim
Hi, everyone When I change IP address and netmask via "ifconfig", the netmask is set incorrectly. For example, when I command in shell "ifconfig netmask 255.255.255.0 70.7.44.102", the IP address 70.7.44.102 is set correctly, but the netmask is set to 255.0.0.0. Why does this case happen? Beca