Re: talkd through ipmasq

2003-01-19 Thread Paul Johnson
On Sat, Jan 18, 2003 at 12:13:28PM -0500, Stephen Gran wrote: iptables -t nat -A PREROUTING -i eth0 -p any --dport 517 -j DNAT --to-destination 192.168.0.4:517 I also tried -p udp and that didn't work either. Any ideas? Try dumping the port specification - it should be remapped

Re: talkd through ipmasq

2003-01-18 Thread Stephen Gran
This one time, at band camp, Paul Johnson said: I've been trying to get talkd to be redirected from my network's gateway to Ursine so ktalkd can actually be useful. What I've tried so far hasn't worked. iptables -t nat -A PREROUTING -i eth0 -p any --dport 517 -j DNAT --to-destination

talkd through ipmasq

2003-01-17 Thread Paul Johnson
I've been trying to get talkd to be redirected from my network's gateway to Ursine so ktalkd can actually be useful. What I've tried so far hasn't worked. iptables -t nat -A PREROUTING -i eth0 -p any --dport 517 -j DNAT --to-destination 192.168.0.4:517 I also tried -p udp and that didn't work