phoneguy2286
Vendor
I have a SOHO 91 that I wish to use for very very basic home use. I am not familiar with IOS at all, and this is my first attempt. I have successfully hosed the GUI interface, and have to do everything command line. I have been able to initiate DHCP, but still having a few problems.
I can't get the DNS to work properly, and it looks like every time I reload the router, the interfaces drop and don't come up. Does anyone have a very basic config, or can you look through my config and give me some pointers?
THANKS! If anyone needs PBX assistance, I can possibly return the favor.
show config
Using 641 out of 131072 bytes
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
!
no aaa new-model
ip subnet-zero
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool home
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
dns-server 10.10.10.1
lease 7
!
!
!
!
!
!
!
!
interface Ethernet0
ip address 10.10.10.1 255.255.255.0
!
interface Ethernet1
ip address dhcp
duplex auto
!
ip classless
ip http server
no ip http secure-server
ip dns server
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
!
scheduler max-task-time 5000
!
end
Router#
I can't get the DNS to work properly, and it looks like every time I reload the router, the interfaces drop and don't come up. Does anyone have a very basic config, or can you look through my config and give me some pointers?
THANKS! If anyone needs PBX assistance, I can possibly return the favor.
show config
Using 641 out of 131072 bytes
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
!
no aaa new-model
ip subnet-zero
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool home
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
dns-server 10.10.10.1
lease 7
!
!
!
!
!
!
!
!
interface Ethernet0
ip address 10.10.10.1 255.255.255.0
!
interface Ethernet1
ip address dhcp
duplex auto
!
ip classless
ip http server
no ip http secure-server
ip dns server
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
!
scheduler max-task-time 5000
!
end
Router#