Roku HD110 User Guide - Page 109

Proxy servers, Direction connection, Intercepting or transparent proxy

Page 109 highlights

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. 103 • •

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118

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.