Closed Thread
Page 667 of 718 FirstFirst ... 167567617657665666667668669677717 ... LastLast
Results 9,991 to 10,005 of 10770

Thread: [OLD]The Chat/Spam Thread

  1. #9991
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,410
    Activity Longevity
    8/20 19/20
    Today Posts
    0/5 ssss39410
    Quote Originally Posted by Master Razor View Post
    What exactly is the difference between Port Forwarding and Virtual Severs (in my router I only have virtual servers)?
    Port forwarding is a 1:1, fixed port mapping from a external port to a private IP.

    Code:
    Internet <-> 200.1.2.123:12345 (WAN IP) <-> 192.168.1.8:12345 (LAN IP)
    Virtual servers allow mapping a external port to a host behind the router which is listening on a different port. This allows you to have multiple internal hosts listening on the same port and still be reachable from the Internet via different external ports.

    Code:
             <-> 200.1.2.123:12345 (WAN IP) <-> 192.168.1.8:80 (LAN IP)
    Internet <-> 200.1.2.123:12346 (WAN IP) <-> 192.168.1.9:80 (LAN IP)
             <-> 200.1.2.123:12347 (WAN IP) <-> 192.168.1.10:80 (LAN IP)
    If you create a virtual server where the external and internal ports are the same, there is essentially no difference with port forwarding.

    Similar question: what about difference between QoS and Bandwidth Management? Are they the same? Can trafic shaping be done in either of these?
    From what I can tell, bandwidth management allows to restrict ingress and egress speeds.
    QoS means "quality of service" and is a concept in telecommunications, where an attempt to maintain an base, reasonable level of quality and reliability for customer traffic. QoS may use bandwidth management techniques to achieve these goals. They're near-synonyms in that regard.

    I'm trying to do traffic shaping in my router but I guess I can't.
    Care to show a screenshot of these settings in your router?

    Cheaper ones may only allow basic rate limiting and "guaranteeing" of traffic on certain ports and that's it.

    If you haven't done so already, I would check if your router is compatible with DD-WRT, which seems to be the bomb.
    "I just remembered something that happened a long time ago."
    Thanks

  2. Who Said Thanks:

    Master Razor (14.03.13)

  3. #9992
    Click image for larger version. 

Name:	PrYhftt.jpg 
Views:	37 
Size:	148.3 KB 
ID:	13944As fair as I can tell this is the only bandwidth config available. Would the PDF suffice? The router is TP-LINK WRN740N
    Thanks

  4. #9993
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,410
    Activity Longevity
    8/20 19/20
    Today Posts
    0/5 ssss39410
    That's just a global WAN rate limiter, it won't do anything similar to what you were looking for. Try something like http://www.cfos.de/en/cfosspeed/cfosspeed.htm

    I did a search; unless you made a typo on your router model and it's actually WR740N, it's sadly not supposed by DD-WRT.
    "I just remembered something that happened a long time ago."
    Thanks

  5. Who Said Thanks:

    Master Razor (17.03.13)

  6. #9994
    Yeah but cfosSpeed is a software solution. Would of been great if it worked through hardware.

    I've been reading about broadcast storms (i was like ). Imagine a huge network with such a problem...
    Thanks

  7. #9995
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,410
    Activity Longevity
    8/20 19/20
    Today Posts
    0/5 ssss39410
    Quote Originally Posted by Master Razor View Post
    Yeah but cfosSpeed is a software solution. Would of been great if it worked through hardware.
    Get a better router?
    "I just remembered something that happened a long time ago."
    Thanks

  8. #9996

    Join Date
    16.06.10
    P2P Client
    I can haz candy
    Posts
    590
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 ssssss590
    More router projects:
    https://en.wikipedia.org/wiki/List_o...mware_projects
    OpenWrt can be tricky to install. They have an extensive wiki and support for many routers.

    No luck searching for "TP-LINK WRN740N". There is, as anon points out, TL-WR740N, which too is supported by OpenWrt.

    An Argentine pope.
    Thanks

  9. #9997
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,410
    Activity Longevity
    8/20 19/20
    Today Posts
    0/5 ssss39410
    I've always wanted to pick up the phone when someone calls and say "hi, I'd like to order a large fugazzeta pizza with four faina and two cokes, for <street name>".
    "I just remembered something that happened a long time ago."
    Thanks

  10. #9998
    True, it was a typo. I meant TL-WR740N.
    All TP-Link are decent products for those with strict budgets.

    I would add DD-WRT but I'm currently afraid that it'll void my warranty. You can never be too careful.
    Thanks

  11. #9999
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,410
    Activity Longevity
    8/20 19/20
    Today Posts
    0/5 ssss39410
    vBulletin Message
    After much intense calculation, it has been decided that your thread is already in the forum that you wish to move it to.

    Deep Thought should be jealous.
    I like these messages in vB.
    "I just remembered something that happened a long time ago."
    Thanks

  12. #10000
    Moderator
    shoulder's Avatar
    Join Date
    12.04.08
    Location
    I*** D* M*****
    Posts
    4,827
    Activity Longevity
    4/20 19/20
    Today Posts
    0/5 sssss4827
    Quote Originally Posted by Master Razor View Post
    Yeah but cfosSpeed is a software solution. Would of been great if it worked through hardware.
    If you did it on your router using DD-WRT it would still be software based.



    ------------------------------>>>>>>>>>> <<<<<<<<<<------------------------------

    Thanks

  13. #10001

    Join Date
    16.06.10
    P2P Client
    I can haz candy
    Posts
    590
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 ssssss590
    Quote Originally Posted by Master Razor View Post
    True, it was a typo. I meant TL-WR740N.
    All TP-Link are decent products for those with strict budgets.

    I would add DD-WRT but I'm currently afraid that it'll void my warranty. You can never be too careful.
    If you install a custom router firmware, yes it most likely will void the warranty.
    With that said, if you read the manual thoroughly, search extensively on the subject et al, before installing the firmware, there is very little chance you'll get a bricked router.
    Thanks

  14. #10002
    Quote Originally Posted by Gapo View Post
    If you install a custom router firmware, yes it most likely will void the warranty.
    With that said, if you read the manual thoroughly, search extensively on the subject et al, before installing the firmware, there is very little chance you'll get a bricked router.
    I've read quite a few times that you can most likely unbrick it as well using telnet (or something similar? can't recall).
    If you really want to try, but are scared to, look up the unbricking procedure first. If you feel comfy with it, there's less to worry about :)
    g̺̗͙̺l̜̜i͖̦͇̙t͕̲̜c͇̮͕̺̩͎̰̜h͕̦̘
    Thanks

  15. Who Said Thanks:

    Gapo (26.03.13)

  16. #10003
    I'm not talking about bricking it. Let's say there is a mechanical failure with it and you can't restore its original firmware. What do you do then? They won't accept it if an unofficial firmware was installed.
    Thanks

  17. #10004
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,410
    Activity Longevity
    8/20 19/20
    Today Posts
    0/5 ssss39410
    Talking about routers and failures, next Wednesday I have an interview for a goverment network management job
    "I just remembered something that happened a long time ago."
    Thanks

  18. #10005
    Quote Originally Posted by Master Razor View Post
    I'm not talking about bricking it. Let's say there is a mechanical failure with it and you can't restore its original firmware. What do you do then? They won't accept it if an unofficial firmware was installed.
    those usually happen 2 days after warranty has expired anyway
    g̺̗͙̺l̜̜i͖̦͇̙t͕̲̜c͇̮͕̺̩͎̰̜h͕̦̘
    Thanks

Closed Thread
Page 667 of 718 FirstFirst ... 167567617657665666667668669677717 ... LastLast

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •