Thanks my man, so my understanding is;
ASDL Page
Get automatically from ISP
LAN Page
IP: 1.1.1.8
subnet: 255.255.255.248
Then assign public IPs to the VPN firewalls via than LAN page?
We do have a cisco modem/router/firewall, but we can't get ADSL to connect on it![]()
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname HOSTNAME_HERE
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
enable secret 0 PASSWORDHERE
!
no aaa new-model
!
resource policy
!
ip cef
!
bridge irb
!
no ip dhcp use vrf connected
!
no ip domain lookup
!
username USERNAME_HERE pri 15 secret PASSWORD_HERE
!
!
!
interface FastEthernet0
no shut
!
interface FastEthernet1
no shut
!
interface FastEthernet2
no shut
!
interface FastEthernet3
no shut
!
interface FastEthernet4
no shut
!
interface FastEthernet5
no shut
!
interface FastEthernet6
no shut
!
interface FastEthernet7
no shut
!
interface FastEthernet8
no shut
!
!
!
interface Vlan1
ip address xxx.xxx.xxx.xxx 255.255.255.248
no shut
!
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
pvc 0/83
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
!
interface Dialer0
ip unnumbered Vlan1
encapsulation ppp
dialer pool 1
no cdp enable
ppp authentication chap pap callin
ppp chap hostname SOMETHING@SOMETHING
ppp chap password 0 ADSLPASSWORD_HERE
!
!
!
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
!
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
control-plane
!
line con 0
login local
line aux 0
line vty 0 4
login local
line vty 5 15
login local
!
end
Cheers my man.
Er, how do I get this config on the thing?![]()