Page 1 of 1

Stupid, Stupid Updater

PostPosted: Tue Jul 11, 2006 10:57 am
by Zancarius
I really hate the downloader/patcher for WoW. It doesn't seem to like my firewall all that much, and I refuse to plug my Windows box directly into the DSL modem...

I think I have all of the ports set correctly (operative word being think):

Code: Select all
[sagittarius:control]# iptables -L -v -n
Chain INPUT (policy DROP 7163 packets, 1980K bytes)
pkts bytes target     prot opt in     out     source               destination
70509   11M ACCEPT     all  --  *      *       127.0.0.1            0.0.0.0/0
14889 2751K ACCEPT     all  --  eth1   *       0.0.0.0/0            0.0.0.0/0           state NEW
1169K  131M ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED
    0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:123 state NEW
    1    60 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:53 state NEW
6134  339K ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:80 state NEW
  453 24332 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:25 state NEW
    0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:143 state NEW
    0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:20 state NEW
   13   620 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:21 state NEW
18333 1102K ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:22 state NEW
    0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:3784 state NEW
1056 51180 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:3724 state NEW
    0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:6112 state NEW
    0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpts:6881:6999 state NEW
    0     0 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0           udp dpt:123 state NEW
3092  218K ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0           udp dpt:53 state NEW
    0     0 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0           udp dpt:20 state NEW
    0     0 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0           udp dpt:21 state NEW
    0     0 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0           udp dpt:113 state NEW
    0     0 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0           udp dpt:3784 state NEW
    2    68 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0           udp dpt:28000 state NEW
  114  4104 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0           udp dpt:28001 state NEW
    0     0 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0           udp dpt:28002 state NEW
    0     0 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0           udp dpt:3724 state NEW
    0     0 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0           udp dpt:6112 state NEW
    0     0 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0           udp dpts:6881:6999 state NEW
    0     0 ACCEPT     icmp --  eth0   *       0.0.0.0/0            0.0.0.0/0           icmp type 0 state NEW
  459 44587 ACCEPT     icmp --  eth0   *       0.0.0.0/0            0.0.0.0/0           icmp type 8 state NEW
    0     0 ACCEPT     icmp --  eth0   *       0.0.0.0/0            0.0.0.0/0           icmp type 11 state NEW


Unless I've borked the iptables forward chain... I can't see why it's not accepting anything.

PostPosted: Tue Jul 11, 2006 11:16 am
by Zancarius
Grr, okay... so adding some forwarding rules didn't help either...

Code: Select all
[sagittarius:control]# iptables -L -t nat
Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination
DNAT       tcp  --  anywhere             anywhere            tcp dpts:6881:6999 to:192.168.2.10
DNAT       tcp  --  anywhere             anywhere            tcp dpt:blizwow to:192.168.2.10


I guess the only option is to let this thing sloooooooooowly download over the course of the next four hours. How I wish they'd use a traditional bittorrent client...

[Edit]

Never mind, it called me a liar. Adding the above rules seemed to have worked.

PostPosted: Thu Jul 13, 2006 1:37 am
by Cephalxn
*stares blankly*

i'm eating chicken chips.