So I edit /etc/network/interfaces as the following and then reboot the
system(I don't know how to enact this file). With command 'base-config', I
Use:
# /etc/network/interfaces restart
_________________________
auto lo
iface lo inet loopback
auto eht0
iface eth0 inet static
address 141.58.103.144
netmask 255.255.254.0
gateway 141.58.102.20
---------------------------------
I haven't checked if the information is consistent, but you have a typo.
You have "auto eht0" and it should read "auto eth0".
Remember that you can check the active interfaces with
# ifconfig
Regards,
Nelson.-