Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jul 2011 15:38:57 -0400
From:      Randy Bush <randy@psg.com>
To:        FreeBSD Net <net@freebsd.org>
Subject:   netflix from japan
Message-ID:  <m2oc0kss6m.wl%randy@psg.com>

next in thread | raw e-mail | index | archive | help
netflix streaming is not allowed to japan where we live.  i can tunnel
to a server in one of my racks in the states.  the tokyo border is a
soekris running FreeBSD 8.  it will kinda look like

               .------------------------------.
               |                              |
               |                     b --wlan0| ......  Apple TV
               |                     r        |
    WAN IIJ    |                     i --- vr1|
    PPP/NAT ---|vr0[PPPoE][ppp]tun0--d        | 192.168.0.0/24
Public IP Addr |                     g --- vr2| LAN hosts,
               |                     e        | DHCP Clients
               |                     0 --- vr3| ...
               |                              |
               `------------------------------'

---

    % cat /etc/ppp/ppp.conf
    iij:
     set device PPPoE:vr0
     set MRU 1454
     set MTU 1454
     accept CHAP
     enable lqr
     add default HISADDR
     nat enable yes
     nat port tcp 192.168.0.33:51332 51332
     nat port udp 192.168.0.33:51332 51332
     nat port tcp 192.168.0.12:22 42022
     set authname foo
     set authkey bar

---

there seem to be at least two sets of problems

  o what are the ip addys and ports involved in netflix streaming set-up
    and delivery?

  o how to tunnel just those to/from a server in the states?

anyone with suggestions?

randy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m2oc0kss6m.wl%randy>