Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Soho-77 irb routing w/DHCP but no NAT

Reply
Thread Tools

Soho-77 irb routing w/DHCP but no NAT

 
 
Greg Young
Guest
Posts: n/a
 
      05-12-2004
I have a soho-77 that I am using to replace the Speed Stream ADSL
Modem from the ISP.

I have a working config for DHCP and NAT but want to loose the NAT
part and allow the clients on e0 to receive the Public IP addresses
assigned from the ISP's DHCP server. This is so I can place my PIX
Firewall behind the 77

TIA

Greg

Current configuration:
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
no logging buffered
!
ip subnet-zero
ip name-server 66.133.170.2
ip name-server 66.133.128.138
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool CLIENT
import all
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
lease 0 2
!
bridge irb
!
!
!
interface Ethernet0
ip address 10.10.10.1 255.255
ip nat inside
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 0/35
encapsulation aal5snap
!
dsl operating-mode auto
bridge-group 1
hold-queue 224 in
!
interface BVI1
ip address dhcp client-id Ethernet0
ip nat outside
!
ip nat inside source list 102 interface BVI1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 BVI1
ip http server
!
access-list 23 permit 10.10.10.0 0.0.0.255
access-list 102 permit ip 10.10.10.0 0.0.0.255 any
bridge 1 protocol ieee
bridge 1 route ip
!
line con 0
exec-timeout 120 0
transport input none
stopbits 1
line vty 0 4
access-class 23 in
exec-timeout 120 0
login local
length 0
!
scheduler max-task-time 5000
end

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
VLAN routing and bridging problem on a c2600 usig IRB dinghy Cisco 0 11-15-2006 12:23 PM
irb require ... where does irb look? what path? anne001 Ruby 1 06-27-2006 12:07 PM
irb question - variable definitions when calling irb from a script problem Nuralanur@aol.com Ruby 1 10-26-2005 09:13 PM
[ANN] irb-history 1.0.0: Persistent, shared Readline history for IRB Sam Stephenson Ruby 1 06-18-2005 08:56 AM
Routing to public IP of NAT address from internal NAT address Andrew Albert Cisco 1 02-08-2005 07:05 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57