From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
# Navigate to the "Networking" page for your machine. | # Navigate to the "Networking" page for your machine. | ||
# Create a VLAN interface for one of your existing network interfaces. Use any ID you like, the VLAN doesn't need to really work to continue with this test case. | # Create a VLAN interface for one of your existing network interfaces. Use any ID you like, the VLAN doesn't need to really work to continue with this test case. | ||
# | # Switch the new VLAN interface on. | ||
# Observe how it tries to obtain an IP address and either fails or succeeds (depending on whether the VLAN actually exists or not). | |||
# Change the IPv4 configuration of the VLAN interface to have a static IP address. | # Change the IPv4 configuration of the VLAN interface to have a static IP address. | ||
|results= | |results= | ||
No errors should occur. | No errors should occur. | ||
}} | }} |
Revision as of 10:14, 10 September 2014
Description
Create a VLAN interface with Cockpit
Setup
Open Cockpit in your browser as described here.
How to test
- Navigate to the "Networking" page for your machine.
- Create a VLAN interface for one of your existing network interfaces. Use any ID you like, the VLAN doesn't need to really work to continue with this test case.
- Switch the new VLAN interface on.
- Observe how it tries to obtain an IP address and either fails or succeeds (depending on whether the VLAN actually exists or not).
- Change the IPv4 configuration of the VLAN interface to have a static IP address.
Expected Results
No errors should occur.