Networking Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationNetworking Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here!
  #1  
Old July 11th, 2004, 06:52 PM
elementalwindx elementalwindx is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Location: Wilmington, NC
Posts: 157 elementalwindx User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 55 m 45 sec
Reputation Power: 6
Send a message via AIM to elementalwindx Send a message via Yahoo to elementalwindx
Utilizing 2 internet connections on same pc? HELP

hey anyone here know of any programs that will sort what programs use what internet connection to use on a pc? say i have 2 internet connections on the same pc and i wanted to use both connections, any programs that will let me do that?

Reply With Quote
  #2  
Old July 11th, 2004, 07:12 PM
juniperr juniperr is offline
network dude
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Dec 2003
Posts: 1,679 juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 6 Days 21 h 55 m 2 sec
Reputation Power: 85
just put static routes in the PC. no programs necessary.

Reply With Quote
  #3  
Old July 11th, 2004, 07:34 PM
elementalwindx elementalwindx is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Location: Wilmington, NC
Posts: 157 elementalwindx User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 55 m 45 sec
Reputation Power: 6
Send a message via AIM to elementalwindx Send a message via Yahoo to elementalwindx
Quote:
Originally Posted by juniperr
just put static routes in the PC. no programs necessary.


how do i setup static routes?

btw this is on a win2k laptop with wireless b and lan trying to use both at same time.

Reply With Quote
  #4  
Old July 12th, 2004, 12:00 AM
juniperr juniperr is offline
network dude
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Dec 2003
Posts: 1,679 juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 6 Days 21 h 55 m 2 sec
Reputation Power: 85
Quote:
hey anyone here know of any programs that will sort what programs use what internet connection to use on a pc?


just open a command prompt and type "route ?" without the "" follow the instructions. basicly if program one connects to 10.1.1.1 and you want it to use gateway 192.168.1.1 type

route add 10.1.1.1 255.255.255.255 192.168.1.1

and if app 2 you want to connect to 172.16.1.1 through your other connection type

route add 172.16.1.1 255.255.255.255 192.168.1.2

now the first app will send out through internet connection 192.168.1.1 and app 2 will use internet connection 192.168.1.2.

Reply With Quote
  #5  
Old July 12th, 2004, 06:03 PM
elementalwindx elementalwindx is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Location: Wilmington, NC
Posts: 157 elementalwindx User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 55 m 45 sec
Reputation Power: 6
Send a message via AIM to elementalwindx Send a message via Yahoo to elementalwindx
is there any way to do that by ports? insteadof IP's? Like limewire can solely use one connection to dl and send, and everything else can go thru the other connection?


PS this is the routing table:

C:\Documents and Settings\laptop1>route PRINT
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x1000003 ...00 04 76 51 a6 65 ...... 3Com 10/100 Mini PCI Ethernet Adapter
0x3000004 ...00 0c 41 c1 c8 f0 ...... Realtek RTL8180 Wireless LAN (Mini-)PCI NI
C
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 24.211.224.1 24.211.224.80 1
0.0.0.0 0.0.0.0 192.168.0.1 192.168.0.2 1
24.211.224.0 255.255.240.0 24.211.224.80 24.211.224.80 1
24.211.224.80 255.255.255.255 127.0.0.1 127.0.0.1 1
24.255.255.255 255.255.255.255 24.211.224.80 24.211.224.80 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.0.0 255.255.255.0 192.168.0.2 192.168.0.2 1
192.168.0.2 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.0.255 255.255.255.255 192.168.0.2 192.168.0.2 1
224.0.0.0 224.0.0.0 24.211.224.80 24.211.224.80 1
224.0.0.0 224.0.0.0 192.168.0.2 192.168.0.2 1
255.255.255.255 255.255.255.255 24.211.224.80 24.211.224.80 1
Default Gateway: 192.168.0.1
===========================================================================
Persistent Routes:
None



192.168.0.2 is the wireless and 24.211.224.80 is the LAN cable internet.

ALSO by looking at this routing table doesn't it mean that both connections are being combined? justing by the 0.0.0.0 routes?

Reply With Quote
  #6  
Old July 18th, 2004, 10:39 PM
juniperr juniperr is offline
network dude
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Dec 2003
Posts: 1,679 juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 6 Days 21 h 55 m 2 sec
Reputation Power: 85
I dont know of anything that can do it by port.
also, the 0.0.0.0 means it is the default gateway for each NIC.
NIC 1 default gateway is 24.211.224.80...

0.0.0.0 0.0.0.0 24.211.224.1 24.211.224.80 1

NIC 2 default gateway is 192.168.0.2....

0.0.0.0 0.0.0.0 192.168.0.1 192.168.0.2 1

Reply With Quote
  #7  
Old July 19th, 2004, 09:04 AM
elementalwindx elementalwindx is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Location: Wilmington, NC
Posts: 157 elementalwindx User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 55 m 45 sec
Reputation Power: 6
Send a message via AIM to elementalwindx Send a message via Yahoo to elementalwindx
is there any way to set it so ip's thru 1.1.1.1 -100.255.255.255 will work on nic 1 and ip's thru 101.1.1.1 - 255.255.255.255 will work on nic 2? :-\ without manually typing every single ip into a hosts list?

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationNetworking Help > Utilizing 2 internet connections on same pc? HELP


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway