Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

fresh config for a new 2xT1 cant go online 1

Status
Not open for further replies.

notShai

IS-IT--Management
May 16, 2006
35
US
i am able to ping outside, i am able to ping a workstation on the inside, but i cant go online from that workstation.
2xT1 line into 1800 cisco --> to small switch-->laptop hard coded with static IP and external DNS's ip's.

i copied some of the old T1 line we had over to this config, but it didnt make a difference.

Does 2xT1 different in the way the interface configured because there are two of them?
am i missing something?

this is the configuration:

Current configuration : 2461 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
ip cef
!
!
no ip dhcp use vrf connected
!
!
!
!
!
controller T1 0/0/0
framing esf
linecode b8zs
channel-group 0 timeslots 1-24
!
controller T1 0/0/1
framing esf
linecode b8zs
channel-group 0 timeslots 1-24
!
!
interface MFR1
mtu 4470
no ip address
no ip redirects
no ip proxy-arp
encapsulation frame-relay IETF
no ip route-cache cef
no ip mroute-cache
load-interval 30
no arp frame-relay
frame-relay multilink bid to gw
frame-relay lmi-type ansi
!
interface MFR1.500 point-to-point
ip address 152.xxx.xxx.xxx 255.255.255.252
no ip redirects
no ip proxy-arp
ip nat outside
no cdp enable
no arp frame-relay
frame-relay interface-dlci 500 IETF
!
interface FastEthernet0/0
ip address 172.16.172.1 255.255.248.0
no ip redirects
ip nat inside
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0/0:0
mtu 4470
bandwidth 1536
no ip address
no ip redirects
no ip proxy-arp
encapsulation frame-relay MFR1
no arp frame-relay
!
interface Serial0/0/1:0
mtu 4470
bandwidth 1536
no ip address
no ip redirects
no ip proxy-arp
encapsulation frame-relay MFR1
no arp frame-relay
!
ip classless
ip route 0.0.0.0 0.0.0.0 MFR1.500
!
no ip http server
ip nat pool ovrld xxx.xxx.78.2 xxx.xxx.78.2 netmask 255.255.255.252
ip nat pool swimpool xxx.xxx.78.3 xxx.xxx.78.254 prefix-length 24
ip nat inside source route-map nonat interface MFR1.500 overload
!
access-list 7 permit 172.16.0.0 0.0.255.255
access-list 100 permit tcp 172.16.0.0 0.0.255.255 any
access-list 100 permit ip 172.16.0.0 0.0.7.255 any
access-list 100 permit ip 172.16.0.0 0.0.0.255 any
access-list 101 permit icmp any any echo
access-list 101 permit icmp any any echo-reply
access-list 101 permit icmp any any unreachable
access-list 101 permit icmp any any time-exceeded
access-list 101 permit tcp any any established
access-list 101 permit tcp any any eq telnet
access-list 101 permit gre any any
access-list 101 permit esp any any
access-list 101 permit ahp any any
access-list 101 permit udp any any eq isakmp
access-list 101 permit udp any any eq non500-isakmp
access-list 101 permit udp any eq domain any
disable-eadi
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
password Password
login
!
end
 
ip nat inside source route-map nonat interface MFR1.500 overload

you're missing your route map...

route-map nonat permit 10
match ip address 7

/

tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!
 
!
worked like a charm
thank you very much :)
 
Star? Please? :(

You're welcome! :)

/

tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!
 
done :)
(i didnt know about the "star" link)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top