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 14-12-2005, 07:43 PM   #1 (permalink)
Thinking Different
 
sourav123's Avatar
 
Join Date: Dec 2005
Location: Bangalore, India
Posts: 156
Default How to setup DataOne access in SuSE 9.2 Professional?


Hi all.

Please help me to setup dataone access in SuSE pro. I am a linux newbie and don't know much about it. So please help.
sourav123 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 14-12-2005, 08:50 PM   #2 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default

Hello U can configure DataOne using Yast or Kinternet tool..
praka123 is offline  
Old 15-12-2005, 02:26 PM   #3 (permalink)
Alpha Geek
 
Satissh S's Avatar
 
Join Date: Mar 2005
Location: Chennai , India
Posts: 693
Default

GOTO: SuSEMenu --> yast--> Network Devices--> Network Card. Type the IP,Gateway and name servers and then GOTO Detailed Settings --> Activate hardware at boot. Then Finish
__________________
Call it Emacs,
Love it or Leave it.
Satissh S is offline  
Old 15-12-2005, 09:07 PM   #4 (permalink)
Thinking Different
 
sourav123's Avatar
 
Join Date: Dec 2005
Location: Bangalore, India
Posts: 156
Default

Quote:
Originally Posted by Satissh S
GOTO: SuSEMenu --> yast--> Network Devices--> Network Card. Type the IP,Gateway and name servers and then GOTO Detailed Settings --> Activate hardware at boot. Then Finish
How do I know the IP, Gateway and name server?
sourav123 is offline  
Old 15-12-2005, 09:35 PM   #5 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default

IP: 192.168.1.2
Subnet: 255.255.255.0
Gateway: 192.168.1.1

Nameservers
61.1.96.69
61.1.96.71
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 17-12-2005, 06:12 PM   #6 (permalink)
Thinking Different
 
sourav123's Avatar
 
Join Date: Dec 2005
Location: Bangalore, India
Posts: 156
Default

Thanks desertwind for the info. I have done as you have suggested. But tell me how to log in to internet. I mean, in windows I have configured a connection for DataOne wherein I log in using my username and password. Is there something similar in SuSE 9.2 Pro? I have tried Kinternet but it seems to be made for dial-up connections only.

Please help.
sourav123 is offline  
Old 17-12-2005, 08:16 PM   #7 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default

You can definitely connect using kinternet.check again..
praka123 is offline  
Old 17-12-2005, 11:57 PM   #8 (permalink)
Coming back to life ..
 
it_waaznt_me's Avatar
 
Join Date: Nov 2003
Location: A bit closer to heaven
Posts: 1,997
Default

What router are you using @ sourav ..?
I have SmartAX 882 and running DataOne with this config on Suse 9.3 :
Open http://192.168.1.1/ in FireFox for access to Router admin interface ..
First save the current settings to hard drive for a backup from Tools > System Settings > Save to hard drive ..

Now change Home > Wan Settings > PVC 0
Change it to RFC 2684 Bridged and connection type as Pure Bridged .. Leave the other settings as they are ... Save and reboot the router ...

Now login to Linux and run Yast > Network Devices > DSL
Create a profile for your account like this ..
Set the Network card to DHCP .. Enter your DataOne username and password in the preceding window .. KInternet will run and create profile for your connection ..
You can then connect to DataOne easily .. And yeah .. Enable your firewall too ..
__________________
Sleight of hand and twist of fate...
On a bed of nails she makes me wait...
And I wait without you ...
With or without you ..
----
Batty = Too Busy Now !!!
it_waaznt_me is offline  
Old 19-12-2005, 06:47 PM   #9 (permalink)
Thinking Different
 
sourav123's Avatar
 
Join Date: Dec 2005
Location: Bangalore, India
Posts: 156
Default

Thanks everyone for your kind support. Finally, I have set up DataOne access in SuSE and I am posting this from inside SuSE.

However, I am having just one problem. Earlier in Windows, I could view the amount of data transfer by clicking the icon in the system tray. Now is there any way to view the amount of data transfer in the current session from inside linux? Please provide some reply as I am approaching my usage limit fast.

Thanks for any reply.
sourav123 is offline  
Old 20-12-2005, 11:24 AM   #10 (permalink)
In The Zone
 
Join Date: May 2004
Location: ** Hosur ** Operating System:GNU
Posts: 451
Default

http://sourceforge.net/project/showf...roup_id=146520.

Go to the above link and download, Extract to any location.. go into the folder

1. Open the "dataone.pl" script in any editor of your choice.

2. Edit the username and password lines as shown below. Put your username and password in place of $username$ and $password$.After you're done, the lines should be something like: (double-quotes are necessary)
$username = "johnsmith";
$password = "banjoh123";

3. If your network usage is free at certain times, include those times in the line starting with @free_times. Supposing
usage is free from 2AM to 8AM, the @free_times line should be changed to:
@free_times = ("02:00:00","08:00:00");
In the script, an appropriately commented line is provided. Remove the "#" at the beginning of the line to use it.

4. Leave @free_times at it's default setting to disable free usage calculation.
@free_times = ();

5. If your monthly maximum usage is not 1GB (1024MB), then, change it in the line starting with $monthly_quota.

6. Save the file. On the prompt, type this:
perl dataone.pl

And you will get the usage!
Everything Including the above Steps is given along with the file.

__________________
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 20-12-2005, 11:25 AM   #11 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default

There will be some Panel Applet for that. I'm not using KDE or SuSE. Check for the available panel applets
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 27-12-2005, 12:45 PM   #12 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default

Is there any software for TataIndicom Broadband connection (in Linux)? Because they provide only
Windows Software for their modem.
I use a DSL Modem . My speed is 512 kbps.
JGuru is offline  
Old 27-12-2005, 05:00 PM   #13 (permalink)
Broken In
 
gauravnawani's Avatar
 
Join Date: Sep 2004
Location: Bangalore, India
Posts: 154
Default

use rpppoe

http://www.roaringpenguin.com/pengui...poe-3.7.tar.gz

Install it using the gui mode (need root access)
In the giu just give your uname, password
provide eth device (eth0 ) if needed and enable its use for users. dont fill any other setting.

Ten after on use tkppore (Gui) to log on.

It works like charm.
__________________
----------------------------------------------------
Blender India forums
http://www.bestfreeforums.com/forums/blenderindia.html
gauravnawani is offline  
Old 27-12-2005, 08:24 PM   #14 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default

but rp-pppoe is bundled with all major distros...it is named diffrntly like debian using pppoe etc...
praka123 is offline  
Old 28-12-2005, 02:45 AM   #15 (permalink)
Broken In
 
gauravnawani's Avatar
 
Join Date: Sep 2004
Location: Bangalore, India
Posts: 154
Default

As far as I can understand they mod it, to use it according to their choices, this seperate download and installation will not hurt IMO.

I have use it in three distros which didn't game me acces through BSNL connection. Suse10, Ubuntu5.10 and Debian Sarge. While rp-ppoe work like charm.
__________________
----------------------------------------------------
Blender India forums
http://www.bestfreeforums.com/forums/blenderindia.html
gauravnawani is offline  
Old 29-12-2005, 06:31 AM   #16 (permalink)
In The Zone
 
cool_dude_prav's Avatar
 
Join Date: Sep 2004
Location: Chennai
Posts: 353
Default

best in my opinion is to use rp-ppoe which normally comes as default (i think) and let it connect automatically on boot... Configured thro'
Code:
$pppoeconf
Prav.
__________________
The Bloglines of an Angry Indian -
www.angry-indian.com

If only life were as easy as Ctrl+Z (undo) and F4/Ctrl+Y (redo)...
cool_dude_prav 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 icebags
- by clinton
- by topgear
- by trublu

Advertisement




All times are GMT +5.5. The time now is 10:13 AM.


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

Search Engine Optimization by vBSEO 3.3.2