static route ทำไมมันไม่ถึงกันอ่ะครับ พี่ๆช่วยดูหนอ่ยครับ

ProfessorX

Administrator
capturenow.jpg


Pc0



Code:
Packet Tracer PC Command Line 1.0
PC>ipconfig

IP Address......................: 192.168.0.1
Subnet Mask.....................: 255.255.255.0
Default Gateway.................: 192.168.0.2







Pc1



Code:

Packet Tracer PC Command Line 1.0
PC>ipconfig

IP Address......................: 192.168.1.1
Subnet Mask.....................: 255.255.255.0
Default Gateway.................: 192.168.1.2







R0


Code:

Router>
Router>en
Router#sh run
Building configuration...

Current configuration : 546 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.2.1 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.0.2 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.168.1.0 255.255.255.0 192.168.2.2
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end






R1



Code:
Router>
Router>en
Router#sh run
Building configuration...

Current configuration : 544 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.2.2 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.1.2 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.1.0.0 255.255.255.0 192.168.2.1
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end


Router#






 

PlAwAnSaI

Administrator
มาดูที่รูปก่อนนะนู๋ 192.168.2.0/32 ผิดนะ ต้องเป็น /30
แล้วก็ผิดที่ R1


Quote:
ip route 192.1.0.0 255.255.255.0 192.168.2.1


ชี้ไปวงไหนอ่ะ มันไม่มีหนิ ต้องชี้ไป network ที่ใช้จริงๆ และไม่ใช่ connected กับมันสิ ที่ถูกเป็นแบบนี้


Quote:
ip route 192.168.0.0 255.255.255.0 192.168.2.1

bigeyes.gif
 

ProfessorX

Administrator
อ้อ ไส่ ip ผิดนี่เอง อ่อนมากๆเลยผม
ขอบคุณคับ :eek:
 

ProfessorX

Administrator
ถามต่ออีกนิดครับ แบบนี้เราโยน default route ไส่กันได้ป่ะคับ
 

PlAwAnSaI

Administrator
ได้จ๋ะนู๋ default route จะเหมาะกับ network ย่อยที่มีประตูทางเข้า / ทางออกเพียงทางเดียว


Credit: P'Ake

bigeyes.gif
 
Top