From: Cam M. <ca...@cs...> - 2007-11-05 23:02:53
|
Yaniv Kaul wrote: > Common configuration errors I've encountered (made): > - Firewall on Machine B > - Wrong MAC for Machine B (typo) > - eth0 on Machine A was not used > - They were not on the same subnet. > > I'd verify with tcpdump that packets are indeed being sent & received. > Use 'tcpdump -i eth0 -n port 12345' to catch those packets. > You can create your own dmesg entries by running something like: > echo 'test' > /dev/kmsg > > HTH, > Y. Thanks Yaniv, those are easy to follow tips. Unfortunately, nothing is being sent (or received) according to tcpdump. Is there a setting or configuration for the network card that may be necessary to get it to work? Thanks, Cam |