Problem with accessing internet through router

Ok, I setup my eth0.

cd /etc/sysconfig/network-scripts/
I went in there and edited ifcfg-eth0
DEVICE=eth0
onBOOT=yes
BOOTPROTO=static
IPADDR=192.168.1.103
NETMASK=255.255.255.0


My router is set for DHCP and will give out IP Addressses to 192.168.1.100 - 192.168.1.150

Now I restarted the network, /etc/rc.d/init.d/network restart

There were no errors evertything went fine, I can ping my router and my other computer on the network, but I cannot ping google.com or anything. Do I have to setup a gateway so I can access the wlan? What should I do?

 

 

 

 

Top