[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sheflug] Help with broadband
J Simpson V21 wrote:
> Hi
> I have just signed up for broadband.
>
> I've put it all together, but it doesn't appear to be working.
>
> I'm running fedora core 2, using kde
> modem router netgear 834
>
> It has green lights where it is supposed to and the status page looks
> like it is connected, but when I try to download emails or go to a
> website I get eror messages.
>
> At present I am still using my dial up to get online. Please let me
> know what information would be relevant to get this sorted out.
>
> One other question before I sort it out, how do I make myself secure
> with a broadband connection? I have changed the password for the modem
> router to something with numbers and letters. What else do I have to do?
>
> Regards
>
> Janet
Janet
I'm fairly sure you need to set up the DNS servers. Your ISP should
have given you a username and password You will have already fed this
into a configuration page for the router to get to the point where
things looks like they are actually connected to the outside world.
In that same set of information your ISP should have given you two DNS
server IP addresses which need to go into every machine on your network.
This will be your router and the PC you have connected to the router.
Under all Linux systems that information goes into the
/etc/resolv.conf file.
DNS is a look up table which identifies www.google.com with the IP
address 64.233.167.99.
You can check by pinging google, as already suggested. Set the DNS
server IP addresses in the router and then see if you can ping from it
to google on 64.233.167.99. Then put the DNS server IP addresses into
your /etc/resolv.conf on your PC and any other machines on the network
and check for connectivity with
ping -c 2 64.233.167.99
ping -c 2 www.google.com
Both will ping the same address, but you will only get a result from the
second form if DNS is working throughout your network.
Given you've been able to access your router's configuration and
management programs, I'd say your gateway address from your PC to the
router is correct. It should be the router's IP address (192.168.0.1 or
whatever you are using). The gateway address on the Internet side is
your external IP address given you by your ISP, whether DHCP or fixed.
Your router will be doing a lot of firewalling for you, but you might
want to look at learning iptables so that you can set up your own
firewall, or products like SmoothWall ( http://smoothwall.org/ ) for an
idea of what's available doing the same thing with a GUI attached.
Congratulations on getting broadband btw.
Hope all that helps
Regards
Lesley
___________________________________________________________________
Sheffield Linux User's Group -
http://www.sheflug.co.uk/mailfaq.html
GNU the choice of a complete generation.