- run a cmd.exe as administrator
- run route print
- scroll to the top of the output where you have an interface list, and
note the interface number (on the very left) of the interface you want
to route the traffic over
- route add 239.0.0.0 mask 255.0.0.0 0.0.0.0 if [n]
- replace [n] with the interface number
** - the 0.0.0.0 means on-link (no gateway)
- use route add -p [... ] to make a persistent route that lasts across
reboots
--Pritpaul
Thomas Brady wrote:
> Hey all,
>
> I imagine many of you have had success using LCM in Windows. Here's
> my situation. LCM builds fine and I have a simple application that
> publishes a small LCM message. I'm
> using udpm://
239.255.76.67:7667?ttl=1 in the LCM constructor (C++).
>
> However, I don't believe my routing tables are set up right as I'm not
> able to actually see this message anywhere except locally. My router
> is set up for multicast.
>
> The bash line I'm trying to reproduce in Windows is:
> *sudo route add -net 239.0.0.0 netmask 255.0.0.0 dev lo
> *
>
> What I've come up with so far is :
> *route add 239.0.0.0 mask 255.0.0.0 gateway ???*
> *
> *
> Any direction on this is greatly appreciated!
>
> Best,
> Tom
>
> PS: I unfortunately have no choice but to use Windows for this
> application.
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Lightweight Communications and Marshalling" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
lcm-users+...@googlegroups.com.
> To post to this group, send email to
lcm-...@googlegroups.com.
> Visit this group at
http://groups.google.com/group/lcm-users.
> For more options, visit
https://groups.google.com/groups/opt_out.