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 ...
- 03-18-2010 #1Just 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
where 62323 is any random port.Code:nc -l 62323
I have enabled telnet on windows 7 (host of vm machine) to connect to the netcat server. via this command
but it does not work.Code:telnet 192.168.186.128 62323
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?
- 03-18-2010 #2Just Joined!
- Join Date
- Mar 2010
- Location
- Mountain View, CA
- Posts
- 24
check the netcat configuration file and verify the error log
- 03-18-2010 #3Just Joined!
- Join Date
- Mar 2007
- Posts
- 29


Reply With Quote
