cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1025
Views
0
Helpful
4
Replies

PPPOE Server

alilayth1989
Level 1
Level 1

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

4 Replies 4

Nagendra Kumar Nainar
Cisco Employee
Cisco Employee

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

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

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?.

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

 

Review Cisco Networking for a $25 gift card