Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm on Red Hat 7.2 and I can't reach the Net. When I had 7.1 it auto detected and must have setup the network settings for me. For some reason, with 7.2, it isn't doing this. Now, for my home network, I have a Linksys router using DHCP and 3 PCs hooked into it. 2 of them are my Win PCs and my third is the Linux box. I know the internal IP of my Linux box and I've done 'netconfig' and entered it. I'm not sure where I can find the info for the other three settings though. Any help guys?!?
your gateway should be the 192.168.1.1 for the linksys router by default, and you can setup your DNS entries by attaining them from a windows box using the winipcfg or ipconfig /all command.. and your netmask should be 255.255.255.0 by default with the router...
IP = 192.168.1.2
Netmask = 255.255.255.0
Default Gateway = 192.168.1.1
Primary nameserver = 24.30.225.17 (which was grabbed from my router settings as the WAN).
alright.. i answered some more in the newbie section.. but you might have to add your hostname and domain server.. sometimes the isp requires that.. or it might work in linux with it.. i have mine added on my slackware box with no problems.. but wouldn't work till i had at least the hostname listed..
I must have missunderstood something. All machines on my LAN are setup as follows. I am using the Linksys BESFR41
IP 192.168.1.100~114
SUB 255.255.255.0
GATE 192.168.1.1
DNS 192.168.1.1
When using a static IPs (router setting), you will have to use the ISP's DNS. But if DHCP is enabled on the router, DNS can be set to the router in most cases.
I enabled DHCP on the router, but asigned static IPs to the computers. Setting the router to begin asigning IPs at 192.168.1.100 and going up from there.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.