"Pan" <(E-Mail Removed)> wrote in message
news

(E-Mail Removed)...
[snip]
> Does anybody know what I might be doing wrong?
You can't avoid NAT on the Netgear unless you have multiple IP addresses
from your ISP [1]. I'm not sure what you did wrong, the only thing I can
think of that isn't ruled out by what you have written is the IP
configuration (you need two separate IP address ranges, else the Linksys
might end up confused).
[1] Not quite true; some routers can be configured to "pass on" the WAN IP
address via DHCP to a single LAN machine. I am not sure how this works but
it is rather unconventional.
> What is the best way to hook up a Netgear DG834G and Thibor 15c in this
> configuration?
Simplest is to connect a LAN port of the Netgear to the WAN port of the
Linksys and configure things something like this:
Netgear:
- NAT enabled.
- Wireless functionality and DHCP server disabled.
- WAN interface configuration as before.
- LAN interface IP address/mask 192.168.0.1/255.255.255.0.
- Forward all ports to 192.168.0.2.
Linksys:
- NAT enabled.
- WAN interface IP address/mask 192.168.0.2/255.255.255.0.
- WAN interface default gateway 192.168.0.1.
- DNS server 192.168.0.1 or ISP's servers.
- LAN interface IP address/mask 192.168.1.1/255.255.255.0.
- DHCP server enabled if desired.
- Wireless functionality configured as desired.
Statically configured LAN machines (connected via Linksys wireless or LAN
ports):
- IP address/mask 192.168.1.x/255.255.255.0, 2 <= x < 255.
- Default gateway 192.168.1.1.
- DNS server 192.168.1.1, 192.168.0.1 or ISP's servers.
It may be possible - depending on the Netgear's capabilities - to have the
Linksys work as a non-NAT router, but there is not much advantage in my
opinion.
Alex