Gatecrasher
Reaction score
622

Profile posts Latest activity Postings About

  • Hi there,

    Just read one of your posts so hope u can help me please..

    I am looking for a package where I can get unlimited uploads.. is this even possible?!

    Im want to setup a slingbox with at least a 256k up or better.

    Any suggestions?
    hi sorry about the previous post but I ran out of space. I need to find a solution and you seem to know a lot more than I do about routing and proxies. Do you have a solution that might work for me?

    My thanks in advance
    Rory
    Using the SMC with the 2x DLink 300T's. The SMC load balances my traffic so that when the guys are gaming and some one is using Face Book then my pings doesn't spike. I use 2x adsl lines because of the amount of pc's I have in my shop. I have been using it like this for the past 2 years and it has work 100%.

    What I would like to do is use Route Sentry with a Proxy so that I can save on my bandwidth costs as I am currently using about 60Gb's of traffic a month, of which most of it is local traffic.

    I need Route Sentry to be able to handle multiple lines, the proxy to handle the connections for the pc's on the network and to act as a gateway. I then also need to be able to do the load balancing so that I dont have the ping spike problem with users using Face Book. The other problem that I have is that I need gateway/Route Sentry/Proxy to be able to send the right data back to the correct pc on the same adsl line, otherwise secure sites don't work like, online banking. any ideas?
    iptables -t nat -nvL

    Chain PREROUTING (policy ACCEPT 961 packets, 50342 bytes)
    pkts bytes target prot opt in out source destination
    20 1317 DNAT udp -- * * 0.0.0.0/0 196.209.117.74 udp dpt:61604 to:10.0.0.2
    433 22156 DNAT tcp -- * * 0.0.0.0/0 196.209.117.74 tcp dpt:61604 to:10.0.0.2
    0 0 DNAT icmp -- * * 0.0.0.0/0 41.242.14.196 to:10.0.0.1
    495 23968 DNAT tcp -- ppp0 * 0.0.0.0/0 41.242.14.196 tcp dpt:61604 to:10.0.0.2:61604
    3 285 DNAT udp -- ppp0 * 0.0.0.0/0 41.242.14.196 udp dpt:61604 to:10.0.0.2:61604
    0 0 DNAT tcp -- * * 0.0.0.0/0 41.242.14.196 tcp dpt:7121 to:10.0.0.2
    0 0 DNAT udp -- * * 0.0.0.0/0 41.242.14.196 udp dpt:7121 to:10.0.0.2
    141 6632 TRIGGER 0 -- * * 0.0.0.0/0 41.242.14.196 TRIGGER type:dnat match:0 relate:0
    141 6632 TRIGGER 0 -- * * 0.0.0.0/0 41.242.14.196 TRIGGER type:dnat match:0 relate:0
    94 4663 TRIGGER 0 -- * * 0.0.0.0/0 196.209.117.74 TRIGGER type:dnat match:0 relate:0
    Chain POSTROUTING (policy ACCEPT 447 packets, 23439 bytes)
    pkts bytes target prot opt in out source destination
    589 28983 MASQUERADE 0 -- * ppp+ 0.0.0.0/0 0.0.0.0/0
    0 0 MASQUERADE 0 -- * ppp0 0.0.0.0/0 0.0.0.0/0
    0 0 RETURN 0 -- * br0 0.0.0.0/0 0.0.0.0/0 PKTTYPE = broadcast
    11 1034 MASQUERADE 0 -- * br0 10.0.0.0/24 10.0.0.0/24
    Chain OUTPUT (policy ACCEPT 16 packets, 1785 bytes)
    pkts bytes target prot opt in out source destination


    iptables -t mangle -nvL

    hain PREROUTING (policy ACCEPT 22827 packets, 6708K bytes)
    pkts bytes target prot opt in out source destination
    0 0 MARK udp -- * * 10.0.0.2 0.0.0.0/0 udp spt:61604 MARK set 0x101
    5055 1546K MARK tcp -- * * 10.0.0.2 0.0.0.0/0 tcp spt:61604 MARK set 0x101
    2247 2056K MARK 0 -- ppp0 * 0.0.0.0/0 0.0.0.0/0 MARK set 0x100
    8109 1830K MARK 0 -- ppp1 * 0.0.0.0/0 0.0.0.0/0 MARK set 0x101
    Chain INPUT (policy ACCEPT 35188 packets, 8551K bytes)
    pkts bytes target prot opt in out source destination
    Chain FORWARD (policy ACCEPT 4846K packets, 2582M bytes)
    pkts bytes target prot opt in out source destination
    Chain OUTPUT (policy ACCEPT 2246 packets, 2161K bytes)
    pkts bytes target prot opt in out source destination
    0 0 MARK udp -- * * 10.0.0.2 0.0.0.0/0 udp spt:61604 MARK set 0x101
    0 0 MARK tcp -- * * 10.0.0.2 0.0.0.0/0 tcp spt:61604 MARK set 0x101
    Chain POSTROUTING (policy ACCEPT 4855K packets, 2586M bytes)
    pkts bytes target prot opt in out source destination
    iptables -nvL

    Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
    pkts bytes target prot opt in out source destination
    0 0 ACCEPT icmp -- ppp+ * 0.0.0.0/0 0.0.0.0/0
    0 0 DROP udp -- ppp0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:61604
    0 0 DROP tcp -- ppp0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:61604
    813 59350 ACCEPT 0 -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
    0 0 DROP udp -- ppp0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:520
    0 0 DROP udp -- br0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:520
    0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:520
    0 0 DROP icmp -- ppp0 * 0.0.0.0/0 0.0.0.0/0
    0 0 DROP 2 -- * * 0.0.0.0/0 0.0.0.0/0
    0 0 ACCEPT 0 -- lo * 0.0.0.0/0 0.0.0.0/0 state NEW
    193 47452 logaccept 0 -- br0 * 0.0.0.0/0 0.0.0.0/0 state NEW
    176 8471 DROP 0 -- * * 0.0.0.0/0 0.0.0.0/0
    Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
    pkts bytes target prot opt in out source destination
    6789 3590K TRIGGER 0 -- ppp+ br0 0.0.0.0/0 0.0.0.0/0 TRIGGER type:in match:0 relate:0
    0 0 logaccept udp -- ppp+ * 0.0.0.0/0 224.0.0.0/4 udp
    29 1430 logaccept udp -- ppp1 * 0.0.0.0/0 10.0.0.2 udp dpt:61604
    3176 1035K logaccept tcp -- ppp1 * 0.0.0.0/0 10.0.0.2 tcp dpt:61604
    3 285 DROP udp -- ppp0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:61604
    338 16372 DROP tcp -- ppp0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:61604
    0 0 ACCEPT 47 -- * ppp0 10.0.0.0/24 0.0.0.0/0
    0 0 ACCEPT tcp -- * ppp0 10.0.0.0/24 0.0.0.0/0 tcp dpt:1723
    40 2020 ACCEPT 0 -- br0 br0 0.0.0.0/0 0.0.0.0/0
    0 0 logdrop 0 -- * * 0.0.0.0/0 0.0.0.0/0 state INVALID
    872 42176 TCPMSS tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 tcpmss match 1453:65535 TCPMSS set 1452
    10003 4161K lan2wan 0 -- * * 0.0.0.0/0 0.0.0.0/0
    9446 4134K ACCEPT 0 -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
    1 48 ACCEPT tcp -- * * 0.0.0.0/0 10.0.0.2 tcp dpt:61604
    0 0 ACCEPT udp -- * * 0.0.0.0/0 10.0.0.2 udp dpt:61604
    0 0 ACCEPT tcp -- * * 0.0.0.0/0 10.0.0.2 tcp dpt:7121
    0 0 ACCEPT udp -- * * 0.0.0.0/0 10.0.0.2 udp dpt:7121
    0 0 TRIGGER 0 -- ppp0 br0 0.0.0.0/0 0.0.0.0/0 TRIGGER type:in match:0 relate:0
    556 26739 trigger_out 0 -- br0 * 0.0.0.0/0 0.0.0.0/0
    556 26739 ACCEPT 0 -- br0 * 0.0.0.0/0 0.0.0.0/0 state NEW
    0 0 DROP 0 -- * * 0.0.0.0/0 0.0.0.0/0
    Chain OUTPUT (policy ACCEPT 1201 packets, 1288K bytes)
    pkts bytes target prot opt in out source destination
    0 0 DROP udp -- * ppp0 0.0.0.0/0 0.0.0.0/0 udp spt:61604
    0 0 DROP tcp -- * ppp0 0.0.0.0/0 0.0.0.0/0 tcp spt:61604
    Chain advgrp_1 (0 references)
    pkts bytes target prot opt in out source destination
    Chain advgrp_10 (0 references)
    pkts bytes target prot opt in out source destination
    Chain advgrp_2 (0 references)
    pkts bytes target prot opt in out source destination
    Chain advgrp_3 (0 references)
    pkts bytes target prot opt in out source destination
    Chain advgrp_4 (0 references)
    pkts bytes target prot opt in out source destination
    Chain advgrp_5 (0 references)
    pkts bytes target prot opt in out source destination
    Chain advgrp_6 (0 references)
    pkts bytes target prot opt in out source destination
    Chain advgrp_7 (0 references)
    pkts bytes target prot opt in out source destination
    Chain advgrp_8 (0 references)
    pkts bytes target prot opt in out source destination
    Chain advgrp_9 (0 references)
    pkts bytes target prot opt in out source destination
    Chain grp_1 (0 references)
    pkts bytes target prot opt in out source destination
    Chain grp_10 (0 references)
    pkts bytes target prot opt in out source destination
    Chain grp_2 (0 references)
    pkts bytes target prot opt in out source destination
    Chain grp_3 (0 references)
    pkts bytes target prot opt in out source destination
    Chain grp_4 (0 references)
    pkts bytes target prot opt in out source destination
    Chain grp_5 (0 references)
    pkts bytes target prot opt in out source destination
    Chain grp_6 (0 references)
    pkts bytes target prot opt in out source destination
    Chain grp_7 (0 references)
    pkts bytes target prot opt in out source destination
    Chain grp_8 (0 references)
    pkts bytes target prot opt in out source destination
    Chain grp_9 (0 references)
    pkts bytes target prot opt in out source destination
    Chain lan2wan (1 references)
    pkts bytes target prot opt in out source destination
    Chain logaccept (4 references)
    pkts bytes target prot opt in out source destination
    3398 1084K ACCEPT 0 -- * * 0.0.0.0/0 0.0.0.0/0
    Chain logdrop (1 references)
    pkts bytes target prot opt in out source destination
    0 0 DROP 0 -- * * 0.0.0.0/0 0.0.0.0/0
    Chain logreject (0 references)
    pkts bytes target prot opt in out source destination
    0 0 REJECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp reject-with tcp-reset
    Chain trigger_out (1 references)
    pkts bytes target prot opt in out source destination
    Hey GC ;)

    Long time no see,

    Keep well my friend, have a wonderful week, haven't seen you in the ADSL section for a while, I usually learn a lot from you, so don't be too quiet ;)

    tera
    There is no reason why the Linksys scripts can't run on any linux box. It just needs to be adapted so that it points to the correct application paths, and to have installed any packages that the script requires, ie rp-pppoe. There is also an ipcop thread similar to Linksys thread, which aims to arrive at the same solution.
  • Loading…
  • Loading…
  • Loading…
Top
Sign up to the MyBroadband newsletter