LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   connecting to the internet in archlinux (https://www.linuxquestions.org/questions/linux-newbie-8/connecting-to-the-internet-in-archlinux-866580/)

arunb24 03-05-2011 08:05 AM

connecting to the internet in archlinux
 
hi
i hav already gone through the archlinux installation.
now m stuck at installation of gui.
but our college uses a cyberoam client.
how to get connected to the internet to install xorg nd kde???
kindly provide solutions.....

trist007 03-05-2011 08:20 AM

Can you open a terminal and ping google.com?

If not run this as root

assuming your gateway is 192.168.1.1 and that your gateway acts as a dns forwarder(running dnsmasq).

echo 'nameserver 192.168.1.1' > /etc/resolv.conf

ip r a default via 192.168.1.1

Now try pinging google.com.


All times are GMT -5. The time now is 08:57 PM.