| 326 | |
| 327 | === HTTP on IPv6 === |
| 328 | Your Dept1PC and Dept2PC were unaccessible from the outside network when you are using IPv4 only. Let's see if it is the same with IPv6. We have configure '''lighttpd''' in Dept2PC which is a light weight web server. Lest see whether you can access it from outside. |
| 329 | - Go to Dept2PC and edit the '''/var/www/html/index.html''' |
| 330 | {{{ |
| 331 | vi /var/www/html/index.html |
| 332 | }}} |
| 333 | - Find '''PQRST''' and replace it with your Institute Name |
| 334 | - Save and exit the file |
| 335 | - Open a web browser in your host machine (Your windows or MAC) |
| 336 | - Type http://[2401:dd00:<PQRT>:b220::1] |
| 337 | - You should get a web page. |