- May 29, 2004
- 2,428
- 0
- 0
UBR-904 cablemodem/router
this is what it is currently showing:
What I want is the following:
I want it so that I plug 3 different ethernet ports in the back. TWO of them will go to local computers. ONE will go into a SWITCH, from that SWITCH, there will be FOUR computers connected there. I would like the UBR-904 to be 192.168.1.1 and run DHCP for the other computers IP addresses. I would like the UBR-904 to get DHCP from comcast (my cable ISP).
this is what it is currently showing:
Router#show startup-config
Using 512 out of 7186 bytes
!
version 11.3
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
!
!
process-max-time 200
!
interface Ethernet0
no ip address
bridge-group 59
bridge-group 59 spanning-disabled
!
interface cable-modem0
no ip address
no keepalive
no cable-modem compliant bridge
bridge-group 59
bridge-group 59 spanning-disabled
!
router rip
network 192.168.1.0
network 255.255.255.0
!
ip classless
!
!
line con 0
line vty 0 4
login
!
end
What I want is the following:
I want it so that I plug 3 different ethernet ports in the back. TWO of them will go to local computers. ONE will go into a SWITCH, from that SWITCH, there will be FOUR computers connected there. I would like the UBR-904 to be 192.168.1.1 and run DHCP for the other computers IP addresses. I would like the UBR-904 to get DHCP from comcast (my cable ISP).