Jump to content
Not connected, Your IP: 44.210.235.247
Sign in to follow this  
shane_b

BT internet issue

Recommended Posts

Hi

I am using waterproof and viscosity to create a none leaking connection.

At home I use virgin media and successfully managed to do this, however when I go to my girlfriends and attempt to connect to her BT connection, it does not connect and airport gives a self defined IP address (which is always random)

The script I have is as follows

sudo sysctl -w net.inet.ip.fw.enable=0

sudo sysctl -w net.inet.ip.forwarding=0

sudo ipfw flush

sudo ipfw delete set 31

sudo sysctl -w net.inet.ip.fw.enable=1

sudo sysctl -w net.inet.ip.forwarding=0

sudo sysctl -w net.inet.ip.fw.verbose=1

sudo sysctl -w net.inet.ip.fw.verbose_limit=5000

sudo ipfw add 01002 allow udp from 192.168.0.0/24 to 95.211.191.33 dst-port 443 keep-state

sudo ipfw add 01004 allow udp from 192.168.0.0/24 to 69.163.36.66 dst-port 443 keep-state

sudo ipfw add 01006 allow udp from 192.168.0.0/24 to 31.193.12.98 dst-port 443 keep-state

sudo ipfw add 01008 allow udp from 192.168.1.0/24 to 95.211.191.33 dst-port 443 keep-state

sudo ipfw add 01012 allow udp from 192.168.1.0/24 to 69.163.36.66 dst-port 443 keep-state

sudo ipfw add 01014 allow udp from 192.168.1.0/24 to 31.193.12.98 dst-port 443 keep-state

sudo ipfw add 02002 allow ip from 192.168.0.0/24 to 95.211.191.33 dst-port 443 keep-state

sudo ipfw add 02004 allow ip from 192.168.0.0/24 to 69.163.36.66 dst-port 443 keep-state

sudo ipfw add 02006 allow ip from 192.168.0.0/24 to 31.193.12.98 dst-port 443 keep-state

sudo ipfw add 02008 allow ip from 192.168.1.0/24 to 95.211.191.33 dst-port 443 keep-state

sudo ipfw add 02012 allow ip from 192.168.1.0/24 to 69.163.36.66 dst-port 443 keep-state

sudo ipfw add 02014 allow ip from 192.168.1.0/24 to 31.193.12.98 dst-port 443 keep-state

sudo ipfw add 03000 allow ip from 192.168.0.0/24 to 192.168.0.0/24 keep-state

sudo ipfw add 03002 allow ip from 192.168.1.0/24 to 192.168.1.0/24 keep-state

sudo ipfw add 04000 allow ip from 127.0.0.1 to any

sudo ipfw add 05000 allow ip from 10.0.0.0/8 to any

sudo ipfw add 05002 allow ip from any to 10.0.0.0/8

sudo ipfw add 65534 deny ip from any to any

The default gateway for BT is 129.168.1.254 which i'd assume would work with the /24

any ideas where I am going wrong ?

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image
Sign in to follow this  

×
×
  • Create New...