Questions tagged [tomato]

A small, open-source replacement router firmware.

35 questions
16
votes
2 answers

Per-client DNS servers with DNSMasq

I am running TomatoUSB with DNSMasq to provide DHCP and DNS services for my local network. What I would like to achieve is to provide alternative DNS servers for one or two specific clients on the network based on their IP or MAC (These clients do…
Mike Hughes
  • 161
  • 1
  • 1
  • 3
9
votes
3 answers

Possible? OpenVPN server requiring both certificate- AND password-based login (via Tomato router firmware)

I've been using Shibby's build of Tomato (64k NVRAM version) on my Asus N66U router in order to run an OpenVPN server. I'm curious whether it's possible to setup this OpenVPN server to require both a certificate AND a username/password before a user…
Eric
  • 237
  • 1
  • 6
  • 12
6
votes
1 answer

Tomato firmware - View port 80 traffic

I'm using a WRT54GL router and i've installed the tomato firmware. Is there any shell command or somehting i can use to view all port 80 traffic? I want to se which internal ip has a connection to an external ip. Adress resolving is a plus. Is this…
alexn
  • 375
  • 1
  • 4
  • 10
5
votes
2 answers

dnsmasq & Tomato - Elminate the need for a trailing dot for name resolution

I realize that a trailing dot after a hostname is technically "correct", but it's a pain in the butt to type and is unintuitive for non-technical users. I had DDWRT on a Linksys router of mine many, many years ago, and it resolved local hostnames…
Eric
  • 237
  • 1
  • 6
  • 12
5
votes
4 answers

Does anyone use DD-WRT/OpenWRT etc. at their office?

Does anyone use any of the third party router/AP firmwares (DD-WRT, OpenWRT, Tomato, etc.) in an office environment? How many users does it handle well? How long have you been using it? I understand one of the risks is limited support but the cost…
hyperslug
  • 496
  • 3
  • 11
5
votes
2 answers

TomatoUSB multiple IPs not forwarding

I am trying to use this Guide to enable multiple IPs on TomatoUSB. Our Firewall rules need to NAT and allow a 1to1 to two servers. /usr/sbin/ip addr add 208.x.x.133/30 dev vlan1 /usr/sbin/ip addr add 208.x.x.132/30 dev vlan1 /usr/sbin/iptables…
Jacob
  • 9,114
  • 4
  • 44
  • 56
4
votes
3 answers

Apache listens, but doesn't respond

I'm working on setting up Apache on my router (on which I've installed Tomato, a custom linux-based firmware package). I have succeeded with installing Apache, and believe I have configured it correctly, but cannot get the default "It works!" page…
Wilco
  • 355
  • 5
  • 17
4
votes
1 answer

OpenVPN and TomatoVPN

Wondering if someone can help me with the following. I have updated my Linksys router with TomatoVPN and used the following config: Interface Type:TAP Protocol:UDP Port:1195 Firewall Custom Authorization Mode:Static Key I have then inserted the…
Bill Johnson
  • 301
  • 1
  • 5
  • 14
4
votes
1 answer

How do I block access to LAN through OpenVPN?

I seem to be having the opposite problem of most people who set up OpenVPN: I can't seem to limit VPN clients to just the VPN subnet. Instead, once a client establishes a connection, they're able to access any IP address on my OpenVPN server's LAN,…
Ben D.
  • 308
  • 3
  • 7
4
votes
2 answers

Port forward localhost:port to lan:port using iptables - how?

Is there a way I can map 127.0.0.1:3389 to 192.168.1.2:3389 (with iptables? That is, all connections to localhost:3389 will be redirected to my LAN machine? The reason for that is as follows: my iPhone RDP app can do SSH tunneling but does not…
Mark L.
3
votes
1 answer

Editing router config files by hand

I use the tomato firmware for my router and I'm sick of the web interface. Does anyone know what files correspond to different configurations? The router I use is the Linksys WRT54GL. Example: the firewall is edited in…
devin
  • 1,226
  • 3
  • 20
  • 27
2
votes
2 answers

Potential double NAT problems in an OS X office

We have a Comcast SMC Business Gateway router/modem combo in our office, and it doesn't provide much in the way of diagnostic tools or QoS routing. I want to plug another router with Tomato installed so I can monitor office traffic. This would…
Bryan M.
  • 161
  • 8
2
votes
4 answers

Dual WAN port on a WRT54GL

Is it possible to reconfigure one of the LAN ports on a WRT54GL (running Tomato firmware) to act as a second WAN port? I have the following networks: PPOE connection to ADSL modem (works fine on the normal WAN port) WiFi neighbourhood network (in…
pufferfish
  • 2,660
  • 9
  • 37
  • 40
2
votes
1 answer

Iptables port forwarding for specific host dd-wrt/tomato

i m trying to open ports 5060 and 5004 (udp & tcp) for a specific internal ip (192.168.1.5) but i only want communication over these ports to be between specific external host(s) and deny everything else to this internal IP. i have tried various…
AtulBha
  • 21
  • 2
2
votes
5 answers

QoS for very basic LAN/WiFi network: Do I need SmoothWall or OpenWRT or just good advice?

Here is the basic situation/topology of the network I manage: Residential, but we are a co-op, so we have a business-class contract with ISP. The residents are college students, so there is quite a bit of everything, including P2P (torrenting),…
Anthony
  • 305
  • 4
  • 14
1
2 3