HP 635n Practical IPsec Deployment for Printing and Imaging Devices - Page 89

Microsoft Vista/Server 2008: IPsec Configuration via Netsh

Page 89 highlights

Click "Assign". Now printing is protected by IPsec over TCP port 9100. Any other form of printing will be rejected by HP Jetdirect unless the proper IPsec credentials are used. Therefore, other desktop clients cannot bypass the printing protection using another print protocol. Microsoft Vista/Server 2008: IPsec Configuration via Netsh HP Recommend IPsec Policy to Protect Printing for Desktops/Laptops Microsoft's Vista and Server 2008 have introduced a new IPsec wizard that is combined with the Windows Firewall. This snap-in, Windows Firewall with Advanced Security (hereafter: advanced firewall), to MMC provides a much easier to navigate wizard than what we have covered previously. It provides more updated encryption algorithm support such as AES as well as integrated IPv6 support. NOTE: For the best interoperability with HP Jetdirect and Vista, please use Vista with Service Pack 1 or later. Unfortunately, there is no way to specify protocols and port numbers to be protected using the advanced firewall wizard as of the released version of Vista Enterprise. As a result, we have to use the command line netsh utility to do the same thing we did in the last section. Here is how to protect TCP port 9100 to all IP addresses from a command prompt with administrator privileges: netsh advfirewall consec add rule name="P9100" endpoint1=any endpoint2=any protocol=tcp port1=any port2=9100 action=requireinrequireout auth1=computerpsk auth1psk=blah We can see the result of this command via netsh as well. 89

  • 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
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193

89
Now printing is protected by IPsec over TCP port 9100.
Any other form of printing will be rejected
by HP Jetdirect unless the proper IPsec credentials are used.
Therefore, other desktop clients cannot
bypass the printing protection using another print protocol.
Microsoft Vista/Server 2008: IPsec Configuration via Netsh
HP Recommend IPsec Policy to Protect Printing for Desktops/Laptops
Microsoft’s Vista and Server 2008 have introduced a new IPsec wizard that is combined with the
Windows Firewall.
This snap-in, Windows Firewall with Advanced Security (hereafter: advanced
firewall), to MMC provides a much easier to navigate wizard than what we have covered previously.
It provides more updated encryption algorithm support such as AES as well as integrated IPv6
support.
NOTE: For the best interoperability with HP Jetdirect and Vista, please use Vista
with Service Pack 1 or later.
Unfortunately, there is no way to specify protocols and port numbers to be protected using the
advanced firewall wizard as of the released version of Vista Enterprise.
As a result, we have to use
the command line
netsh
utility to do the same thing we did in the last section.
Here is how to protect
TCP port 9100 to all IP addresses from a command prompt with administrator privileges:
netsh advfirewall consec add rule name="P9100" endpoint1=any endpoint2=any protocol=tcp
port1=any port2=9100 action=requireinrequireout auth1=computerpsk auth1psk=blah
We can see the result of this command via netsh as well.
Click
“Assign”.