Hallo zusammen,
Hier die 2 Config Files für die USG3P, für die USG Pro-4 sind die Interfaces in der Sektion Protocols anzupassen.
Bei der USG Pro-4 ist WAN1=eth2, LAN1=eth0, LAN2=eth1, WAN2=eth3.
Die USG 3P hat folgende Zuordnung: WAN=eth0, LAN=eth1, VOIP=eth2.
Gruess
Roli
config.properties
config.system_cfg.1=switch.igmp.header_checking=false
config.gateway.json
{
“firewall”: {
“group”: {
“address-group”: {
“IPTV_Source”: {
“address”: [
“224.0.0.0/4”,
“239.0.0.0/8”,
“195.186.0.0/16”
],
“description”: “IPTV Source”
},
“SCTV2_Source”: {
“address”: [
“213.3.72.0/24”
],
“description”: “SCTV2 Multicast Source”
}
}
},
“name”: {
“WAN_IN”: {
“rule”: {
“3100”: {
“action”: “accept”,
“description”: “allow IPTV Multicast UDP”,
“destination”: {
“group”: {
“address-group”: “IPTV_Source”
}
},
“log”: “disable”,
“protocol”: “udp”,
“source”: {
“group”: {
“address-group”: “SCTV2_Source”
}
}
},
“3110”: {
“action”: “accept”,
“description”: “allow IGMP”,
“log”: “disable”,
“protocol”: “igmp”
}
}
},
“WAN_LOCAL”: {
“rule”: {
“3100”: {
“action”: “accept”,
“description”: “allow IPTV Multicast UDP”,
“destination”: {
“group”: {
“address-group”: “IPTV_Source”
}
},
“log”: “disable”,
“protocol”: “udp”,
“source”: {
“group”: {
“address-group”: “SCTV2_Source”
}
}
},
“3110”: {
“action”: “accept”,
“description”: “allow IGMP”,
“log”: “disable”,
“protocol”: “igmp”
}
}
}
}
},
“protocols”: {
“igmp-proxy”: {
“interface”: {
“eth0”: {
“alt-subnet”: [
“0.0.0.0/0”
],
“role”: “upstream”,
“threshold”: “1”
},
“eth1”: {
“alt-subnet”: [
“0.0.0.0/0”
],
“role”: “downstream”,
“threshold”: “1”
}
}
}
}
}