Multiple IPs on Juniper SRX100 Untrust Port

Posted by Will on Server Fault See other posts from Server Fault or by Will
Published on 2011-01-31T21:49:31Z Indexed on 2011/11/21 1:54 UTC
Read the original article Hit count: 416

Filed under:
|
|

I am having trouble getting multiple IP addresses on the untrust port. I have tried a few different methods, but can't seem to get it to work. Does anyone have a good tutorial that is not easily found or if possible can type up the steps? I don't mind trying to do it through ssh, but would prefer web interface.

Thank you

++++++++++++ Feb 1

 fe-0/0/0 {
    unit 0 {
        family inet {
            dhcp {
                update-server;
            }
        }
    }
}

routing-options {
static {
    route 0.0.0.0/0 next-hop 96.11.173.81;
}

}

Right now it's setup to receive settings from 'cable modem' through dhcp, but I think it's only getting one IP.

© Server Fault or respective owner

Related posts about firewall

Related posts about juniper