Linux network p1p1 configuration example

 

The example of p1p1 network configuration file

 

   The configuration file example for p1p1 network on Linux Fedora 16 that located under /etc/sysconfig/network-scripts/ directory. 

 

[root@fedora ~]# cat /etc/sysconfig/network-scripts/ifcfg-p1p1

DEVICE="p1p1"

ONBOOT="yes"

NM_CONTROLLED="yes"

TYPE=Ethernet

BOOTPROTO=none

IPADDR0=192.168.1.1

PREFIX0=24

DEFROUTE=yes

IPV4_FAILURE_FATAL=yes

IPV6INIT=no

NAME="System p1p1"

UUID=46e26279-f69b-daf5-1b79-d03677b7178d

GATEWAY0=172.16.160.129

DNS1=172.16.160.5

DNS2=172.16.160.10

HWADDR=00:1B:11:B4:0E:80

[root@fedora ~]#

 

 

 

 

Please note :- that this network configuration example tested on Linux Fedora 16 machine... the output may vary base on your machine use, operating system and command version

 

Keywords:  p1p1, p1p1 network, p1p1 example, p1p1 configuration example

 

aaaaaaaaaaa