Forum     

Go Back   Digit Technology Discussion Forum > Software > Software Q&A
Register FAQ Calendar Mark Forums Read

Software Q&A Having trouble with software? Find solutions here


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 20-08-2007, 11:34 PM   #1 (permalink)
Always Fresh!
 
shri's Avatar
 
Join Date: May 2004
Location: Mangalore
Posts: 192
Default LAN and Broadband how to?


There are two PC's in my house. I've a BSNL broadband internet connection.
The net connection is not shared and is usually connected to any one of the PCs (using a cross-cat cable). Sometimes i need to connect the two PC's together to transfer files between them.
Here's what i want to do.
While switching over from the net connection to LAN, i have to manually enter the TCP/IP configuration(IP address). Again for LAN to net, I've to set it to detect settings automatically. Is there by some means I can do this automatically?
(Plz don't suggest buying a network card. Other than this, something in software only).
__________________
BE YOURSELF :)
http://everythingoutthere.co.cc
shri is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 20-08-2007, 11:37 PM   #2 (permalink)
The Devil's Advocate
 
iMav's Avatar
 
Join Date: Mar 2006
Location: Masti Ki Paathshaala
Posts: 7,019
Default Re: LAN and Broadband how to?

buy another lan card ... thts the only suggestion i hav found ...
__________________
"The problem that shows up with the three red lights on the console is a complex interaction with some very complex parts.” - Robbie Bach

http://beingmanan.com
twitter: manan | Last.FM: manan
iMav is offline  
Old 20-08-2007, 11:56 PM   #3 (permalink)
-- No Easter Eggs here --
 
hemant_mathur's Avatar
 
Join Date: Apr 2006
Location: Front of my pc
Posts: 949
Default Re: LAN and Broadband how to?

What's wrong with buying a lan card ?
__________________
E6850 3.0 Ghz, 4gb 667 Mhz RAM, Asus p5n Esli Mobo, Nvidia 8600GT 512mb, 400gb WD HDD, Samsung Syncmaster 920NW, Vista x64
hemant_mathur is offline  
Old 21-08-2007, 12:03 AM   #4 (permalink)
Banned
 
slugger's Avatar
 
Join Date: May 2004
Location: Baudland
Posts: 2,433
Default Re: LAN and Broadband how to?

how do u have a lan w/o lan card
is it wLAN?
slugger is offline  
Old 21-08-2007, 12:28 AM   #5 (permalink)
Always Fresh!
 
shri's Avatar
 
Join Date: May 2004
Location: Mangalore
Posts: 192
Default Re: LAN and Broadband how to?

Its inbuilt Ethernet in both the systems. Buying a lan card will be a waste because one of the PC is of a friend of mine's. He'll be going away in about 4-6 months. Then it'll be redundant.
__________________
BE YOURSELF :)
http://everythingoutthere.co.cc
shri is offline  
Old 21-08-2007, 12:32 AM   #6 (permalink)
King of my own Castle
 
freshseasons's Avatar
 
Join Date: May 2004
Location: Humor and wit.
Posts: 1,249
Default Re: LAN and Broadband how to?

Seriously how bad is having an extra Lan card around.
The cheapest out there costs Rs 180.And even if you consider your friend is moving out after 4 months, still it will serve you better for those very 4 months.
__________________
Never take life seriously. Nobody gets out alive anyway.
freshseasons is offline  
Old 21-08-2007, 12:34 AM   #7 (permalink)
Banned
 
slugger's Avatar
 
Join Date: May 2004
Location: Baudland
Posts: 2,433
Default Re: LAN and Broadband how to?

i think if u connect 1 thru usb and d other thru ethernt den u will have both lan and internet workin simultaneously
slugger is offline  
Old 21-08-2007, 12:35 AM   #8 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: LAN and Broadband how to?

Quote:
Originally Posted by iMav
buy another lan card ... thts the only suggestion i hav found ...
I have one more suggestion. Use linux. Linux kernel supports virtual interfaces. So, I can create as many interfaces as I like. But, that divides the card's available transfer rate.
mehulved is offline  
Old 21-08-2007, 01:38 AM   #9 (permalink)
"The Gentleman"
 
vish786's Avatar
 
Join Date: Sep 2006
Posts: 1,434
Post Re: LAN and Broadband how to?

@shri,
hav u connected modem to ur com using usb or ethernet. ?
tell me ur cables connection.
Quote:
Originally Posted by mehulved
I have one more suggestion. Use linux. Linux kernel supports virtual interfaces. So, I can create as many interfaces as I like. But, that divides the card's available transfer rate.
do u mean ip addresses are configured automatically in linux, later we can switch between any interfaces. ?
Quote:
But, that divides the card's available transfer rate.
??
__________________
"The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense."
- Dijkstra
vish786 is offline  
Old 21-08-2007, 01:55 AM   #10 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: LAN and Broadband how to?

Quote:
Originally Posted by vish786
do u mean ip addresses are configured automatically in linux, later we can switch between any interfaces. ?
No. eg.
eth0 is your interface and it has external ip adress.
You can create
eth0:0, a virtual interface using the same card and it can have internal ip address
I haven't tried 2 external IP's so I don't know what would happen there. Or even 2 internal IP's.
But I believe it should work fine.
mehulved is offline  
Old 21-08-2007, 02:04 AM   #11 (permalink)
"The Gentleman"
 
vish786's Avatar
 
Join Date: Sep 2006
Posts: 1,434
Post Re: LAN and Broadband how to?

Quote:
Originally Posted by mehulved
No. eg.
eth0 is your interface and it has external ip adress.
You can create
eth0:0, a virtual interface using the same card and it can have internal ip address
I haven't tried 2 external IP's so I don't know what would happen there. Or even 2 internal IP's.
But I believe it should work fine.
instead of changing settings everytime in tcp/ip, is can use this option if he has only one ethernet. ?
__________________
"The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense."
- Dijkstra
vish786 is offline  
Old 21-08-2007, 02:08 AM   #12 (permalink)
The blackhole®
 
desai_amogh's Avatar
 
Join Date: Apr 2007
Location: Goa/Pune
Posts: 312
Default Re: LAN and Broadband how to?

Quote:
Originally Posted by mehulved
I have one more suggestion. Use linux. Linux kernel supports virtual interfaces. So, I can create as many interfaces as I like. But, that divides the card's available transfer rate.
tht wudnt make a diff i blive as bsnl will at the most give a rate of 2MBPS & it wud not make a diff for 100/10 mbps card.

another thing he can do is buy a router.
__________________
AMD Athlon II X4 635, MSI 880GMA - E45, Corsair value 2GB x 2, FSP Saga II 500W, APC UPS 600VA, Zebronix Bijli, Logitec Classic Mouse and keyboard
Lumix FZ35 Camera
Blog@ http://amoghdesai.com

+1 < click here to Rep me if I was helpful !
desai_amogh is offline  
Old 21-08-2007, 08:01 AM   #13 (permalink)
Wise Old Owl
 
Join Date: Jun 2004
Location: Delhi
Posts: 1,466
Default Re: LAN and Broadband how to?

Why do u select static ip in first place?
Isn't automatic allocation of dynamic ip,gateway, DNS by widows OS itself easy enough? or does your broadband requirs static IP?

Quote:
Originally Posted by shri
(Plz don't suggest buying a network card. Other than this, something in software only).
I faced the same problem in some offices where I traveled & connected my laptop frequently had static IP setup, I found the following software does save ur profile, but chaging the workgroup & rebooting still may be required in some cases.

Netchange 1.03
google it
Network Profile Manager 1.0.1
http://www.softpicks.net/software/Ne...ager-25062.htm


Net profile switch http://www.jitbit.com/netprofileswitch.aspx

You can search on http://www.softpedia.com/get/Network-Tools/

many such tools are there.

So now when u change the broad band connection to local LAN, just open the software & apply the selected profile & every setting will be applied.

Does that solve ur problem?
__________________
E6300@3.304Ghz,P5B-Dlx Wifi, 4GB Transcend DDR2 800Mhz, XFX 7600GT,Lenovo 20"Widescreen LCD, Seagate SATA2 HDD 1.5TBx2,Sony DVDRW,Creative 4.1 speakers,APC UPS 800VA,Logitech wireless mouse.

Last edited by ranjan2001; 21-08-2007 at 08:07 AM.
ranjan2001 is offline  
Old 21-08-2007, 10:25 AM   #14 (permalink)
Always Fresh!
 
shri's Avatar
 
Join Date: May 2004
Location: Mangalore
Posts: 192
Default Re: LAN and Broadband how to?

Quote:
Originally Posted by vish786
@shri,
hav u connected modem to ur com using usb or ethernet. ?
tell me ur cables connection.
??
Through Ethernet. and the modem has only one Ethernet port.

Quote:
Originally Posted by ranjan2001
Why do u select static ip in first place?
Isn't automatic allocation of dynamic ip,gateway, DNS by widows OS itself easy enough? or does your broadband requires static IP?
for broadband it dynamic ip. so i've to set it to detect settings automatically.
And thx, I'll try the softwares you suggested.

Net profile switch works beautifully. Thanks a lot.
__________________
BE YOURSELF :)
http://everythingoutthere.co.cc

Last edited by shri; 21-08-2007 at 10:25 AM. Reason: Automerged Doublepost
shri is offline  
Old 21-08-2007, 12:34 PM   #15 (permalink)
Booting Nicotine!!
 
spironox's Avatar
 
Join Date: Jan 2004
Location: Paradox Box in the scrap yard
Posts: 313
Default Re: LAN and Broadband how to?

uhmm i am confused dude
__________________
http://spironox.blogspot.com

Rig : Asus P4 p 800SE ( happy )
Netbook : Google chrome Cr-48 Mario !!! now that's what i call lucky & also an iBookG4 (2004)
spironox is offline  
Old 21-08-2007, 01:02 PM   #16 (permalink)
The Devil's Advocate
 
iMav's Avatar
 
Join Date: Mar 2006
Location: Masti Ki Paathshaala
Posts: 7,019
Default Re: LAN and Broadband how to?

@mehul the fellow isnt ready to buy a new lan card and u want him to change his OS .... and for some reason i think they will be playing games over lan which again incase of linux is a '?' ....

and as far as usb connectivity is concerned i did go around the market and found that u get only usb 1 conx and that is not good in perfomance .... even if the pc is redundant a lan card in it wont bother u much .... both pcs are urs so u can easily transfer data and use the other as backup ...

IMHO go for 1 more lan card makes more sense
__________________
"The problem that shows up with the three red lights on the console is a complex interaction with some very complex parts.” - Robbie Bach

http://beingmanan.com
twitter: manan | Last.FM: manan
iMav is offline  
Old 21-08-2007, 01:05 PM   #17 (permalink)
Booting Nicotine!!
 
spironox's Avatar
 
Join Date: Jan 2004
Location: Paradox Box in the scrap yard
Posts: 313
Default Re: LAN and Broadband how to?

are yaar u spend more than 300 bucks in a mall but cant afford a Lan card ..man this is heights


get one more card and do all ur R&D then yarr

if u want one i can send one to you but u need to pay courier charges of 250 hahahah
__________________
http://spironox.blogspot.com

Rig : Asus P4 p 800SE ( happy )
Netbook : Google chrome Cr-48 Mario !!! now that's what i call lucky & also an iBookG4 (2004)
spironox is offline  
Old 21-08-2007, 01:06 PM   #18 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: LAN and Broadband how to?

iMav I didn't address it to him. I just put it up cos you said you weren't aware of any other way.
But, an additional LAN card is the best solution for him. Rs 200-300 for 6 months or so isn't all that bad.
mehulved is offline  
Old 21-08-2007, 01:07 PM   #19 (permalink)
The Devil's Advocate
 
iMav's Avatar
 
Join Date: Mar 2006
Location: Masti Ki Paathshaala
Posts: 7,019
Default Re: LAN and Broadband how to?

thanks for that tip i will try it on slax sometime ...
__________________
"The problem that shows up with the three red lights on the console is a complex interaction with some very complex parts.” - Robbie Bach

http://beingmanan.com
twitter: manan | Last.FM: manan
iMav is offline  
Old 21-08-2007, 06:29 PM   #20 (permalink)
Always Fresh!
 
shri's Avatar
 
Join Date: May 2004
Location: Mangalore
Posts: 192
Default Re: LAN and Broadband how to?

all suggestions under consideration.
software solution working for now...
__________________
BE YOURSELF :)
http://everythingoutthere.co.cc
shri 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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Broadband in Windows V/S Broadband in Linux.. Manshahia Open Source 3 30-05-2007 08:27 PM
Sleepy Broadband Idel Broadband Kaushal Hiwarkar Software Q&A 7 21-05-2007 11:48 PM
Broadband going to get better (???) blackpearl Technology News 61 07-12-2006 05:48 AM
broadband help shaunak Broadband and DTH 2 15-07-2005 08:57 PM

 
Latest Threads
- by chris
- by icebags
- by Tenida
- by Who

Advertisement




All times are GMT +5.5. The time now is 12:04 AM.


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

Search Engine Optimization by vBSEO 3.3.2