nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

Connect to Red Hat / CentOS / Fedora Linux Internet Through Modem

This is a discussion on Connect to Red Hat / CentOS / Fedora Linux Internet Through Modem within the CentOS / RHEL / Fedora forums, part of the Linux Distribution category; Hi, I am using RHEL 5.0 and i don't know how to connect to Internet using Modem. Provide some guidance.... ...


Go Back   nixCraft Linux Forum > Linux Distribution > CentOS / RHEL / Fedora

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 05-15-2008, 10:02 PM
Junior Member
User
 
Join Date: Dec 2007
My distro: Fedora
Posts: 3
Rep Power: 0
maria_88 is on a distinguished road
Default Connect to Red Hat / CentOS / Fedora Linux Internet Through Modem

Hi,
I am using RHEL 5.0 and i don't know how to connect to Internet using Modem. Provide some guidance....

Thanks in Advance....
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-15-2008, 11:46 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Any distro with shell
Posts: 919
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Hi,

Do you have internal (PCI) or external modem? Internal modems (also known as winmodem are difficult to use due to driver issues. Anyway install your modem. Install software called wvdial and use the same to connect to ISP:
Code:
 yum install wvdial
First COM1 is known as /dev/ttyS0 under Linux see following
How To Check and Use Serial Ports Under Linux

Once serial device identified type the following to configure modem:
Code:
wvdialconf /etc/wvdial.conf
Once modem is detected you need to edit /etc/wvdial.conf configuration file to specify the PPP username, password and dial out Phone number. Open /etc/wvdial.conf using vi text editor:
Code:
vi /etc/wvdial.conf
Here is sample config file:
Code:
[Dialer Defaults]
Modem = /dev/ttyS1
Baud = 115200
Init1 = ATZ
 Phone = 172226
Username = Your-USERNAME
Password = Your-PASSWORD
To connect type
Code:
# wvdial
To disconnect type
Code:
killall wvdial
or
Code:
ifdown ppp0
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
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

Similar Threads

Thread Thread Starter Forum Replies Last Post
Cannot connect to Internet mvibin CentOS / RHEL / Fedora 6 05-15-2008 01:04 PM
Apply CentOS Linux package security updates from the Internet raj CentOS / RHEL / Fedora 0 04-22-2008 01:53 AM
fedora 7 connect dsl-502T anthony pereira Getting started tutorials 4 12-22-2007 02:10 PM
squid problem cannot connect or browse internet raghuram Linux software 2 03-27-2007 09:31 PM
Internal Modem in Linux ricc Linux software 5 12-23-2005 05:13 PM


All times are GMT +5.5. The time now is 04:30 PM.


Powered by vBulletin® Version 3.7.3 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36