Hi,

On Tue, Apr 20, 2010 at 11:38 AM, Mehdi <[email protected]> wrote:

> Thanks, but how i can change the IP address and Getaway and DNS? by
> TERMINAL
>

--- IP ADDRESS ---
$ ifconfig <ethernet_card_name> <ip_address>/<mask>
eg: ifconfig eth0 192.168.1.2/24

--- GATEWAY ---
$ route add default gw <gateway_address>

--- DNS ---
In /etc/resolv.conf, type the following:
nameserver <dns_server_ip>


P.S.: Please "google it up" before you ask questions :)

-- 
Thanks and Regards,
Hrishikesh Murali
-- 
ubuntu-in mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

Reply via email to