Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   can i double connection speed? (https://thetfp.com/tfp/tilted-technology/49241-can-i-double-connection-speed.html)

nukeu666 03-16-2004 11:43 AM

can i double connection speed?
 
is it possible for me to connect 2 lan cards to 2 diff. lan connections on 1 computer to double maximum(at least increase) possible speed assuming rest of the hardware isnt a bottleneck?

ChasingAmy 03-16-2004 11:49 AM

I have always wanted to try that too. One connected to a Cable Internet say, and the other to Dsl. Would be cool if it worked! Hope someone can give you and answer, I have been to lazy to research this, and still am :P lol. Probably b/c I couldnt afford the $80 for both connections.

Later

losthellhound 03-16-2004 11:57 AM

Yes it is possible. I used to work at an ISP and I did a personal project to do this. (Actually I bound a DSL connection and a cable connection together)

Its not easy because you have to manage the following

request is pended for lets say a file, the computer selects the connection that would get the file faster and sends the request.. Now because the request gets sent over the duration, the requests would end up going out through both sources, and the packet would have to be spoofed to come back the right way..

High end routers do this for you, and have the ability to manage two or more ATM ports.. USR had an old product called shotgun that you could use with 56 modems to do it as well

theburner 03-16-2004 11:58 AM

I know this is done on Unix systems, there is actually a software program you can buy that manages it for you. I think it is called Auto-Port Aggregation software or something like that.
No help, but it is possible w/ Unix.

theblackmax455 03-16-2004 02:42 PM

WOW that would be awesome to do.........

Kllr Wolf 03-16-2004 05:52 PM

I Know that tere are routers that up can plug in at least 2 internet connections and it divides the traffic to get the maximum speed from teh multiple connects without getting too much overlapping returns.

Cocktopus 03-16-2004 06:12 PM

I've tried it on a dual port wan router with a T1 and a DSL line. web surfing/downloading was good, but sometimes during a telnet or ssh session the router would send traffic out on both lines. Since the server saw a different IPs and the higher-level stuff on my sys didn't know what was going on, my sessions were killed.

Now, I set the load balancing to 100/0, that way the 2nd connection is used when the primary is down...redundancy.

losthellhound 03-17-2004 06:07 AM

Quote:

Originally posted by Cocktopus
I've tried it on a dual port wan router with a T1 and a DSL line. web surfing/downloading was good, but sometimes during a telnet or ssh session the router would send traffic out on both lines. Since the server saw a different IPs and the higher-level stuff on my sys didn't know what was going on, my sessions were killed.

Now, I set the load balancing to 100/0, that way the 2nd connection is used when the primary is down...redundancy.

Thats the best you can do for it. The other option is to set different ports to different connections, so when there is an http request it goes through one port, and if there is a "file share" request it goes through the other one..

feelgood 03-17-2004 07:27 AM

Isn't there a value in the Hardware profile where you can adjust the amount of data the computer can accept on the network card or something? I've seen somebody doing the same when it comes to adjusting the speed of his internet but I wasn't too sure if that's what he was actually doing...

Cocktopus 03-17-2004 12:11 PM

I think you're taliking about packet size. On fast connections you can increase speed (slightly) by increasing the Maximum Transmission Unit (MTU) size. Larger MTU = Less packet Fragmentation = more efficient data transfer/speed.

I think this was mainly an issue on Win98/Me?. The MTU values on NT/2000/XP are already optimized for LAN/Broadband. In Linux, you can adjust the packet size for services (NFS/SAMBA...) to increase performance.

Cocktopus 03-17-2004 12:18 PM

Quote:

The other option is to set different ports to different connections, so when there is an http request it goes through one port, and if there is a "file share" request it goes through the other one..
I actually thought of that. After a call to the manufacturer (nexland), my suspicions were confirmed. On this particular router, you can only bind ports on incoming traffic, not outbound traffic.

JohnnyRoyale 03-17-2004 12:35 PM

I know BGP (Border Gateway Protocol) was written to do this, but it's usually used on routers. And those routers have to be pretty powerful, since they have to keep large amounts of core routing files for the other BGP routers they talk to.

devnull 03-17-2004 01:26 PM

If you are just one person that will be trying to use the benefits of this, it is almost pointless unless you are doing a massive amount of large file downloads. The benefits of using two broadband connections to increase your up/down throughput would only be seen with a lot of users that are trying to get data at the same time. An ISP would find the benefits of this as they are providing an internet connection for a large number of customers. A single home user would more than likely not see any benefit to this unless they are doing a lot of large file transfers all the time.


All times are GMT -8. The time now is 08:37 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360