Cannot access 192.168.1.1 for UT-300R2 ADSL Modem

  • Thread starter Thread starter rahimveron
  • Start date Start date
  • Replies Replies 6
  • Views Views 4,105

rahimveron

Regular
Messages
114
Location
NA
ISP
BSNL Dataone 1350UL
Hello guys. I have recently configured my 300r2 Modem to "Always on"/PPPoE mode in the modem itself as i was not able to surf with pppoe-start in Zenwalk, though ifconfig shows i am connected and even got the ip from ISP . I did that using "Configure Dataone for Multi-User" from calcuttatelephones.com manual. Was that correct? It worked though.

Now i have shifted back to bridge mode but i cannot access 192.168.1.1.
I have even reset the modem through the tiny hole for 10 seconds as required. But still the problem continues.

I cannot ping 192.168.1.1 either.

Now I want to re-configure the modem to be "Always-On" once again but cant do because of this problem.

Help would be appreciated.

PS: If there is any other way to set "Always-ON" connection apart from the link given above please mention it.
 
first of all ,make sure your lan card is detected.I got one atheros/attansic L2 card on my new Asus mobo.at the end ,I have to recompile the kernel for latest support for this card.check on lspci o/p to make sure which one is your card.^before this ,make sure ,in bridge mode ,make sure you have specified gateway IP in whatever config files for lan (may be in /etc/sysconfig/network/ directory?):whistle:
 
^Hello praka123, good to see you :D Open Source Section has never been the same without you :(Everything is fine, i am able to connect to the net but cant access that damn conf page.
 
rahim@SEBA ~ $ ifconfigeth0 Link encap:Ethernet HWaddr 00:11:11:0d:5e:db UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:496931 errors:0 dropped:0 overruns:0 frame:0 TX packets:459833 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:450402499 (429.5 MB) TX bytes:112069700 (106.8 MB)lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:1796 errors:0 dropped:0 overruns:0 frame:0 TX packets:1796 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:230816 (225.4 KB) TX bytes:230816 (225.4 KB)ppp0 Link encap:Point-to-Point Protocol inet addr:59.93.xxx.xxx P-t-P:59.93.xxx.x Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1 RX packets:343639 errors:0 dropped:0 overruns:0 frame:0 TX packets:319046 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 RX bytes:298568160 (284.7 MB) TX bytes:70475787 (67.2 MB)
 
^ see! ,there is no ipv4 assigned for your lan card :
eth0 Link encap:Ethernet HWaddr 00:11:11:0d:5e:db
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:496931 errors:0 dropped:0 overruns:0 frame:0
TX packets:459833 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:450402499 (429.5 MB) TX bytes:112069700 (106.8 MB)
first assign ip for your card ,say 192.168.1.3 .

to sample if it works , open a terminal(and as sudo or as su - ) and do as follows:
Code:
ifconfig eth0 downifconfig eth0 192.168.1.3
Now ,try pinging 192.168.1.1 ?and if it succeeds ,try to access router via browser.

for permanant change ,you have to add the IP address in some file in /etc/sysconfig/network/ifup-eth0...(not sure).

:whistle:
 



Back