Skip to content

Commit

Permalink
set an IP address properly
Browse files Browse the repository at this point in the history
  • Loading branch information
nobuto-m committed Feb 12, 2025
1 parent 3e2f576 commit e687ac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sunbeam-single-node-guided.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ jobs:
dhcp6: false
accept-ra: false
addresses:
- 192.168.124.1${i}/24
- 192.168.124.6/24
routes:
- to: default
via: 192.168.124.6
via: 192.168.124.1
nameservers:
addresses:
- 192.168.124.1
Expand Down

0 comments on commit e687ac6

Please sign in to comment.