Ok, so my Be line is activated, and I'm trying to get my Cisco 877 working on it. Be seem to have screwed up shipping my BeBox and info to me, so don't have anything to work with. I've asked for 8 static IP addresses and had to phone up the tech support to get what they were.
So, I followed a few guides on the internet about setting up the correct ATM0 and ATM0.1 interface. The interface comes up great, and the sh dsl interface command tells me that I'm synched at 16400 kbps down and 1188kbps up. The problem is getting connectivity. I've been told that the ip addresses I have are 93.97.176.164-171. However, looking at the various subnet calculators, this seems to span across the 93.97.176.160/29 and 93.97.176.168/29 subnets. So is this correct, or has the tech support guy told me wrongness?
If I configure the ATM0.1 interface with the address of 93.97.176.164 255.255.255.248, I can ping the endpoint, which I was told was 93.97.176.1. However, I can't ping anything else on the internet. If I set it to dhcp, I don't get an ip address.
I don't have my exact config to hand (I'm at work, it's at home), but the relevant bits look something like:
So, I followed a few guides on the internet about setting up the correct ATM0 and ATM0.1 interface. The interface comes up great, and the sh dsl interface command tells me that I'm synched at 16400 kbps down and 1188kbps up. The problem is getting connectivity. I've been told that the ip addresses I have are 93.97.176.164-171. However, looking at the various subnet calculators, this seems to span across the 93.97.176.160/29 and 93.97.176.168/29 subnets. So is this correct, or has the tech support guy told me wrongness?
If I configure the ATM0.1 interface with the address of 93.97.176.164 255.255.255.248, I can ping the endpoint, which I was told was 93.97.176.1. However, I can't ping anything else on the internet. If I set it to dhcp, I don't get an ip address.
I don't have my exact config to hand (I'm at work, it's at home), but the relevant bits look something like:
Code:
interface ATM0
no ip address
ip virtual-reassembly
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
ip address 93.97.176.164 255.255.255.248
ip nat outside
ip virtual-reassembly
no snmp trap link-status
atm route-bridged ip
pvc BeThere 0/101
no oam-pvc manage
encapsulation aal5snap
!
ip route 0.0.0.0 0.0.0.0 ATM0.1
!
ip nat inside source list 102 interface ATM0.1 overload
!
access-list 102 permit ip 192.168.0.0 0.0.0.255 any