
103
•
•
•
•
•
•
8 When prompted, restart BrightSign to finish.
TIP:
You can also copy and paste the following into a text file, and then change the network
settings to match your own. After you make the changes, save the file as AUTORUN.BRS.
REM Start of script
nc = CreateObject("roNetworkConfiguration", 0)
nc.SetIP4Address(192.168.1.200)
nc.SetIP4Netmask(255.255.255.0)
nc.SetIP4Broadcast(192.168.1.255)
nc.SetIP4Gateway(192.168.1.1)
nc.AddDNSServer(192.168.1.1)
nc.AddDNSServer(208.67.222.222 )
nc.AddDNSServer(208.67.220.220)
nc.Apply()
a=RebootSystem()
REM End of script
Proxy servers
There are three ways you might connect the BrightSign to a server on the Internet.
•
Direction connection:
BrightSign has a routeable IP address and is accessible to the outside
world. We do not recommend this configuration.
•
Intercepting or transparent proxy:
BrightSign has a private IP address that is only routeable
within the local network. This configuration is used in most home and corporate networks. We
recommend this configuration.
Comentários a estes Manuais