NFS IPv6 - configure server,client,firewalls, updatereinit NFS client without restartOpenVPN no connectivity...
How will the UK Commons debate tonight despite the prorogation?
Why do we need explainable AI?
How does Harry wear the invisibility cloak?
Confusion in understanding control system?
Does immunity to damage from nonmagical attacks negate a rogue's Sneak Attack damage?
How to find better food in airports
How many days for hunting?
If I have an accident, should I file a claim with my car insurance company?
What is the most likely cause of short, quick, and useless reviews?
Generate points for smooth movement between two given points
Travel to USA with a stuffed puppet
When making yogurt, why doesn't bad bacteria grow as well?
Has Rey's new lightsaber been seen before in canon or legends?
Planet that’s 90% water or more?
pruning subdomains of other domains in a file using script (bash, awk or similar)
Powering an offset stacked array of pistons
What is this red bug infesting some trees in southern Germany?
Why did the VIC-II and SID use 6 µm technology in the era of 3 µm and 1.5 µm?
Adding transparency to ink drawing
Everyone for non livings
Did Alan Turing's student Robin Gandy assert that Charles Babbage had no notion of a universal computing machine?
Spare the Dying during Rage Beyond Death
co-son-in-law or co-brother
'Hard work never hurt anyone' Why not 'hurts'?
NFS IPv6 - configure server,client,firewalls, update
reinit NFS client without restartOpenVPN no connectivity when connected through IPv6Mount NFS share on notebook (wlan)NFS + Kerberos: access denied by server while mountingsystemd-networkd IPv6 autoconfigurationStale NFS File Handle why does fsid resolve it?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm having trouble configuring NFS server and client for IPv6. There is no problem using IPv4 in this but with IPv6 no such luck.
My current try is this:
server:/etc/exports
/export/hat 2001:.../64(rw,nohide,insecure,no_subtree_check,async)
client:/etc/fstab
[2001...]:/export/hat /mnt/hat nfs nofail,x-systemd.automount,x-systemd.requires=network-online.target,x-systemd.device-ut=10 0 0
Where the IPv6 addresses given are the IPv6 addresses of the server and client -- which in this test case are the same host.
The attempt to mount in terminal appears to succeed
mount -t nfs [2001...]:/export/hat /mnt/hat
in that there is :
- no error returned by the command
- no error in the nfs-server status
- no error in the journal.
However when attempting on the client to list the contents on the mount, the command hangs.
There is no issue using IPv4 addresses - with the appropriate setting in the server's /etc/exports.
mount -t nfs 192.168.0.6:/export/hat /mnt/hat
successfully mounts the export
SSH connects using the IPv6 address.
For this test, firewall is OFF on both server and client.
nfs ipv6
add a comment |
I'm having trouble configuring NFS server and client for IPv6. There is no problem using IPv4 in this but with IPv6 no such luck.
My current try is this:
server:/etc/exports
/export/hat 2001:.../64(rw,nohide,insecure,no_subtree_check,async)
client:/etc/fstab
[2001...]:/export/hat /mnt/hat nfs nofail,x-systemd.automount,x-systemd.requires=network-online.target,x-systemd.device-ut=10 0 0
Where the IPv6 addresses given are the IPv6 addresses of the server and client -- which in this test case are the same host.
The attempt to mount in terminal appears to succeed
mount -t nfs [2001...]:/export/hat /mnt/hat
in that there is :
- no error returned by the command
- no error in the nfs-server status
- no error in the journal.
However when attempting on the client to list the contents on the mount, the command hangs.
There is no issue using IPv4 addresses - with the appropriate setting in the server's /etc/exports.
mount -t nfs 192.168.0.6:/export/hat /mnt/hat
successfully mounts the export
SSH connects using the IPv6 address.
For this test, firewall is OFF on both server and client.
nfs ipv6
add a comment |
I'm having trouble configuring NFS server and client for IPv6. There is no problem using IPv4 in this but with IPv6 no such luck.
My current try is this:
server:/etc/exports
/export/hat 2001:.../64(rw,nohide,insecure,no_subtree_check,async)
client:/etc/fstab
[2001...]:/export/hat /mnt/hat nfs nofail,x-systemd.automount,x-systemd.requires=network-online.target,x-systemd.device-ut=10 0 0
Where the IPv6 addresses given are the IPv6 addresses of the server and client -- which in this test case are the same host.
The attempt to mount in terminal appears to succeed
mount -t nfs [2001...]:/export/hat /mnt/hat
in that there is :
- no error returned by the command
- no error in the nfs-server status
- no error in the journal.
However when attempting on the client to list the contents on the mount, the command hangs.
There is no issue using IPv4 addresses - with the appropriate setting in the server's /etc/exports.
mount -t nfs 192.168.0.6:/export/hat /mnt/hat
successfully mounts the export
SSH connects using the IPv6 address.
For this test, firewall is OFF on both server and client.
nfs ipv6
I'm having trouble configuring NFS server and client for IPv6. There is no problem using IPv4 in this but with IPv6 no such luck.
My current try is this:
server:/etc/exports
/export/hat 2001:.../64(rw,nohide,insecure,no_subtree_check,async)
client:/etc/fstab
[2001...]:/export/hat /mnt/hat nfs nofail,x-systemd.automount,x-systemd.requires=network-online.target,x-systemd.device-ut=10 0 0
Where the IPv6 addresses given are the IPv6 addresses of the server and client -- which in this test case are the same host.
The attempt to mount in terminal appears to succeed
mount -t nfs [2001...]:/export/hat /mnt/hat
in that there is :
- no error returned by the command
- no error in the nfs-server status
- no error in the journal.
However when attempting on the client to list the contents on the mount, the command hangs.
There is no issue using IPv4 addresses - with the appropriate setting in the server's /etc/exports.
mount -t nfs 192.168.0.6:/export/hat /mnt/hat
successfully mounts the export
SSH connects using the IPv6 address.
For this test, firewall is OFF on both server and client.
nfs ipv6
nfs ipv6
edited 1 hour ago
Stephen Boston
asked Aug 30 at 17:46
Stephen BostonStephen Boston
2743 silver badges12 bronze badges
2743 silver badges12 bronze badges
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f538320%2fnfs-ipv6-configure-server-client-firewalls-update%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f538320%2fnfs-ipv6-configure-server-client-firewalls-update%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown