Jump to content

Not sharing internet


bhaizlett123

Recommended Posts

Kali host interface and route configuration

 

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.139  netmask 255.255.255.0  broadcast 192.168.1.255
        ether 95:d6:81:15:ed:19  txqueuelen 1000  (Ethernet)
        RX packets 260781  bytes 92776339 (88.4 MiB)
        RX errors 0  dropped 254  overruns 0  frame 0
        TX packets 35398  bytes 4901000 (4.6 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 16  memory 0xdf200000-df220000  

eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 172.16.42.211  netmask 255.255.255.0  broadcast 172.16.42.255
        inet6 fdeb:13fb:48e1::15e  prefixlen 128  scopeid 0x0<global>
        inet6 fdeb:13fb:48e1:0:2c0:caff:fea7:d334  prefixlen 64  scopeid 0x0<global>
        inet6 fe80::2c0:caff:fea7:d334  prefixlen 64  scopeid 0x20<link>
        inet6 fdeb:13fb:48e1:0:f97c:1652:744a:1b03  prefixlen 64  scopeid 0x0<global>
        ether 00:c0:ca:a8:d4:35  txqueuelen 1000  (Ethernet)
        RX packets 728  bytes 591227 (577.3 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 819  bytes 117284 (114.5 KiB)
        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 1000  (Local Loopback)
        RX packets 1743  bytes 146205 (142.7 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1743  bytes 146205 (142.7 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 92:89:5b:50:b5:83  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

 

ROUTE TABLE ON KALI

=============================

Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
0.0.0.0         192.168.1.254   0.0.0.0         UG        0 0          0 eth0
0.0.0.0         172.16.42.1     0.0.0.0         UG        0 0          0 eth1
172.16.42.0     0.0.0.0         255.255.255.0   U         0 0          0 eth1
192.168.1.0     0.0.0.0         255.255.255.0   U         0 0          0 eth0

 

interface configuraion on pineapple nano

=================================

br-lan    Link encap:Ethernet  HWaddr 00:C0:CA:A8:C5:5D
          inet addr:172.16.42.1  Bcast:172.16.42.255  Mask:255.255.255.0
          inet6 addr: fdeb:13fb:48e1::1/60 Scope:Global
          inet6 addr: fe80::2c0:caff:fea7:c45c/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1261 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1031 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:147670 (144.2 KiB)  TX bytes:636326 (621.4 KiB)

eth0      Link encap:Ethernet  HWaddr 00:C0:CA:A8:C5:5D
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1261 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1031 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:165324 (161.4 KiB)  TX bytes:636326 (621.4 KiB)
          Interrupt:4

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:507 errors:0 dropped:0 overruns:0 frame:0
          TX packets:507 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:44064 (43.0 KiB)  TX bytes:44064 (43.0 KiB)

wlan0     Link encap:Ethernet  HWaddr 00:C0:CA:A8:A5:52 
          inet6 addr: fe80::2c0:caff:fea7:a451/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:221 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:21310 (20.8 KiB)

wlan0-1   Link encap:Ethernet  HWaddr 02:C0:CA:A8:A5:52 
          inet6 addr: fe80::c0:caff:fea7:a451/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:216 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:20433 (19.9 KiB)

wlan1     Link encap:Ethernet  HWaddr 00:C0:CA:A8:B5:BE 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

 

Routing table on nano

============================

Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
0.0.0.0         172.16.42.42    0.0.0.0         UG        0 0          0 br-lan
172.16.42.0     0.0.0.0         255.255.255.0   U         0 0          0 br-lan

 

 

Link to comment
Share on other sites

Wow I am starting to be a little disappointed with this product. It seems like none of the staff answer me on this question and no one has responded to this post. Has no one had this issue before? It seems very weird that i am having this issue with a brand new setup. I have looked over all the forum posts with anyone who had the same issue and nothing has been able to get it to work.

Link to comment
Share on other sites

Kali Linux 2020 includes a network manager that is aggressive about managing network interfaces. It will take over settings specifically set from a root shell, including that of wp6.sh. It's only if you follow the instructions from the linked page that you can get it to behave.

Personally I disable network-manager all together, as I know what I'm doing in the shell and it tends to just get in the way.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...