At 6:23, why did you use the Default Gateway as 192.168.137.2 ?
I thought the default gateway is meant to be the IP address of your ADSL router/switch in this case?
Setting up 192.168.137.2 as a default gateway to your Loopback interface will return all the traffic back to your emulated GNS3 router because that's the IP address of the emulated router.
@Qurnah well, since logically the router is connected to the PC first, then the PC routes the packets to its "REAL" physical interface which is connected to the ADSL router.. then you can consider the PC as the GW for the GNS3 router.. does that make any sense?
This has to be by far the best set of instructions on how to setup ICS with GNS3. Much better than bridging. I spent all night trying out different methods and all I had to do was look on youtube. Thanks! The step I was missing was the route at the end. Why I didnt think of that earlier?
I can't begin to thank you for this video, no other solution worked online and the time was ticking down for my dissertation. I can now completely my practical finally :D
I could ping the loopback adapter from the router.
I believe because the loopback is in public network. However, I could not make the loopback in Private network.
I usually disable my NIC and the loopback would give a prompt and I chose Private. But now, if I open two loopbacks there is no more prompt for making it private network.
@123456iambelial well, make sure you have your firewall disabled because GNS for the router is an external network.. you can also add a static route to windows incase you want to reach something beyond the edge router or see part 2 to know how to advertise you network routes to the PC.. and always choose the network as HOME network for the loopback interface.
@shamalawy I got it to work, and can ping the internet now; however, I the loopback interface is still in public. I have another problem. I will PM you because it is not going to fit here in the comment section.
i was looking for a way to connect to an NTP server so I can do various authentication things and needed to connect GNS3 to the internet to do that. This video is great.
Well after the loopback thing giving me weird results. I skipped all of that. I just added a cloud in GNS3, went to config, added my physical NIC interface. connected gns3 router to the cloud with Fa0/0, gave it an ip in the same subnet as my actual physical NIC interface and set iproute 0.0.0.0 0.0.0.0 fa0/0 in GNS3.
I can connect to the internet just fine through GNS3, the entire process of messing around with loopbacks seems unnecessary
@PicklesReallySuck well, this technique is different, i used NAT to get to the outside world, but you BIDGED your virtual interface with the physical interface.. they both work great.. good thing you mentioned that so that other viewrs can benefit from it..
@shamalawy ah, I'll have to rewatch your video so I can understand the difference. I know what nat is, but I never though about using nat in this way.
@klubbpaulo try running GNS as an administrator, i windows xp SP3 compatability mode and see if it works, in order to access local interfaces with GNS3, you have to be an administrator. take it as a rule for all programs
@klubbpaulo try running GNS as an administrator, i windows xp SP3 compatability mode and see if it works, in order to access local interfaces with GNS3, you have to be an administrator. take it as a rule for all programs
after I installed MSLoopback and followed the config accordingly, I still doesn't see the loopback in NIO Ethernet GNS3. I'm using Windows 7. can you help please?
So I followed this and I got an error that the loopback address 192.168.0.1 was in use. My computer is behind a router..and I assume it used this address. Any suggestions?
well, if your router is using this ip address, you'll have to change your router's DHCP settings, I mean your REAL router that connects you to the internet.. maybe you can using anything different like 192.168.7.0 network.. see if it works, just make sure that your shared interface is using 192.168.0.0/24 network which is you loopback interface
Hi there: I have done the same steps you mentioned and i'm using VISTA .. now when i went to the could to configure it i couldn't see any Network int under NIO Ethernet sharing ( you managed to see 3 of them in ur Vid ) ,, wts wrong ?! help plz.
jut type hdwwiz.exe at the Run windows.. and manually intall the loopback interface. you'll find it under the network interfaces menu.. hope it helps man
thanks it helped a lot, just to mention that people should not forget to set their "real" internet connection and ISP provided router on a different network like 192.168.1.0, it avoids the error when sharing.
well, i think that you didn't install the loopback interface before you tried to do that. you have to install a loopback interface first.. if you're using windows XP, try installing a new hardware then choose manually, network adaptors then choose MSLoopback interface.. telnetting to router R0 with ip 127.0.0.1 port number 2000 , R1 the same ip and increment the port number by 1 , which is 2001 and so on, try it and see if you can make it work. good luck man.
This is great i was looking for this for a long time. Thanks a lot.
1SaudiCOOL 2 months ago
At 6:23, why did you use the Default Gateway as 192.168.137.2 ?
I thought the default gateway is meant to be the IP address of your ADSL router/switch in this case?
Setting up 192.168.137.2 as a default gateway to your Loopback interface will return all the traffic back to your emulated GNS3 router because that's the IP address of the emulated router.
Could you please clarify ?
Cheers
Qurnah 5 months ago
@Qurnah well, since logically the router is connected to the PC first, then the PC routes the packets to its "REAL" physical interface which is connected to the ADSL router.. then you can consider the PC as the GW for the GNS3 router.. does that make any sense?
shamalawy 5 months ago
@shamalawy Thanks for that.
Qurnah 5 months ago
@Qurnah consider this as the topology..
GNS3 router ----> PC ------> ADSL Router ----> THE INTERNET
shamalawy 5 months ago
This has to be by far the best set of instructions on how to setup ICS with GNS3. Much better than bridging. I spent all night trying out different methods and all I had to do was look on youtube. Thanks! The step I was missing was the route at the end. Why I didnt think of that earlier?
winstonsmith2600 9 months ago
I can't begin to thank you for this video, no other solution worked online and the time was ticking down for my dissertation. I can now completely my practical finally :D
Verbium 10 months ago
@Verbium i'm at your service at any time. feel free to message me if you need anything, hopefully i can always help.
shamalawy 10 months ago
I could ping the loopback adapter from the router.
I believe because the loopback is in public network. However, I could not make the loopback in Private network.
I usually disable my NIC and the loopback would give a prompt and I chose Private. But now, if I open two loopbacks there is no more prompt for making it private network.
Is there a fix for this?
123456iambelial 1 year ago
@123456iambelial well, make sure you have your firewall disabled because GNS for the router is an external network.. you can also add a static route to windows incase you want to reach something beyond the edge router or see part 2 to know how to advertise you network routes to the PC.. and always choose the network as HOME network for the loopback interface.
shamalawy 1 year ago
@shamalawy I got it to work, and can ping the internet now; however, I the loopback interface is still in public. I have another problem. I will PM you because it is not going to fit here in the comment section.
123456iambelial 1 year ago
i was looking for a way to connect to an NTP server so I can do various authentication things and needed to connect GNS3 to the internet to do that. This video is great.
PicklesReallySuck 1 year ago
Well after the loopback thing giving me weird results. I skipped all of that. I just added a cloud in GNS3, went to config, added my physical NIC interface. connected gns3 router to the cloud with Fa0/0, gave it an ip in the same subnet as my actual physical NIC interface and set iproute 0.0.0.0 0.0.0.0 fa0/0 in GNS3.
I can connect to the internet just fine through GNS3, the entire process of messing around with loopbacks seems unnecessary
PicklesReallySuck 1 year ago
@PicklesReallySuck well, this technique is different, i used NAT to get to the outside world, but you BIDGED your virtual interface with the physical interface.. they both work great.. good thing you mentioned that so that other viewrs can benefit from it..
shamalawy 1 year ago
@shamalawy ah, I'll have to rewatch your video so I can understand the difference. I know what nat is, but I never though about using nat in this way.
PicklesReallySuck 1 year ago
restart your computer and try again
yonxue 1 year ago
Thanks! I got this! :P ... But Question: how did U get Qemu Images? 'cause I already have internet connection from my ehternet internet. Thanks!
klubbpaulo 1 year ago
I have the same adatau's problem... any suggestions?
klubbpaulo 1 year ago
@klubbpaulo try running GNS as an administrator, i windows xp SP3 compatability mode and see if it works, in order to access local interfaces with GNS3, you have to be an administrator. take it as a rule for all programs
shamalawy 1 year ago
@klubbpaulo try running GNS as an administrator, i windows xp SP3 compatability mode and see if it works, in order to access local interfaces with GNS3, you have to be an administrator. take it as a rule for all programs
shamalawy 1 year ago
@klubbpaulo Restart your computer
thoughtpattern 9 months ago
@klubbpaulo restart your computer
thoughtpattern 9 months ago
after I installed MSLoopback and followed the config accordingly, I still doesn't see the loopback in NIO Ethernet GNS3. I'm using Windows 7. can you help please?
adatau 1 year ago
Thanks a million for a excellent video instruction. Share some more off your knowledge ..$
s4phil 1 year ago
XP config does not work.
Chicagotarsier 2 years ago
So I followed this and I got an error that the loopback address 192.168.0.1 was in use. My computer is behind a router..and I assume it used this address. Any suggestions?
Chicagotarsier 2 years ago
well, if your router is using this ip address, you'll have to change your router's DHCP settings, I mean your REAL router that connects you to the internet.. maybe you can using anything different like 192.168.7.0 network.. see if it works, just make sure that your shared interface is using 192.168.0.0/24 network which is you loopback interface
shamalawy 2 years ago
Hi there: I have done the same steps you mentioned and i'm using VISTA .. now when i went to the could to configure it i couldn't see any Network int under NIO Ethernet sharing ( you managed to see 3 of them in ur Vid ) ,, wts wrong ?! help plz.
Thanks.
mrsamer 2 years ago
jut type hdwwiz.exe at the Run windows.. and manually intall the loopback interface. you'll find it under the network interfaces menu.. hope it helps man
shamalawy 2 years ago
Thankyou boi!!! you really helped thanks alot
:D
danishmoughal 2 years ago
thanks it helped a lot, just to mention that people should not forget to set their "real" internet connection and ISP provided router on a different network like 192.168.1.0, it avoids the error when sharing.
lepurestyle 2 years ago
Why did you telnet to 127.0.0.1 I tried the same thing and it didn't work for me. Am I doing something wrong?
expchrist 2 years ago
well, i think that you didn't install the loopback interface before you tried to do that. you have to install a loopback interface first.. if you're using windows XP, try installing a new hardware then choose manually, network adaptors then choose MSLoopback interface.. telnetting to router R0 with ip 127.0.0.1 port number 2000 , R1 the same ip and increment the port number by 1 , which is 2001 and so on, try it and see if you can make it work. good luck man.
shamalawy 2 years ago
Good day bro
Thanks for such an nice trick :-)
ASHUWIFI1 2 years ago
excellent, but there is noise in the background
thank you
imadwo1 2 years ago
yeah this is awesome. lol @ goog!
MrGoering 2 years ago
That's Great man
RIZWAN132 2 years ago