Huawei ,model-ec325 ,bsnl Wll Net Connection On Rhel5
Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Huawei ,model-ec325 ,bsnl Wll Net Connection On Rhel5
I Bought One Bsnl Wll Of Huawei ,model Ec325.am Having Rhel5 Server Installed And Fedora 8.but Unablto Configure It To Access The Net.plz Help Me How Will I Configure It...
hi! it is as usual in dialup connection
use "wvdialconf /etc/wvdial.conf" command and edit the username and password which u know
otherwise use below contents in wvdial.conf file
[Dialer Defaults]
Modem = /dev/ttyUSB0
Baud = 460800
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ISDN = 0
Modem Type = Analog Modem
Phone = #777
Username = <username>
Password = <password>
u sould edit your username and password
it will be connected but ur browser wont work
first uncheck work offline
still it wont work
edit /etc/resolve.conf with the following
nameserver 218.248.240.23
nameserver 218.248.240.135
note above two lines, it is the address of primary and secondary DNS IP
you can also configure your modem for pppoe mode in this case you dont need any dialer.
configure your nic for dhcp server ie. your modem or static as per your need.
use you modem's ip as defaultgateway ie. 192.168.1.1 mask as 255.255.255.0 (/24) and 208.67.220.220 208.67.222.222 as dns sever.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.