Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
RapidSpace Autoinstall OS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
RapidSpace Autoinstall OS
Commits
00b1365f
Commit
00b1365f
authored
Mar 10, 2021
by
Lu Xu
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set BMC IP for lille-edu-capri-002
parent
d69d776f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
dnsmasq_lille.sh
dnsmasq_lille.sh
+5
-4
No files found.
dnsmasq_lille.sh
View file @
00b1365f
...
...
@@ -12,7 +12,7 @@ download_debian_10_if_needed
#UPDATE THOSE VARIABLES DEPENDING ON YOUR SITE
MY_IF_NAME
=
eth0
MY_IP_ADDR
=
192.168.46.2
DHCP_RANGE
=
192.168.46.100,static
DHCP_RANGE
=
192.168.46.100,static
,255.255.255.0
ROUTER_ADDR
=
192.168.46.2
DNS_SERVER
=
8.8.8.8
...
...
@@ -23,7 +23,7 @@ cat <<EOF
if [
\$
net_default_mac=7c:fe:90:43:80:a6 ];
then
set hostname=lille-edu-leopard-000
set interface=en
s
1
set interface=en
o
1
elif [
\$
net_default_mac=00:22:4d:d9:0a:aa ];
then
set hostname=lille-edu-tiogapass-001
...
...
@@ -89,5 +89,6 @@ exec dnsmasq -d --port=0 --log-dhcp \
--dhcp-boot
=
debian-installer/amd64/grubx64.efi
\
--enable-tftp
--tftp-root
=
$(
realpath
`
dirname
"
$0
"
`
)
\
--conf-file
=
/dev/null
\
--dhcp-host
=
7c:fe:90:43:80:a8,192.168.46.100,1h
\
--dhcp-host
=
7c:fe:90:43:80:a6,192.168.46.102,1h
--dhcp-host
=
7c:fe:90:43:80:a8,192.168.46.101,1h
\
--dhcp-host
=
7c:fe:90:43:80:a6,192.168.46.102,1h
\
--dhcp-host
=
00:22:4d:da:ca:a8,192.168.46.103,168.46.103,1h
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment