|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
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?
|
|
#2
|
|||
|
|||
|
just put static routes in the PC. no programs necessary.
|
|
#3
|
|||
|
|||
|
Quote:
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. |
|
#4
|
|||
|
|||
|
Quote:
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. |
|
#5
|
|||
|
|||
|
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? |
|
#6
|
|||
|
|||
|
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 |
|
#7
|
|||
|
|||
|
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?
|
![]() |
| Viewing: Dev Shed Forums > System Administration > Networking Help > Utilizing 2 internet connections on same pc? HELP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|