02-05-2015 02:55 PM - edited 03-05-2019 12:44 AM
Hi all,
I just configured pppoe server on cisco for clients and working fine, the problem is i don't have connectivity to routers beyond the pppoe server, i have to static route the ip address of the clients in these routers, any suggestions?
Best regards.
Ali layth
02-05-2015 08:35 PM
Hi,
When you configure the static route, are you able to reach the client?. Do you have default GW as your PPPoE server on client?.
Can you share the config from server and "show ip route" fro other router?.
Thanks,
Nagendra
02-06-2015 12:47 AM
Thanks Nagendra for reply,
R1 ip address 100.1.1.2
R2 ip address 100.1.1.1
this is show run results
!
!
!
username ali password 0 ali
archive
log config
hidekeys
!
!
!
!
ip tcp synwait-time 5
ip ssh version 1
!
!
!
bba-group pppoe PPPoE
virtual-template 1
!
!
interface Loopback1
ip address 172.0.0.1 255.255.255.255
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
pppoe enable group PPPoE
!
interface FastEthernet0/1
ip address 100.1.1.2 255.255.255.0
duplex auto
speed auto
!
interface Virtual-Template1
ip unnumbered Loopback1
peer default ip address pool POOL
ppp authentication chap callin
!
ip local pool POOL 172.10.1.2 172.10.1.100
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 100.1.1.1
and this is the route results from R2
Gateway of last resort is not set
100.0.0.0/24 is subnetted, 1 subnets
C 100.1.1.0 is directly connected, FastEthernet0/1
172.10.0.0/24 is subnetted, 1 subnets
S 172.10.1.0 [1/0] via 100.1.1.2
02-06-2015 11:39 AM
Hi,
What is your client?. Is it a router or a PC?. From the client, are you able to ping 172.0.0.1?. Do you have this default GW on client?.
02-06-2015 01:58 PM
Hello Nagendra,
My client is PC, i can ping 172.0.0.1 from the client, and i don't have default GW on the client.
by the way the PPPoE server should be public router and the clients should have NAT, the problem works with NAT with other vendors.
i put this config for nat and it is still not working:
#accesslist 1 permit any
#ip nat inside source list 1 interface fa0/1 overload
#int fa0/1
#ip nat outside
#int f0/0
#ip nat inside
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide