(E-Mail Removed) wrote:
> My new internet connection works by me plugging my RJ45 cable from my
> computer to a hole in the wall, ten accessing to a LAN. How secure is
> this method of accessing the internet?
>
> Can those who run the LAN see what i'm doing, what sites I'm visiting,
> what i'm downloading etc.
If the local network runs to a switch, it is unlikely that any other residents,
apart from the owner of said switch, will be able to intercept traffic, as the
switch will not send out traffic to ports to which packets are not addressed.
Broadcast packets, which include microsoft SMB LM announcements, will, however,
leak to all residents. If you have file and printer sharing enabled and no
firewall enabled on that interface, then you have a major security problem
unless you trust the other LAN users.
Furthermore, if the connection you are sharing is a fully routed connection
(i.e. you are not all hiding beind a NAT box) then all of your systems can be
seen from outside.
What is the IP address that the (whatever it is) offers you when you connect to
that port? If it's a 10.x.x.x or 192.168.x.x or othe RFC1918 address, you are
probably hiding behind NAT, although the owner of that NAT box could forward
some incoming connections to you.
You should assume in all cases that the owner of the wires can see what it
travelling over those wires. There are ways to avoid this by tunneling to a
known friendly site via PPP over SSH, using GPG, etc. but the owners of the
wires could object to that, for whatever reasons their terms and conditions of
access may provide, and if they are routinely monitoring their network, doing so
may point the searchlights in your direction real quick.