udp - Send datagram from gray ip to white ip -


i have 2 computers, first computer receives interenet via ethernet , gives wi-fi second computer. first computer have etho(not 192.168.x.x) , wlan0(192.168.150.1). second computer have wlan0(192.168.150.5). run simple chat, , have situation
2 computer: message sent 192.168.150.5 192.168.150.1
1 computer: message received 192.168.150.5
1 computer: message recovering 192.168.150.1
of course message not received on second computer. understand sends through eth0 , message not delivered. how can fix situation?

so, situation have 2 computers. 1 computer connected internet via ethernet while supplying internet via wifi adhoc network second computer, correct?

-computer a: 192.168.1.2 (example - ethernet machine) -computer b: 192.168.1.3 (example - adhoc wifi machine) 

you want able send traffic between two, correct?

-computer b: sends message computer -computer a: receives message computer b -computer a: echoes(or replies) message computer b 

is you're trying accomplish? medium trying use? putty? hyper term? own program? wifi adhoc network should not same ip range ethernet network unless made when made static ip adhoc. make sure medium talking right ip , there no conflicts ips...

in summary: operating systems using? applications using? sure ethernet , adhoc ips aren't causing collisions between each other?


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -