From 4cddfb6c25001d11f2ff85fe260504fd9efbeee5 Mon Sep 17 00:00:00 2001 From: Usama Abdul Sattar Date: Thu, 24 Oct 2019 12:59:48 +0500 Subject: [PATCH] Update airbase-ng.sh --- lib/ap/airbase-ng.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ap/airbase-ng.sh b/lib/ap/airbase-ng.sh index 805d6e2..50dba0b 100755 --- a/lib/ap/airbase-ng.sh +++ b/lib/ap/airbase-ng.sh @@ -81,7 +81,7 @@ function ap_service_start() { sleep 1 APServicePID=$(pgrep -P $parentPID) done - eval ifconfig at0 192.168.254.1 + eval ifconfig at0 192.169.254.1 ap_service_route }