If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.
Announcement
Collapse
No announcement yet.
Hell Me! Cách làm Router giả lập thành PC trên GNS3
Mình tìm được rồi, bạn nào cần tham khảo ở dưới nhé!
Using a Router that Acts Like a PC
You may also simply add another router (preferably c1700) to your topology and configure it to act like a PC.
This method would use more memory and processor cycles than the previous method, so I would only recommend this method as a secondary choice.
Just add a router and enter the following commands:
Router(config)# no ip routing !Turns off IP routing function
Router(config)# interface fa0/0 !Switches to FastEthernet interface
Router(config-if)# ip address address subnet_mask !Assigns IP address and subnet mask to interface
Router(config-if)# no shutdown !Turns interface on
Router(config-if)# exit !Returns to global configuration mode
Router(config)# ip default-gateway gateway_address !Configures the default gateway
Router(config)# ip http server !Optional – starts http server process
Comment