What does the following line in the modprobe.conf file indicate?
options netconsole
netconsole = [email protected]/eth0, [email protected]/00:0C:A3:35:9C
A.
Netconsole logging is set up to send messages to a server at the IP address 192.168.1.200 by
using the eth0 device.
B.
Netconsole logging is set up to send messages to a server at the IP address 192.168.1.200 by
using the port number 6666.
C.
Netconsole logging is set up to send messages to a server at IP address 192.168.1.200 by
using the UDP port 514.
D.
Netconsole logging is set up for two clients with IP addresses of 192.168.1.200 and
192.168.1.100 on this server.
Explanation:
Example:
options netconsole
[email protected]/eth0,[email protected]/00:1A:A0:D2:55:66
6666=> Server source port
10.0.0.1 => Server IP
eth0 => Server NIC
514=> Client listening port
10.0.0.2 => Client IP
00:1A:A0:D2:55:66 => Client MAC
No answer is correct!
Netconsole will send the messages to server 192.168.1.100 port 514.
Source: ip 192.168.1.200 port 6666
Destination: ip 192.168.1.100 port 514 mac 00:0C:A3:35:9C