Created
January 26, 2017 19:41
-
-
Save guitarrapc/6d5e7bd1dfe3fcfe5b9f45902af57e8c to your computer and use it in GitHub Desktop.
Yamaha NVR700W Configuration sample for Nuro Biz
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ip route default gateway 98.76.54.30 | |
ipv6 prefix 1 ra-prefix@lan2::123a:1b:45:6700::/56 | |
ip lan1 address 10.0.0.1/24 | |
ipv6 lan1 address ra-prefix@lan2::1/64 | |
ipv6 lan1 rtadv send 1 o_flag=on | |
ipv6 lan1 dhcp service server | |
switch control use lan1 on terminal=on | |
ip lan2 address 98.76.54.32/26 | |
ip lan2 nat descriptor 1 | |
switch control use lan2 on | |
nat descriptor type 1 masquerade | |
nat descriptor address outer 1 98.76.54.32 | |
nat descriptor address inner 1 auto | |
nat descriptor masquerade incoming 1 reject | |
dhcp service server | |
dhcp server rfc2131 compliant except remain-silent | |
dhcp scope 1 10.0.0.2-10.0.0.100/24 | |
dns server 123.123.123.123 123.123.123.139 | |
dns private name setup.netvolante.jp | |
schedule at 1 */* 00:00:00 * ntpdate ntp.nict.jp syslog | |
analog supplementary-service pseudo call-waiting | |
analog extension dial prefix sip prefix="9#" | |
dashboard accumulate traffic on | |
dashboard accumulate nat on |
Author
guitarrapc
commented
Jan 26, 2017
•
IPv4 Parameter | Value |
---|---|
IPv4 (WAN Port IP Address) | 98.76.54.32 |
Subnet Mask | 255.255.255.192 (/26) |
Default Gateway | 98.76.54.30 |
IPv4 DNS (Primary) | 123.123.123.123 |
IPv4 DNS (Secondary) | 123.123.123.139 |
IPv6 Parameter | Value |
---|---|
IPv6 Prefix(IPv6 Prefix) | 123a:001b:0045:6700::/56 |
IPv6 DNS (Primary) | 123a:0040:0005:0005::33 |
IPv6 DNS (Secondary) | 123a:0040:0005:0006::49 |
LAN Parameter | Value |
---|---|
LAN IP | 10.0.0.1/24 |
LAN DHCP Scope | 10.0.0.2-10.0.0.100/24 |
ntp | ntp.nict.jp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment