Re: Home LAN/WAN network problem

Daniel Pittman <[email protected]> Mon, 12 Jul 2010 16:28:54 +1000
Newsgroups gmane.org.user-groups.slug.chat
Message-ID <[email protected]>
Philip Rhoades <[email protected]> writes:

> I have re-organised my home LAN/WAN setup (mainly to use default IP address
> ranges of the modems/routers) as shown in the attached diag.

Alas that you picked 10.1.1/24 for your internal network; that may well cause
you regret when you want to VPN in to an employer who also chose the same
range, or get a 3G router, or whatever else, in future.  Much better is to
pick your range like this:

bash -c 'echo "My network is: 10.$((32+RANDOM%192)).$((32+RANDOM%192))/24"'

That gives you a pretty reasonable change of having a unique network block, so
no annoying connectivity problems in the future.

Anyway, unsolicited advice aside ...

> Everything works fine except:
> - I can't ssh from the server to the Netbook (it works fine the other way)

You didn't say where these were connection, so I am guessing that the server
is on the wired network, and the netbook is on wireless, right?

In future, it helps to say that, because now I am just guessing at your
problem.  However: your wireless device shows that it uses the 192.168.1/24
range for "LAN and Wireless", and 10.1.1/24 for "WAN".

On these devices "WAN" usually means "the far side of a NAT layer", which
means that what you are seeing in terms of ssh (from wireless to wired, but
not wired to wireless) is more or less what I would expect.

Personally, I solved this by turning *off* all the routing, DHCP, DNS, etc
features on the wireless router, then plugging a *LAN* port on it into the
switch providing the internal network.

That makes it a wireless bridge, with DHCP served by the server on the LAN,
and no protection at all between wired or wireless clients.  For my set of
risks this was great.

> - I can't print from the server to the printer

I have no idea on this one: how are they wired up?  Which print software are
you using?  How did you configure it?  Can you ping / HTTP to the printer?

Heck, is it a "network sharing" connected USB printer hanging off the router,
or even the wireless AP?

Regards,
        Daniel

-- 
✣ Daniel Pittman            ✉ [email protected]            ☎ +61 401 155 707
               ♽ made with 100 percent post-consumer electrons
-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html