Routed

  • May 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Routed as PDF for free.

More details

  • Words: 104
  • Pages: 1
ifconfig eth0 10.151.116.222 netmask 255.255.255.0 ifconfig eth1 192.168.204.46 netmask 255.255.0.0 route add 10.151.128.42 gw 10.151.116.250 dev eth0 route add 10.151.150.6 gw 10.151.116.250 dev eth0 route add default gw 192.168.204.126 dev eth1

ifconfig eth0 10.151.116.121 netmask 255.255.255.0 ifconfig eth1 192.168.204.46 netmask 255.255.0.0 route add 10.151.150.6 gw 10.151.116.250 dev eth0 route add default gw 10.151.116.250 dev eth0 route add 172.20.1.38 gw 192.168.204.126 dev eth1 ifconfig eth0 10.151.116.121 netmask 255.255.255.0;ifconfig eth1 192.168.204.46 netmask 255.255.0.0;route add 10.151.150.6 gw 10.151.116.250 dev eth0;route add default gw 10.151.116.250 dev eth0

ifconfig eth0 10.151.116.121 netmask 255.255.255.0;ifconfig eth1 192.168.204.46 netmask 255.255.0.0;route add 10.151.150.6 gw 10.151.116.250 dev eth0;route add default gw 10.151.116.250 dev eth0

Related Documents