Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 07-09-2005, 10:52 AM   #1 (permalink)
Alpha Geek
 
godsownman's Avatar
 
Join Date: Feb 2005
Location: Bombay
Posts: 879
Default Internet in Red Hat


I want to configue my internet in Red Hat Linux. Can anybody please help me in doing that.

I tried but was not successful.

Thanks
__________________
From the body of one guilty deed a thousand ghostly fears and haunting thoughts proceed !

Visit (http://www.meebo.com)
godsownman is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 07-09-2005, 05:57 PM   #2 (permalink)
In The Zone
 
Join Date: May 2004
Location: ** Hosur ** Operating System:GNU
Posts: 451
Default

do u have a dialup or broadband?
__________________
Million's Of Open Minds Can't Be Wrong!
http://nc.xmgfree.com/weblog
Everybody Wants to go to Heaven...But nobody wants to Die! :wink:
naveenchandran is offline  
Old 07-09-2005, 07:38 PM   #3 (permalink)
Alpha Geek
 
godsownman's Avatar
 
Join Date: Feb 2005
Location: Bombay
Posts: 879
Default

Broadband .
__________________
From the body of one guilty deed a thousand ghostly fears and haunting thoughts proceed !

Visit (http://www.meebo.com)
godsownman is offline  
Old 07-09-2005, 07:57 PM   #4 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default

try setting values using applications-->system settings...>networking==>select xDSL modem give uname/passwd etc..
save it.restart or # service network restart
then applications-->system tools...>networking device control==>Activate or deactivate.
praka123 is offline  
Old 08-09-2005, 08:22 PM   #5 (permalink)
Alpha Geek
 
godsownman's Avatar
 
Join Date: Feb 2005
Location: Bombay
Posts: 879
Default

Thanks I shall try it out and let u all know .
__________________
From the body of one guilty deed a thousand ghostly fears and haunting thoughts proceed !

Visit (http://www.meebo.com)
godsownman is offline  
Old 10-09-2005, 10:50 PM   #6 (permalink)
Alpha Geek
 
godsownman's Avatar
 
Join Date: Feb 2005
Location: Bombay
Posts: 879
Default

I'm sorry for the delay in replying.

I tried the settings that you said , but I just could not find anything such as xDSL as you said.

Please somebody help me configure it.

Thansk
__________________
From the body of one guilty deed a thousand ghostly fears and haunting thoughts proceed !

Visit (http://www.meebo.com)
godsownman is offline  
Old 11-09-2005, 12:26 AM   #7 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default

can u make me clear which version of RedHat are you using
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 11-09-2005, 10:11 AM   #8 (permalink)
Alpha Geek
 
godsownman's Avatar
 
Join Date: Feb 2005
Location: Bombay
Posts: 879
Default

Red Hat 9.0
__________________
From the body of one guilty deed a thousand ghostly fears and haunting thoughts proceed !

Visit (http://www.meebo.com)
godsownman is offline  
Old 11-09-2005, 10:41 PM   #9 (permalink)
Alpha Geek
 
godsownman's Avatar
 
Join Date: Feb 2005
Location: Bombay
Posts: 879
Default

Somebody Help me !
__________________
From the body of one guilty deed a thousand ghostly fears and haunting thoughts proceed !

Visit (http://www.meebo.com)
godsownman is offline  
Old 12-09-2005, 04:41 PM   #10 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default

OK, I'll explain 2 methods. select whichever you feel better

Method 1
download rp-pppoe here
install it. (hope you'll know how to install).
now issue the command adsl-setup
They will ask for some values. enter those.
1. Username: - your username
2. interface - eth0
3. demand value - no
4. DNS - primary - 61.1.96.69
5. DNS - secondary - 61.1.96.71
6. password - hmm........
7. user control - yes
8. firewall - 2
9. start at boot - no
10. accept - yes

now issue the command adsl-connect
VOILA! you're connected.

Method 2:
If you're not successful in the above method.
Take RHMenu->System settings->Network
you'll probably see eth0 on the list. if yes edit it.
Select statically set ip address. and issue the following values
Address: 192.168.1.2
Subnet: 255.255.255.0
gateway: 192.168.1.1
save your configuration and exit.
now edit the /etc/resolv.conf file and add the following lines if not present.
nameserver 61.1.96.69
nameserver 61.1.96.71
save and exit.
now activate the eth0 in the Network Configuration window, mentioned earler.
you'll be connected to internet in a flash.

let me know the result
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 12-09-2005, 09:27 PM   #11 (permalink)
Alpha Geek
 
godsownman's Avatar
 
Join Date: Feb 2005
Location: Bombay
Posts: 879
Default

Hi Desert Wind ,

Thanks a lot for your reply . I tried your method but unfortunately I was not successful in connecting . I could not use the 1st method because I do not have a username and password.So I tried the 2nd method.But not successful as the Ethernet card would just not come in the list in the Network config Box from where I could activate it .

Then when I was just fiddling around within the Linux Operating system my eyes fell on the option " Internet Configuration Wizard" in the system tools option in the menu. Once I did this and follwed the procedure involved in it appeared in the list in the network config box .

I then simply activated the connection and here I am typing this to you.

Anyway thanks a lot for your help and patience. I appreciate your help.

Regards
__________________
From the body of one guilty deed a thousand ghostly fears and haunting thoughts proceed !

Visit (http://www.meebo.com)
godsownman is offline  
Old 13-09-2005, 09:09 AM   #12 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default

well, thats really fine. It is the easiest way to connect to internet on RH. but since you mentioned earlier that you cant find it, i suggested the above method. btw which broadband r u using ?
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Charan
- by Charan
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 02:45 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2