cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
353
Views
0
Helpful
3
Replies

Remote Access problems

interconecta
Level 1
Level 1

Hi,

I´m having some problems giving Internet access to my remote users via a Cisco 2621 with 16 async ports, I have no modem or authentication issues, the problem is that once they access the local network they can´t reach the Internet,

We´re only using the router as an access server and going to the internet via a squid proxy server (port 3128) and an IP 10.254.15.18

Is missing something in my configuration?:

version 12.0

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

!

hostname RAS

!

username service password 0 service

memory-size iomem 20

ip subnet-zero

!

interface Ethernet0/0

ip address 10.10.1.1 255.255.0.0

no ip directed-broadcast

!

interface Serial0/0

no ip address

no ip directed-broadcast

no ip mroute-cache

shutdown

!

interface Async33

ip unnumbered Ethernet0/0

no ip directed-broadcast

encapsulation ppp

async mode dedicated

peer default ip address pool default

ppp authentication chap

!

ip local pool default 10.10.0.21 10.10.0.36

ip classless

!

line con 0

exec-timeout 0 0

transport input none

line 33

password Tele2

login local

modem InOut

modem autoconfigure type usr_sportster

transport input all

stopbits 1

speed 115200

flowcontrol hardware

no scheduler allocate

end

I really appreciate your feedback

Joe

3 Replies 3

rsissons
Level 5
Level 5

I think you need a default route pointing to the next hop eg

ip route 0.0.0.0 0.0.0.0

I´ve already try this one:

ip route 0.0.0.0 0.0.0.0 Ethernet0/0

and:

ip default-gateway 10.10.0.254

and the problem persists, I dont know if I need to enable any routing protocol, if this is correct it´d be in the ethernet 0/1, right? for the other hand, Should I consider the proxy as the next hop?

Thanks in advance...

Use a default route pointing to your Proxy's IP.

"ip route 0.0.0.0 0.0.0.0 (Proxy IP)"

Then just make sure the Proxy is set up right (NAT, etc)

Daniel

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: