Skip to content

Commit 95a4c28

Browse files
committed
Update IOU base configs to use "no ip domain lookup". Fixes #2404
1 parent 6951137 commit 95a4c28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gns3server/configs/iou_l2_base_startup-config.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ no ip icmp rate-limit unreachable
1515
!
1616
! due to some bugs with IOU, try to change the following line to 'ip cef' if your routing does not work
1717
no ip cef
18-
no ip domain-lookup
18+
no ip domain lookup
1919
!
2020
!
2121
!

gns3server/configs/iou_l3_base_startup-config.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ no ip icmp rate-limit unreachable
1414
!
1515
! due to some bugs with IOU, try to change the following line to 'ip cef' if your routing does not work
1616
no ip cef
17-
no ip domain-lookup
17+
no ip domain lookup
1818
!
1919
!
2020
ip tcp synwait-time 5

0 commit comments

Comments
 (0)