
Originally Posted by
sword
Thanks, I tried that. Netmask is now displayed correctly with ifconfig and also in graphical Control Module.
However, there is no change in netowowrk operation. What was that detail if DNS is in my subnet?
maybe you can manually make configuration. Try this one.
Code:
ifconfig eth0 up
ifconfig eth0 <your ip> netmask <your netmask>
route add default gw <your gateway>
echo nameserver xxx.xxx.xxx.xxx>/etc/resolv.conf
replace xxx.xxx.xxx.xxx with your dns ip.
Regards,
JoeleZ