Changes between Version 2 and Version 3 of Internal/SESMF


Ignore:
Timestamp:
May 15, 2017, 3:42:23 PM (7 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/SESMF

    v2 v3  
    2121 * p2p1: Geni MF vlan, 3701. Terrestrial tunnel Link, 10.100.200.54/16
    2222 * p2p2: Outdoor data, vlan 31, sat tunnel link, 10.41.200.54/16
    23 * ses1
     23* ses1: Princeton remote machine
    2424 * em1: sat link
    2525  * ip: 216.226.242.242/30
     
    3030 * ses_sat: tunnel for sat link, over em1
    3131  * 10.41.200.55/16
    32 
    33 
     32 * Scripts:
     33  * Routing tables have been changed to allow two tunnels. There is an additonal table, sat. This table has one rule, that for traffic from 216.226.242.242 to landing1, it should go via the sat modem. It is added to the ip rules just before the main table.
     34  * To view routes, type {{{ip r show}}}
     35  *
     36{{{
     37native@ses1:~$ ip r show
     38default via 23.24.73.166 dev em2
     3910.41.0.0/16 dev ses_sat  proto kernel  scope link  src 10.41.200.55
     4010.100.0.0/16 dev ses_ground  proto kernel  scope link  src 10.100.200.55
     4123.24.73.160/29 dev em2  proto kernel  scope link  src 23.24.73.161
     42128.6.192.147 via 23.24.73.166 dev em2  src 23.24.73.161
     43192.168.14.0/24 dev veth1  proto kernel  scope link  src 192.168.14.4
     44192.168.14.0/24 dev veth2  proto kernel  scope link  src 192.168.14.101
     45216.226.242.240/30 dev em1  proto kernel  scope link  src 216.226.242.242
     46}}}
     47  * To view extra table, type {{{ip r show table sat}}}
     48  *
     49{{{
     50native@ses1:~$ ip r show table sat
     51128.6.192.147 via 216.226.242.241 dev em1
     52}}}
     53  * To show rules, type {{{ip rule show}}}
     54  *
     55{{{
     56native@ses1:~$ ip rule show
     570:      from all lookup local
     5832765:  from 216.226.242.242 lookup sat
     5932766:  from all lookup main
     6032767:  from all lookup default
     61}}}
    3462
    3563