Search found 129 matches

by n0pin
Sun Jun 15, 2014 5:53 am
Forum: Network / Wireless Issues
Topic: TLWR1043ND - Not accepting WAN pings
Replies: 14
Views: 10949

Re: TLWR1043ND - Not accepting WAN pings

I have no idea why It's not working. Have you tried restoring to default settings?
by n0pin
Sun Jun 15, 2014 5:52 am
Forum: Network / Wireless Issues
Topic: Port Forwarding Semi-Issue (Very strange to me)
Replies: 1
Views: 2004

Re: Port Forwarding Semi-Issue (Very strange to me)

You have to put ":" after domain instead of "/" to connect to different ports.
by n0pin
Fri Jun 13, 2014 2:14 am
Forum: Network / Wireless Issues
Topic: TLWR1043ND - Not accepting WAN pings
Replies: 14
Views: 10949

Re: TLWR1043ND - Not accepting WAN pings

Are you pinging the right IP Address? Is you router connected to WAN, or are there any routers before it?
by n0pin
Thu Jun 12, 2014 2:22 am
Forum: Network / Wireless Issues
Topic: TLWR1043ND - Not accepting WAN pings
Replies: 14
Views: 10949

Re: TLWR1043ND - Not accepting WAN pings

Everything seems okay. Can you ping the router from LAN?
by n0pin
Wed Jun 11, 2014 7:48 am
Forum: General Discussion
Topic: Wireless routers question
Replies: 1
Views: 1690

Re: Wireless routers question

Some do, but there are also some which don't.
by n0pin
Wed Jun 11, 2014 7:44 am
Forum: General Discussion
Topic: Over all throttling
Replies: 2
Views: 2284

Re: Over all throttling

Yes.
by n0pin
Wed Jun 11, 2014 7:42 am
Forum: Network / Wireless Issues
Topic: TLWR1043ND - Not accepting WAN pings
Replies: 14
Views: 10949

Re: TLWR1043ND - Not accepting WAN pings

Sorry for late response. Can you also post contents of /etc/config/firewall?
by n0pin
Sat Jun 07, 2014 1:01 pm
Forum: Other Issues
Topic: [solved] install tcpdump?
Replies: 6
Views: 9970

Re: install tcpdump?

Use "-d ram" switch.
by n0pin
Fri Jun 06, 2014 3:45 am
Forum: Network / Wireless Issues
Topic: Limit port forwarding to a specific external ip address
Replies: 2
Views: 2325

Re: Limit port forwarding to a specific external ip address

You could use iptables like that:

Code: Select all

iptables -A INPUT -p tcp --dport 8000 -s 1.2.3.4 -j ACCEPT
iptables -A INPUT -p tcp --dport 8000 -j DROP
Edit them to your needs and put them in /etc/firewall.user.
by n0pin
Fri Jun 06, 2014 3:38 am
Forum: Other Issues
Topic: [solved] install tcpdump?
Replies: 6
Views: 9970

Re: install tcpdump?

You could try to install it into RAM (/tmp) folder, but it will be gone on restart.