Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »



CLI config

cli config
root@srx320> show configuration security nat
source {
    rule-set nsw_srcnat {
        from zone Internal;
        to zone Internet;
        rule nsw-src-interface {
            match {
                source-address 0.0.0.0/0;
            }
            then {
                source-nat {
                    interface;
                }
            }
        }
    }
}

DHCP server
DHCP Server
root@srx320> show configuration system services dhcp-local-server
group jweb-default-group {
    interface irb.0;
}


root@srx320> show configuration access address-assignment
pool jweb-default-pool {
    family inet {
        network 192.168.1.0/24;
        range jweb-default-range {
            low 192.168.1.2;
            high 192.168.1.254;
        }
        dhcp-attributes {
            name-server {
                8.8.8.8;
            }
            router {
                192.168.1.1;
            }
            propagate-settings ge-0/0/0.0;
        }
    }
}


J-WEB Config
Wizard
Add DNS ( was missing inthe Wizard )





show command




  • No labels