/[mdap]/network-setup.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /network-setup.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 42 - (show annotations)
Fri Nov 16 13:04:56 2007 UTC (16 years, 4 months ago) by dpavlin
File MIME type: application/x-sh
File size: 499 byte(s)
 r46@brr:  dpavlin | 2007-11-16 14:04:52 +0100
 setup network on eth1, 10.0.0.0/8

1 #!/bin/sh
2
3 if=eth1
4
5 echo "setting network on $if"
6 sudo ifconfig $if down || exit
7 sudo killall in.tftpd
8 sudo killall udhcpd
9 sudo rm etc/udhcpd.leases
10 sudo touch etc/udhcpd.leases
11 sleep 1
12 sudo ifconfig $if 192.168.1.241 netmask 255.255.255.240 up
13 sudo ifconfig $if:10 10.0.0.1 up
14 sudo route add -net 224.0.0.0 netmask 240.0.0.0 dev $if
15 netstat -rn
16 echo "starting bootp server"
17 sudo /usr/sbin/udhcpd etc/udhcpd.conf
18 echo "starting tftp server"
19 sudo /usr/sbin/in.tftpd -l -a 10.0.0.1 -s /srv/tftp -v -v

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26