cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
536
Views
0
Helpful
4
Replies

Pix 7.0.2 multicast configuration

pviennet
Level 1
Level 1

I have to implement the following config:

Multicast Source inside -> Pix -> outside

I need to be able to forward multicasts from a transmission source on the inside through the pix outside interface.

In earlier version (6.3) I would have done the following config:

multicast interface outside

multicast interface inside

mroute 1.1.1.1 255.255.255.255 inside 224.64.64.128 255.255.255.255 outside

What would be the equivalent config in version 7.0.2?

Thx for your response.

Regards,

Pierre Viennet

pviennet@ib-group.com

4 Replies 4

rsmith
Level 3
Level 3

Global config: "multicast-routing"

Int eth0 (outside?)

ip pim (may be enabled by default when the global command is entered)

ip igmp (same as above)

igmp join-group 224.64.64.128 (if needed)

(enter on inside interface (eth1?) also, very similar to Cisco Router IOS commands)

Ok, just saw the multicast-routing command...

Pim and igmp are enabled by default...

Let me know what you think about the following?

multicast-routing

!

interface Ethernet0

nameif outside

security-level 0

ip address 172.16.8.173 255.255.255.0

igmp static-group 224.64.64.128

!

interface Ethernet1

nameif inside

security-level 100

ip address 1.1.1.1 255.255.255.0

!

!

mroute 1.1.1.1 255.255.255.255 inside

Regards,

Pierre V.

Your inside IP address and Multicast source have the same IP address.

I do not think you need the mroute command, since the multicast is being routed by the PIX (I do not have them anymore). (be sure to turn OFF PIM and igmp on any interfaces not needing multicast, save some processing power, ram, etc.)

Otherwise, all I can say is test it to see if it works!.

MariaMaggio
Level 1
Level 1

Hi Pierre,

I have a problem and I think you can help me.

I want to realize your same configuration:

Multicast Source inside -> Pix -> outside

and I use a Firewall Pix with version 6.3.

The difference is that between inside and outside there isn't only the PIX but university subnet too.

In my Pix I applied the following commands:

multicast interface outside

igmp access-group outside_multicastACL

igmp join-group 233.0.73.29

igmp join-group 233.0.73.30

multicast interface inside

igmp forward interface outside

igmp access-group inside_multicastACL

igmp join-group 233.0.73.29

igmp join-group 233.0.73.30

mroute 1.0.0.8 255.255.255.255 inside 233.0.73.29 255.255.255.255

If I join to the group a computer of the univerity through a VPN all is ok, but if the computer is at my home and I connect it through a VPN the multicast stream doesn't arrive.

What do you think?

Is it possible for you this is caused by another university firewall?

I hope I'm successful to explain the situation.

Regards.

Review Cisco Networking for a $25 gift card