I just started building the server. So I set interface like this


My server have a interface ens34 . it connected my switch G1/0/47



I have 3 vlan



         1、Management        192.168.30.10/24    gw 192.168.30.1  default  gw   
vlan 30

         2、Registration           192.168.20.10/24                              
                             vlan 20

         3、Isolation                 192.168.25.10/24                           
                                vlan 25



----------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------------------------------------------------

My switch is H3C5500EI .I haven't done any ACL yet. it set like this no other 
switch



vlan 20

#

vlan 25

#

vlan 30





interface GigabitEthernet1/0/33        //connect a pc ip is  192.168.20.11/24 
gw 192.168.20.1  static

port link-mode bridge

port access vlan 20

#

interface GigabitEthernet1/0/48    // connect a pc ip is  192.168.30.11/24 gw 
192.168.30.1 static

port link-mode bridge

port access vlan 30

#

interface GigabitEthernet1/0/47   //packetfence connected

port link-mode bridge

port link-type trunk

port trunk permit vlan all

port trunk pvid vlan 30

#

interface Vlan-interface20

ip address 192.168.20.1 255.255.255.0

dhcp select relay

dhcp relay server-select 1

#

interface Vlan-interface25

ip address 192.168.25.1 255.255.255.0

dhcp select relay

dhcp relay server-select 2

#

interface Vlan-interface30

ip address 192.168.30.1 255.255.255.0

#


----------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------------------------------------------------

i connect GigabitEthernet1/0/48 set a ip 192.168.30.11/24 gw 192.168.30.1 with 
a PC



I use 192.168.30.11 PC ping 192.168.30.10 is ok but

I ping 192.168.20.10 is time out

ping 192.168.25.10 time out too



so I start find solution until I no intention to restart centos ,then I ping 
192.168.20.10 it ok .



then I think I Solve this. Life has taken my hand .after 20 min timeout again .



so I find solution again . I find the law of events.when I run systemctl 
restart network . ping 192.168.20.10 it ok .and after 20 min it not work again



I run systemctl restart network . Although the network.service not work ping 
192.168.20.10 it ok.



----------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------------------------------------------------


if i i connect GigabitEthernet1/0/33 set a ip 192.168.20.11/24 gw 192.168.20.1 
with a PC


No matter what I run systemctl restart network or not run . this pc cannot 
communication with any packetfence ip


ping 192.168.20.10 destination host unreachable


ping 192.168.30.10 timeout


ping 192.168.25.10 timeout


----------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------------------------------------------------


I don’t know what happen .or it normal?



Looking forward to your reply

_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to