Huwaei Router in Linux

  • Thread starter Thread starter anilbhx
  • Start date Start date
  • Replies Replies 4
  • Views Views 2,003

anilbhx

Newbie
Messages
1
Location
NA
🙁 Have followed all the Instructions. However the kudzu line gives a segementation fault at boot up . I do adsl-setup etc. adsl-status etc. Just cannot get it working . Maybe it will go away if the boot up goes ok.Also I cannot connect to 192.168.1.1 which is supposed to be opened for configuration.thank you
 
I tried it on FreeBSD it works quite easily, try not using the GUI's thats how I got it to work. and use google its your best friend. I'll try it on redhat fc4 and check that out too.
 
Since you cannt connect to 192.168.1.1 it must be that your eth0 may not be configured properly. must be that it has DHCP enabled.Then check if you have Modem configured in Bridge mode.
 
The first step is to get to talk to your router's configuration page.
Are you using MT880 ?

I'm assuming you know basics of Linux.

a) Does linux detect your ethernet card?

ifconfig eth0

B) Set IP address of eth0 to 192.168.1.2 , subnet mask 255.255.255.0
ifconfig eth0 inet 192.168.1.2 netmask 255.255.255.0

c) Connet ADSL router with ethernet card

d) Ping router at 192.168.1.1

ping 192.168.1.1

e) Connect to web-based configuration of ADSL router

http://192.168.1.1
Username: admin
Password: admin




Originally posted by amith_mysore@Sep 13 2005, 10:31 AM
Since you cannt connect to 192.168.1.1 it must be that your eth0 may not be configured properly. must be that it has DHCP enabled.

Then check if you have Modem configured in Bridge mode.
[snapback]24974[/snapback]
[/quote]
 

Top