RawIP (perl) and IPv6

2005-09-09 Thread Steven Latre
Hi, I'm modifying an existing perl script that serves as an DHCP Client/Server script so that it uses IPv6 instead of IPv4. That script uses rawip to make ip packets and send them over the network. Is there an IPv6 alternative to RawIP or is it possible to make IPv6 packets with RawIP. And if so,

Re: RawIP (perl) and IPv6

2005-09-12 Thread Steven Latre
= RawIP is not available for IPv6 but the advanced API (RFC 3542) allows to do the same things but in a safer/better way. Regards [EMAIL PROTECTED] PS: BTW DHCPv6 is not really DHCPv4 ported to IPv6, for instance DHCPv6 doesn't need a RawIP feature at all, it runs fully over UDP (and at

Re: RawIP (perl) and IPv6

2005-09-12 Thread Steven Latre
PS: BTW DHCPv6 is not really DHCPv4 ported to IPv6, for instance DHCPv6 doesn't need a RawIP feature at all, it runs fully over UDP (and at least the DHCPv6 implementation I use doesn't need any advanced API capability). Apparently I'm stuck. I'm a total perl newbie and this is somewhat above

IPv6 multicast with perl sockets

2005-09-20 Thread Steven Latre
Hi there! Is there a way to build sockets that listen to certain IPv6 multicast addresses with perl? I googled everywhere but no luck! Thanks! Steven -- - The IPv6 Users Mailing List Unsubscribe by sending unsubscribe users

Re: Tcpdump doesn't print all dhcp6 info

2005-09-21 Thread Steven Latre
Citeren Jeroen Massar [EMAIL PROTECTED]: Steven Latre wrote: Hi again, Sorry that I'm asking two questions at a time. It's just that I'm trying all possibilities. In my script I'm using tcpdump to get some information from the network configuration. Try 'tethereal', which