Find the answer to your Linux question:
Results 1 to 3 of 3
Hi, I have netcat installed on my Fedora 9 (VM) machine, with local ip address 192.168.186.128. then i run netcat as Code: nc -l 62323 where 62323 is any random ...
  1. #1
    Just Joined!
    Join Date
    Mar 2007
    Posts
    29

    Telnet | Netcat problem

    Hi,

    I have netcat installed on my Fedora 9 (VM) machine, with local ip address 192.168.186.128. then i run netcat as

    Code:
    nc -l 62323
    where 62323 is any random port.

    I have enabled telnet on windows 7 (host of vm machine) to connect to the netcat server. via this command
    Code:
    telnet 192.168.186.128 62323
    but it does not work.

    for testing i have did following things.
    - disabled the iptables firewalls on fedora vm machine (service iptables stop)
    - tried to ping both machines from each other and they were pinging properly.

    Could someone tell why i am not able to do such a basic communication? Please?

  2. #2
    Just Joined!
    Join Date
    Mar 2010
    Location
    Mountain View, CA
    Posts
    24
    check the netcat configuration file and verify the error log

  3. #3
    Just Joined!
    Join Date
    Mar 2007
    Posts
    29
    Quote Originally Posted by linuxsupport View Post
    check the netcat configuration file and verify the error log
    where is conf and log file located ?

Posting Permissions

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