You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -62,12 +60,11 @@ SubNetCalc is an IPv4/IPv6 subnet address calculator. For given IPv4 or IPv6 add
62
60
+ 6-to-4 Address = 2.224.3.254
63
61
GeoIP Country = Germany (DE)
64
62
DNS Hostname = www.heise.de
65
-
</pre>
63
+
</code></pre>
66
64
67
65
* My new host should use Interface ID 0x100 and Subnet ID 0x1234. Generate a Unique Local IPv6 prefix (40-bit Global ID) for my intranet, according to [RFC 4193](https://www.rfc-editor.org/rfc/rfc4193), using high quality random numbers!
* Take a look into the manual page of SubNetCalc for further information and options:
157
152
158
-
<pre>
153
+
```bash
159
154
man subnetcalc
160
-
</pre>
155
+
```
161
156
162
157
163
158
# 📦 Binary Package Installation
@@ -168,36 +163,36 @@ Please use the issue tracker at [https://github.com/dreibh/subnetcalc/issues](ht
168
163
169
164
For ready-to-install Ubuntu Linux packages of SubNetCalc, see [Launchpad PPA for Thomas Dreibholz](https://launchpad.net/~dreibh/+archive/ubuntu/ppa/+packages?field.name_filter=subnetcalc&field.status_filter=published&field.series_filter=)!
170
165
171
-
<pre>
166
+
```bash
172
167
sudo apt-add-repository -sy ppa:dreibh/ppa
173
168
sudo apt-get update
174
169
sudo apt-get install subnetcalc
175
-
</pre>
170
+
```
176
171
177
172
## Fedora Linux
178
173
179
174
For ready-to-install Fedora Linux packages of SubNetCalc, see [COPR PPA for Thomas Dreibholz](https://copr.fedorainfracloud.org/coprs/dreibh/ppa/package/subnetcalc/)!
180
175
181
-
<pre>
176
+
```bash
182
177
sudo dnf copr enable -y dreibh/ppa
183
178
sudo dnf install subnetcalc
184
-
</pre>
179
+
```
185
180
186
181
## FreeBSD
187
182
188
183
For ready-to-install FreeBSD packages of SubNetCalc, it is included in the ports collection, see [FreeBSD ports tree index of net/subnetcalc/](https://cgit.freebsd.org/ports/tree/net/subnetcalc/)!
189
184
190
-
<pre>
185
+
```bash
191
186
pkg install subnetcalc
192
-
</pre>
187
+
```
193
188
194
189
Alternatively, to compile it from the ports sources:
195
190
196
-
<pre>
191
+
```bash
197
192
cd /usr/ports/net/subnetcalc
198
193
make
199
194
make install
200
-
</pre>
195
+
```
201
196
202
197
203
198
# 💾 Build from Sources
@@ -210,12 +205,12 @@ Please use the issue tracker at [https://github.com/dreibh/subnetcalc/issues](ht
210
205
211
206
The Git repository of the SubNetCalc sources can be found at [https://github.com/dreibh/subnetcalc](https://github.com/dreibh/subnetcalc):
0 commit comments