On 08/03/2010 08:28 PM, Michael Cronenworth wrote:
> What am I missing?
Missing the -6 switch. Delete my thread. I'm off to hang my head in shame.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo
On 08/03/2010 08:28 PM, Michael Cronenworth wrote:
>
> What am I missing?
1) Pardon the HTML.
2) I forgot to add that IPv4 UDP works fine.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
G
Server:
nc -l -u 64739
Client:
nc -u intranet 64739
nc: Write error: Connection refused
Server:
nc -l 64739
abc
Client:
nc intranet 64739
abc
(both ways works through TCP)
My ip6tables config is allowing all traffic through eth1 (-A INPUT -i
eth1 -j ACCEPT). eth1 being the network card th