Results 1 to 5 of 5

Thread: This showed up in my netstat - Plz help the n00b

  1. #1
    Join Date
    Jan 2008
    Beans
    29

    This showed up in my netstat - Plz help the n00b

    Code:
    tcp        0      0 tan-serv.l:microsoft-ds hosted.by.pacificr:1721 ESTABLISHED
    tcp6       0      0 192.168.1.10%32174:5900 192.168.1.5%164563:2799 ESTABLISHED

    Second line is my local vnc connection from a laptop.
    tan-serv is the host name of my ubuntu box.
    I am hoping this is some kind of WINS or domain related stuff for SMB.

    Anyone know what this is?

  2. #2
    Join Date
    Jun 2011
    Location
    Atlanta Georgia
    Beans
    1,769
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: This showed up in my netstat - Plz help the n00b

    Could you give more detailed output via the following command.

    Code:
    sudo netstat -ntpu
    Thanks.

  3. #3
    Join Date
    Jan 2008
    Beans
    29

    Re: This showed up in my netstat - Plz help the n00b

    Code:
    Active Internet connections (w/o servers)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
    tcp        0      0 192.168.1.10:139        173.72.37.186:2470      ESTABLISHED 12278/smbd      
    tcp        0     12 192.168.1.10:445        192.168.1.115:55710     ESTABLISHED 14815/smbd      
    tcp        0      0 192.168.1.10:23         192.168.1.115:23        ESTABLISHED 15352/in.telnetd: c
    tcp        0      0 192.168.1.10:445        216.45.50.151:1721      ESTABLISHED 887/smbd
    Last edited by vociferous666; November 1st, 2011 at 12:36 AM.

  4. #4
    Join Date
    Jan 2008
    Beans
    29

    Re: This showed up in my netstat - Plz help the n00b

    Seems I set up my port forwards wrong and outside clients are connecting to my smb server eek!

    Ill start looking into that.

  5. #5
    Join Date
    Jun 2011
    Location
    Atlanta Georgia
    Beans
    1,769
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: This showed up in my netstat - Plz help the n00b

    In addition to the samba which is a concern, what's up with the telnet connection.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •