Announcement

Collapse
No announcement yet.

[solved] Any network experts able to help me?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [solved] Any network experts able to help me?

    Hi all,

    I decided to experiment with creating a home network, using a spare computer with 9.04 installed as a server. Like many people, I've got a router sharing my ADSL connection, so all the computers at my home have 192.168.2.xx IP addresses.

    I've got everything working so that within the network (i.e., at home) I can view webpages from my server, ssh into it, and connect with SAMBA, if I use the internal IP address (currently 192.168.2.8). To be honest, I'm feeling pretty pleased with myself - especially for getting SAMBA working!

    The issue is connecting to the server from outside. I have set up port forwarding on my router so that requests that reach it from outside on parts 80 (http), 21 (ftp) and 22 (ssh) get directed to the server. And, indeed, from outside my home I can view webpages from the server either by going to the router's external IP address or by visiting a domain name which points to this. I can also ssh using the same routes. But at the moment I can't work out how to access SAMBA from outside the house.

    Any of you experts got a suggestion? I'm clearly overlooking something, but am enough of a network noob that I can't work out what it is.

    #2
    Re: Any network experts able to help me?

    I think it uses ports 137-139
    http://www.math.temple.edu/computing/samba.html

    (Although IANAE)

    Comment


      #3
      Re: Any network experts able to help me?

      I can confirm ports 137 and 138 as the ports used by the windows VMs on my internal network. Don't forget the protocol is UDP and not TCP.
      linux && bash = "the future"

      Comment


        #4
        Re: Any network experts able to help me?

        Thanks, lmilano, that worked.

        Edit: ukchucktown: I saw your post after I tried it. It's working for me with TCP, for some reason...

        Comment


          #5
          Re: Any network experts able to help me?

          Great, could you please edit the original title and add [SOLVED]? Thanks!

          Comment


            #6
            Re: Any network experts able to help me?

            You might want to have a look at the link I pasted and make sure all your bases are covered. It explains a samba specific configuration for iptables. Believe me, I'm no expert either, iptables and routing can be a headache sometimes if you're in a hurry.

            http://troy.jdmz.net/samba/fw/

            linux && bash = "the future"

            Comment

            Working...
            X