MT#9837 Add web_int to eth0 on PRO sp2

I hope to move this into installer one day.

Change-Id: I20243ff0037e91ef5cbc55a26702c996f9eb2e33
changes/42/442/1
Alexander Lutay 11 years ago
parent c67b85339e
commit 2d577141a6

@ -1800,7 +1800,7 @@ elif "$PRO_EDITION" ; then
# finalize the --ip=$IP2 from previous run on first node # finalize the --ip=$IP2 from previous run on first node
ngcp-network --host=$THIS_HOST --set-interface=$INTERNAL_DEV --ip=auto --netmask=auto --hwaddr=auto --type=ha_int ngcp-network --host=$THIS_HOST --set-interface=$INTERNAL_DEV --ip=auto --netmask=auto --hwaddr=auto --type=ha_int
# set *_ext types accordingly for PRO setup # set *_ext types accordingly for PRO setup
ngcp-network --host=$THIS_HOST --set-interface=$EXTERNAL_DEV --type=web_ext --type=sip_ext \ ngcp-network --host=$THIS_HOST --set-interface=$EXTERNAL_DEV --type=web_int --type=web_ext --type=sip_ext \
--type=rtp_ext --type=mon_ext --type=rtp_ext --type=mon_ext
# add ssh_ext to all the interfaces of sp2 on sp2 # add ssh_ext to all the interfaces of sp2 on sp2

Loading…
Cancel
Save