Search found 298 matches

Goto page 1, 2, 3 ... 18, 19, 20  Next
Author Message
  Topic: WRT54GL will not flash *read, i'm not a n00b*
u3gyxap

Replies: 4
Views: 4105

PostForum: Broadcom SoC based Hardware   Posted: Sun Jan 27, 2008 16:07   Subject: WRT54GL will not flash *read, i'm not a n00b*
Flash with mini first!
  Topic: enable/disable WEB GUI via SSH
u3gyxap

Replies: 5
Views: 10766

PostForum: Generic Questions   Posted: Fri Jan 18, 2008 17:13   Subject: enable/disable WEB GUI via SSH
Or, instead of killing the process, you can block the traffic:
for http:
iptables -I INPUT -dport 80 -j DROP
for https:
iptables -I INPUT -dport 8080 -j DROP
to enable back:
for http:
iptables -D INPU ...
  Topic: My GF is on Myspace 24/7! I have an idea...
u3gyxap

Replies: 23
Views: 19995

PostForum: Broadcom SoC based Hardware   Posted: Wed Jan 16, 2008 6:43   Subject: My GF is on Myspace 24/7! I have an idea...
You can make it work 2 seconds and not work the other 10 seconds. Try this:
cat -> myspc
while [ 1 ]
do
iptables -I FORWARD -d 216.178.32.0/20 -j DROP
sleep 10
iptables -D FORWARD -d 216.17 ...
  Topic: Do I have to enable 32MB ram on WL-500gP?
u3gyxap

Replies: 3
Views: 3513

PostForum: Broadcom SoC based Hardware   Posted: Wed Jan 09, 2008 11:10   Subject: Do I have to enable 32MB ram on WL-500gP?
That is normal. It substracts some of the RAM for storage.
  Topic: How can I increase the NAT sessions number above 4096?
u3gyxap

Replies: 7
Views: 8991

PostForum: Broadcom SoC based Hardware   Posted: Mon Jan 07, 2008 21:27   Subject: How can I increase the NAT sessions number above 4096?
You don't need 4096 or more concurrent connections to get 10Mbits.
Make sure your tcpip.sys is patched to handle a lot of connections.
  Topic: How to remove created Firewall rule?
u3gyxap

Replies: 6
Views: 11885

PostForum: Broadcom SoC based Hardware   Posted: Sun Jan 06, 2008 2:38   Subject: How to remove created Firewall rule?
Do this:
iptables -L FORWARD
and see where your rule is. If it is on top, then use 1. If it is second, use 2. And so on.
If you didn't add any rules after, it should be #1 (you used -I)
  Topic: How to block all internet?
u3gyxap

Replies: 14
Views: 12099

PostForum: Broadcom SoC based Hardware   Posted: Fri Jan 04, 2008 13:56   Subject: How to block all internet?
To stop internet for all users:
iptables - I FORWARD -j DROP

To enable back interent for all users, either reboot, or execute:
iptables - D FORWARD -j DROP
  Topic: Please confirm that IPX is supported (or not)
u3gyxap

Replies: 3
Views: 3652

PostForum: Broadcom SoC based Hardware   Posted: Thu Jan 03, 2008 1:37   Subject: Please confirm that IPX is supported (or not)
Not sure about the IPX protocol, but you can simply add a route rule to your WinXP machine to access the print server trough TCP/IP localy.
  Topic: Block All Ports
u3gyxap

Replies: 6
Views: 6042

PostForum: Broadcom SoC based Hardware   Posted: Thu Jan 03, 2008 1:34   Subject: Block All Ports
Sure you can. But you will have to move the lines around a bit.
To enable, the script should be like this:
iptables -I FORWARD -j DROP
iptables -I FORWARD -p udp -d 0/0 --dport 53 -j ACCEPT
iptables - ...
  Topic: Block All Ports
u3gyxap

Replies: 6
Views: 6042

PostForum: Broadcom SoC based Hardware   Posted: Tue Jan 01, 2008 16:13   Subject: Block All Ports
The best way would be to utilize L7 filtering, and to allow http and html traffic only. So p2p programs will not use ports 443 and 80 to swallow all the bandwidth.
  Topic: Block All Ports
u3gyxap

Replies: 6
Views: 6042

PostForum: Broadcom SoC based Hardware   Posted: Tue Jan 01, 2008 12:13   Subject: Block All Ports
A little correction to the post above - the last line "iptables -I FORWARD -j DROP" should NOT be with "-I" but with "-A" instead, so it does not jump to the top of the ...
  Topic: Does the Buffalo WHR-HP-AG108 also have an amp?
u3gyxap

Replies: 3
Views: 3290

PostForum: Broadcom SoC based Hardware   Posted: Sat Dec 29, 2007 8:08   Subject: Does the Buffalo WHR-HP-AG108 also have an amp?
Do you have the FCCID for it?
  Topic: Serial port on Linksys wrt54gl v1.1
u3gyxap

Replies: 6
Views: 6756

PostForum: Broadcom SoC based Hardware   Posted: Wed Dec 26, 2007 14:02   Subject: Serial port on Linksys wrt54gl v1.1
If you mean WRT54GL v.1 - yes it does.
  Topic: Bad WAN port on Linksys WRT54G
u3gyxap

Replies: 9
Views: 10619

PostForum: Broadcom SoC based Hardware   Posted: Mon Dec 24, 2007 0:50   Subject: Bad WAN port on Linksys WRT54G
Port 3 on the nvram does not always relate to port #4 on the switch. Make sure after putting it in the vlan1 you still try by plugging the cable to all other ports, just to see if port 3 is not actual ...
  Topic: Bad WAN port on Linksys WRT54G
u3gyxap

Replies: 9
Views: 10619

PostForum: Broadcom SoC based Hardware   Posted: Sun Dec 23, 2007 1:50   Subject: Bad WAN port on Linksys WRT54G
Execute this:
nvram set vlan0ports="2 1 0 5 *"
nvram set vlanlports="3 4 5"
nvram set vlan1ports="3 4 5"
nvram commit
reboot
This should add a switch LAN port 1 or 4 to a ...
Goto page 1, 2, 3 ... 18, 19, 20  Next
All times are GMT
Navigation
Jump to: