kali配置默认路由报错adfault:未知的主机

用kali配置临时IP时
输入:ifconfig eth0 192.168.1.53/24
再进行配置默认路由时
──(root💀kali-xjr)-[~]
└─# route add adfault gw 192.168.1.1
adfault: 未知的主机

出现报错,然后route -n看了看

┌──(root💀kali-xjr)-[~]
└─# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.43.1 0.0.0.0 UG 100 0 0 eth0
192.168.43.0 0.0.0.0 255.255.255.0 U 100 0 0 eth0

网络配置是桥接模式,能正常上网,目前卡到这一块进行不下去了

route add default gw 192.168.1.1 ?????