Jump to content

jnwilson

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by jnwilson

  1. Or you could watch Chris' excellent tutorial for configuring your WP for use on a mac. The steps for the MkIV will work on the MkV, I have done it on my MBPro.

    I watched Chris's excellent tutorial, but the bridging does not seem to be functioning.

    I enabled Internet sharing and set the network service order as specified.

    I modified my Firewall settings to unblock external communications.

    I can communicate from the Mac to the pineapple.

    The pineapple can see my Mac.

    The pineapple cannot bridge through my Mac

    To be more clear, here is some information:

    On the pineapple (via ssh from my Mac):

    root@Pineapple:~# netstat -nr

    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
    root@Pineapple:~# nmap 172.16.42.42 -PT80
    Starting Nmap 6.01 ( http://nmap.org ) at 1970-01-01 00:51 UTC
    Nmap scan report for 172.16.42.42
    Host is up (0.00073s latency).
    Not shown: 999 filtered ports
    PORT STATE SERVICE
    80/tcp open http
    MAC Address: 10:DD:B1:D0:DB:F6 (Unknown)
    Nmap done: 1 IP address (1 host up) scanned in 6.86 seconds
    root@Pineapple:~# ping 8.8.8.8
    PING 8.8.8.8 (8.8.8.8): 56 data bytes
    **** hangs forever ****

    On my Mac:

    prompt> ifconfig en0

    en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    ether XX:XX:XX:XX:XX:XX
    inet6 fe80::2acf:e9ff:fe1f:4dad%en0 prefixlen 64 scopeid 0x4
    inet 192.168.0.3 netmask 0xffffff00 broadcast 192.168.0.255
    media: autoselect
    status: active
    prompt> ifconfig en2
    en2: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
    options=b<RXCSUM,TXCSUM,VLAN_HWTAGGING>
    ether XX:XX:XX:XX:XX:XX
    inet6 fe80::12dd:b1ff:fed0:dbf6%en2 prefixlen 64 scopeid 0x7
    inet 172.16.42.42 netmask 0xffffff00 broadcast 172.16.42.255
    media: autoselect (100baseTX <full-duplex>)
    status: active
    prompt> ifconfig bridge0
    bridge0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    ether XX:XX:XX:XX:XX:XX
    inet 192.168.2.1 netmask 0xffffff00 broadcast 192.168.2.255
    Configuration:
    priority 0 hellotime 0 fwddelay 0 maxage 0
    ipfilter disabled flags 0x2
    member: en2 flags=3<LEARNING,DISCOVER>
    port 7 priority 0 path cost 0
    Address cache (max cache: 100, timeout: 1200):
    prompt> sudo sysctl net.inet.ip.forwarding
    net.inet.ip.forwarding: 1
    prompt> sudo sysctl net.link.ether.inet.proxyall
    net.link.ether.inet.proxyall: 1
    prompt> ping 8.8.8.8
    PING 8.8.8.8 (8.8.8.8): 56 data bytes
    64 bytes from 8.8.8.8: icmp_seq=0 ttl=47 time=52.632 ms
    64 bytes from 8.8.8.8: icmp_seq=1 ttl=47 time=56.468 ms
    64 bytes from 8.8.8.8: icmp_seq=2 ttl=47 time=54.911 ms
    64 bytes from 8.8.8.8: icmp_seq=3 ttl=47 time=53.892 ms
    ^C
    --- 8.8.8.8 ping statistics ---
    4 packets transmitted, 4 packets received, 0.0% packet loss
    round-trip min/avg/max/stddev = 52.632/54.476/56.468/1.405 ms
    Any ideas?
×
×
  • Create New...