cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
393
Views
0
Helpful
1
Replies

Problem with network

proofdoubloon
Level 1
Level 1

I'm having an issue with my network right now. I have configured my router to become a DHCP server for two different networks. One being 192.168.1.0 and the other 192.168.2.0. Every time I try to send a simple pdu through from one network to another in simulation mode I get failure yet I can  send a ping from one computer to another. I am also very new to this so so my configuration isn't the best.

This is my routers Config

 

Router>enable
Router#
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#interface GigabitEthernet0/0/0
Router(config-if)#
Router(config-if)#exit
Router(config)#interface GigabitEthernet0/0/0
Router(config-if)#no shutdown
Router(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0/0, changed state to up

 %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/0, changed state 
 to up

Router(config-if)#exit
Router(config)#interface GigabitEthernet0/0/1
Router(config-if)#no shutdown
Router(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0/1, changed state to up

     %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/1, changed 
state 
to up

Router(config-if)#exit
Router(config)#interface GigabitEthernet0/0/0
Router(config-if)#
Router(config-if)#exit
Router(config)#interface GigabitEthernet0/0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#
Router(config-if)#exit
Router(config)#interface GigabitEthernet0/0/0
Router(config-if)#
Router(config-if)#exit
Router(config)#interface GigabitEthernet0/0/1
Router(config-if)#ip address 192.168.2.1 255.255.255.0
Router(config-if)#^Z
Router#
%SYS-5-CONFIG_I: Configured from console by console
^Z
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#ip dhcp excluded-address 192.168.1.0 192.168.1.10
Router(config)#ip dhcp pool IT
Router(dhcp-config)#default-router 192.168.1.1
Router(dhcp-config)#
Router(dhcp-config)#dns-server 192.168.1.2
Router(dhcp-config)#option 150 ip 192.168.1.3
 Router(dhcp-config)#network 192.168.1.0 255.255.255.0
Router(dhcp-config)#exit
Router(config)#ip dhcp excluded-address 192.168.2.0 192.168.2.10
Router(config)#ip dhcp pool Sales
Router(dhcp-config)#default-router 192.168.2.1
Router(dhcp-config)#dns-server 192.168.2.2
Router(dhcp-config)#option 150 ip 192.168.2.3
Router(dhcp-config)#network 192.168.2.0 255.255.255.0
 Router(dhcp-config)#exit
Router(config)#








 Router con0 is now available






 Press RETURN to get started.












  %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/2/0, changed state 
  to up


   Router>enable
   Router#
   Router#configure terminal
   Enter configuration commands, one per line.  End with CNTL/Z.
   Router(config)#
   Router(config)#
   Router(config)#
   Router(config)#ip route 192.168.2.0 255.255.255.0 192.168.1.0
     Router(config)#ip route 192.168.1.0 255.255.255.0 192.168.2.0
    Router(config)#
   %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/2/1, changed 
   state to up

   %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/2/1, changed 
   state to down









   Router con0 is now available
1 Reply 1

proofdoubloon
Level 1
Level 1

SOLVED