Guest User

Untitled

a guest
Jun 25th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #!/usr/bin/sh
  2. ifconfig eth0 192.168.1.42 netmask 255.255.255.0 up #computer
  3. route add -net 192.168.1.0 netmask 255.255.255.0 eth0 #network
  4. route add default gw 192.168.1.1 eth0 #router/gateway
Add Comment
Please, Sign In to add comment