Quantcast
Channel: LinksysInfo.org
Viewing all 13032 articles
Browse latest View live

freshtomato - tor routing only for .onion

$
0
0
Hi.

Asus RT-N16, freshtomato 2020.5 MIPSR2 K26 USB AIO.

1. Advanced - TOR Project - Enable Tor = 1
2. Advanced - TOR Project - Only solve .onion/.exit domains = 1
3. Advanced - DHCP/DNS - Solve .onion using Tor = 1
4. (after reading log errors about DNS-rebind; should be fixed maybe) Advanced - DHCP/DNS - Prevent DNS-rebind attacks = 0

Waited an hour, got "daemon.notice Tor[xxx]: Bootstrapped 100% (done): Done". Onion domains are resolved, then "Connecting..." and browser timeout...

freshtomato - tor routing only for .onion

R6400v2 lost MAC data and strange behavior with 2020.3

$
0
0
So, my R6400v2 got bricked and I seem to have lost all MAC address data. Here is what happened: I noticed that the power LED was orange unlike the usual white a few hours ago. A reset led to the same issue. After the reset, I noticed that the LAN MAC was now 00:ff:ff:ff:ff! So I did an NVRAM clear and reset. The router was then stuck in a boot loop and would not start up. Did all the usual, 30/30/30, let it cycle for 20 min, tftp upload; nothing worked. I thought it was bricked and I...

R6400v2 lost MAC data and strange behavior with 2020.3

NETGEAR WNDR3700v3 FreshTomato successful flash?

$
0
0
Is anyone successfully using Fresh Tomato on a NETGEAR WNDR3700v3? If so, what version?

Fresh Tomato has several Stable and Beta versions listed but I tried stable-2019.2, beta-2019.3.18, and beta-2019.3.220, all brick my router. You can't recover a WNDR3700v3 with just TFTP either, you have to interupt the start up through the serial connection and put it in TFTP mode.

User @tDk2000 had a similar issue and posted about it here: (edit: link previews are wrong, you have...

NETGEAR WNDR3700v3 FreshTomato successful flash?

Help with R7000 on freshtomato 2020.5 with iptables and random shutdowns.

$
0
0
Hi Everyone,

Let me give you a little back story here, I have a Pi-Hole working as DHCP and DNS server and wanted to route all DNS traffic through it. So I used below config:

Code:
iptables -t nat -A PREROUTING -i br0 -p udp ! --source 192.168.0.10 ! --destination 192.168.0.10 --dport 53 -j DNAT --to 192.168.0.10
iptables -t nat -A PREROUTING -i br0 -p tcp ! --source 192.168.0.10 ! --destination 192.168.0.10 --dport 53 -j DNAT --to 192.168.0.10
192.168.0.10 = pihole

But...

Help with R7000 on freshtomato 2020.5 with iptables and random shutdowns.

E2500 V2 network slowdown + wi-fi disconnection + router auto reboot

$
0
0
Hello.
I´m using an E2500v2 router with freshtomato-E2500-NVRAM32K_RT-N5x-MIPSR2-2020.3.029-beta-Max firmware
For no apparent reason, two or three times a day the network slows down (the internal network, the LAN). I can test this because I have a MyCloud and the videos I play from there are interrupted. After this, the wifi disconnects on all devices, and returns after a couple of minutes. When I look at the log I see that it starts with the date "Dec 31 21:00:08" and then updates to the...

E2500 V2 network slowdown + wi-fi disconnection + router auto reboot

OpenVPN issue

$
0
0
2020.5 ON NETGEAR R6300V2 TAP VPN client won't start. Works fine on 2019.3 build am using on backup router.
Jul 19 07:35:47 trlr2 kern.info kernel: device tap12 entered promiscuous mode
Jul 19 07:35:47 trlr2 kern.info kernel: ADDRCONF(NETDEV_UP): tap12: link is not ready
Jul 19 07:35:47 trlr2 daemon.notice openvpn[4711]: OpenVPN 2.4.9 arm-unknown-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jul 15 2020
Jul 19 07:35:47 trlr2 daemon.notice openvpn[4711]: library...

OpenVPN issue

Stubby issue on 2020.5 ?

$
0
0
I can't get on the internet with 2020.5 AIO. I'm running a Asus AC68U. I upgraded from 2020.3 AIO. Reset to defaults after upgrading. Manually reconfigured everything but can't get on the internet. My internet connection is DHCP. Overview page says I have an IP address but can't connect anywhere. I released/renewed IP several times but still nothing. I rolled back to 2020.3 to post here.

Wired ethernet bridge to guest network?

$
0
0
I have two routers running FreshTomato 2020.5. The main one is 192.168.1.1. The secondary one is on the other side of the house and is bridged to the first; it has an IP of 192.1.2, has DHCP disabled, has 192.168.1.1 for the default gateway, and has wifi configured as an access point with the same SSID and WPA2 credentials as the main router. The two routers are connected with CAT6, each to a LAN port (secondary router has nothing connected to the WAN port). This all works fine; I can...

Wired ethernet bridge to guest network?

Watchdog for OpenVPN client - Poll interval or is there better way?

$
0
0
Hi,
Doing research I found that "poll interval" option supposed to be a kind of watchdog for OpenVPN client.
Problem is, that some people wrote it doesn't work.
Does anybody knows, how to keep VPN connected and how to avoid traffic to leak?
Thanks,

WAN DHCP renewal issue - udhcpc logic error

$
0
0
I'm having an issue with my ISP not renewing DHCP leases properly. In a nutshell, the DHCP server (whose IP address is included in the ACK packet) is ignoring unicast DHCPREQUEST packets. My ISP refuses to explain why this is happening, only that this is the behavior they want. The only way to renew the lease is to broadcast the DHCPREQUEST packet. I have solved this problem by using the following IPTABLES entry:

iptables -t nat -A OUTPUT -d 7.0.0.0/255.0.0.0 -o vlan2 -p udp -m udp...

WAN DHCP renewal issue - udhcpc logic error

Prevent user from using custom DNS and bypassing router DNS

$
0
0
Hi ,
I have custom DNS servers setup in my router config (Basic>Network>Manual>DNS servers 1.1.1.3 and 1.0.0.3) and I have the Intercept DNS port checked (under Advanced>DHCP/DNS) but still it appears that a user can enter a custom DNS on their computer and bypass my router setup. Is there a way to force user to always go through my router DNS. I have tried the suggestions in this...

Prevent user from using custom DNS and bypassing router DNS

CFE Best Practice - R7000?

$
0
0
Good afternoon,

I recall seeing some back and forth on the main FreshTomato-ARM about CFE's -- more specifically, at one point it was recommended to use xvortex's CFE rather than stock -- but then from what I recall, that was causing issues in the newer releases, and everyone was encouraged to use stock again...

I recently flashed an EA6900 where I had _no_ choice but to use xvortex's CFE and everything seems to be working fine. Am I out to lunch with the first statement? Or, is there...

CFE Best Practice - R7000?

Avahi Tutorial: Configuring a Reflector (aka, mDNS repeater)

$
0
0
This is a brief tutorial describing how I recently enabled network discovery between the devices on my IOT (br2) and private (br0) networks.

As you may already be aware, network discovery does NOT typically work across network boundaries. And so if you segregate your network devices between the private and other networks (typically guest and IOT) for reasons of security/privacy, it comes at the loss of network discovery. This can prove particularly troublesome when you want to cast from...

Avahi Tutorial: Configuring a Reflector (aka, mDNS repeater)

Freshtomato on Router with VPN + Pi-Hole: dns resolution unavaillable

$
0
0
I'm trying to setup my router with Freshtomato and a constant connection with NordVPN (this part seems to work already). Now I also want to add a Pi-Hole to my setup (complete with Unbound and Hyperlocal) to use as DNS-server and intranet-wide ad-blocker.

While trying to install the pi-hole software on my Raspi, I encountered the problem:
"DNS resolution not availlable" or "DNS resolution currently unavaillable". One forum thread concerning DD-WRT said that...

Freshtomato on Router with VPN + Pi-Hole: dns resolution unavaillable

Flash emergency room to dir868l

$
0
0
Hi,

First port here, hope it's in the right forum.

I got an OOL dir-868l that was left over by an OOL tech from a router swap at a client of mine (hopefully not considered theft), I flashed it to FreshTomato 2020.4 using TTL and it's working great.

Because the router was originally an OOL router it doesn't have the emergency room. Is there a way I can get flash it back? I assume it's a partition (Just like...

Flash emergency room to dir868l

Disabling wifi 2.4 GHz deactivates USB3 port in R7000

$
0
0
Hi everyone

I've just bought an R7000 and installed FT 2020.5. What I've almost immediately noticed is when I disable wifi 2.4 GHz USB3 port deactivates as well, i.e. an usb stick mounted under /opt disappears and I can't mount it (special device /dev/sda1 does not exist) until I enable wifi 2.4 again. It's a big draw back to me since I want to disable wifi at night and when I'm at work. Disabling wifi 5 GHz does not affect the USB3 port nor both wifis deactivation affects the USB2 port. I...

Disabling wifi 2.4 GHz deactivates USB3 port in R7000

DNS issues on Ubuntu after FreshTomato installation

$
0
0
I just installed FreshTomato 2020.5 on my Netgear R7000 router and whenever I ping my LAN devices from my Ubuntu PC I get a DNS error like this....

$ ping xbox
ping: xbox: Temporary failure in name resolution

It doesn't matter what I ping on my LAN network, I always get this same error. However, I can ping WAN hostnames just fine. ping google.com works perfectly. At first I thought it was a FreshTomato configuration problem but then I found out that I can ping my LAN devices perfectly...

DNS issues on Ubuntu after FreshTomato installation

XVortex or AdvancedTomato on EA6900 v1/v1.1 without 32k bug (renew)

Howto disassociate client from WiFi

$
0
0
Everything has been working great now guys. Wifi clients are disassociated as soon as they leave. Therefore I have just donated another 10 bucks.

I have 1 last issue. Are there any plans for having multiple access points dissasociated a client if they are closer to a different access point. I do a lot of work with esp8266s and there is a promiscuous mode that allows you to look at all of the wifi clients available and their associated signal strength. I dont know if the drivers are written...

Howto disassociate client from WiFi

Tenda AC15 (AC1900) - Tomato firmware support

$
0
0
Interesting ac1900 router released recently by Tenda and is on sale for $80. It uses the same bcm4708A0 and bcm4360 chips as Asus RT-AC68U, and the appearance is very similar too. Wonder if anyone had any success with the ac68u Shibby release on it?
Viewing all 13032 articles
Browse latest View live