Hi,You have to configure on each PC an IPv6 address. Ex: PC1 FD00:1:1:1::2/64If you want that your PC can ping each other, an IPv6 gateway will be to configure on each PC.The gateway is the IPv6 adress of the router on the same subnet.At this point, ...
Hi,I've found this exercise for GNS3 : https://gns3vault.com/hdlc-ppp/ppp-over-ethernet-pppoeYou don't need an xDSL line from ISP.Is that okay for you ?
Hi, Could you give us more details ?What's the model of your switch ? OSPF is a routing protocol which have to "bind" to L3 interface of your equipment. I'm not sure to understand why you have two vlan.I think you should use interface vlan on your sw...
You can do that : Router0 ip access-list extented PC0permit tcp 192.168.4.2 255.255.255.255 192.168.1.2 eq ftpdeny ip any any interface Fa0/0ip access-group PC0 in Router1 ip access-list extented PC1permit udp 192.168.6.2 255.255.255.255 192.168.1.3 ...