Jump to content

kali networking issue (NON-VM)

alright so im about moderate experience with linux and kali right now and im stumped with this issue

 

when i boot into kali (installed to physical hdd)

i get internet for maybe 2 minutes verified by checking firefox and git clone

but after that it disappears pages no longer load and i still maintain a ip (192.168.0.5)

even if i

service networkmanager restart (and stop and start have been tried too)

service smbd restart

 

ive tried dhclient and dhclient wlan0 both just report the file exists

 

this pc is wireless only so no connection to outside world from it during this issue

disabled ethernet to avoid miscommunications possibly and still nothing

 

what baffles me is when it first boots i can reach everything for about 2 minutes then bam its gone which makes it very hard to do anything lol

 

any ideas?(oh and the wifi signal is stagnant around -50) wifi works fine in windows 10 environment which im in now on same pc)

 

added some output below from kali straight from boot

Quote

 

root@kali:~# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.0.28  netmask 255.255.255.0  broadcast 192.168.0.255
        inet6 fe80::e78b:54d:66a:b16d  prefixlen 64  scopeid 0x20<link>
        ether 6c:62:6d:ea:4b:e6  txqueuelen 1000  (Ethernet)
        RX packets 280  bytes 19112 (18.6 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 86  bytes 7796 (7.6 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

eth1: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 6c:62:6d:ea:4b:e5  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1  (Local Loopback)
        RX packets 20  bytes 1116 (1.0 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 20  bytes 1116 (1.0 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.0.15  netmask 255.255.255.0  broadcast 192.168.0.255
        inet6 fe80::2c0:caff:fe92:3cf1  prefixlen 64  scopeid 0x20<link>
        ether 00:c0:ca:92:3c:f1  txqueuelen 1000  (Ethernet)
        RX packets 91  bytes 18812 (18.3 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 28  bytes 3100 (3.0 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
root@kali:~# iwconfig
eth1      no wireless extensions.

lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     IEEE 802.11  ESSID:"Lovett Network 2.4G"  
          Mode:Managed  Frequency:2.437 GHz  Access Point: 20:3D:66:D8:DB:B8   
          Bit Rate=24 Mb/s   Tx-Power=30 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=59/70  Signal level=-51 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:19   Missed beacon:0
root@kali:~# dhclient
smbd.service is not active, cannot reload.
invoke-rc.d: initscript smbd, action "reload" failed.
RTNETLINK answers: File exists

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

what is output of lspci or lsusb. Need to see what your wireless chipset is.

             ☼

ψ ︿_____︿_ψ_   

Link to comment
Share on other sites

Link to post
Share on other sites

On 7/23/2017 at 11:23 AM, TheTripleDeuce said:

RTL 8187 is my usb network card

And are you sure the card isn't faulty?  Have you tried it on another computer?

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×