FreeDOS does not answer ARP
I have 2 VirtualBox virtual machines with freeDOS (1.2) as guests, and I am trying to have network connection between them.
For a start I am trying to have connectivity between one of the machines and the host (Windows 10).
It seems that for some reason the guest does not answer ARP and ping requests, although it can send ARP request to the host and use the answer to ping the host.
In 'Network settings' of the VM, the adapter is set to "Host-only adapter".
Here the host is 192.168.56.1 and the guest is 192.168.56.2
Pinging the guest from the host does not work:
C:UsersRafi>ping 192.168.56.2
Pinging 192.168.56.2 with 32 bytes of data:
Request timed out.
Request timed out.
Reply from 192.168.56.1: Destination host unreachable.
Request timed out.
Ping statistics for 192.168.56.2:
Packets: Sent = 4, Received = 1, Lost = 3 (75% loss),
Pinging the guest from itself does not work:
C:>ping 192.168.56.2
mTCP Ping by M Brutman (mbbrutman@gmail.com) (C)opyright 2009-2013
Version: May 23 2013
Timeout waiting for ARP response
Pinging the host from the guest works:
C:>ping 192.168.56.1
mTCP Ping by M Brutman (mbbrutman@gmail.com) (C)opyright 2009-2013
Version: May 23 2013
ICMP Packet payload is 32 bytes.
Packet sequence number 0 received in 0.85 ms, ttl=128
Packet sequence number 1 received in 0.85 ms, ttl=128
Packet sequence number 2 received in 0.85 ms, ttl=128
Packet sequence number 3 received in 3.40 ms, ttl=128
Packets sent: 4, Replies received: 4, Replies lost: 0
Average time for a reply: 1.48 ms (not counting lost packets)
Configuration file of mTCP (in guest):
C:>type %mtcpcfg%
DHCPVER DHCP Client version May 23 2013
TIMESTAMP ( 1546028611 ) Fri Dec 28 15:23:31 2018
PACKETINT 0x60
IPADDR 192.168.56.2
NETMASK 255.255.255.0
GATEWAY 192.168.56.1
MTU 1500
How can I solve this?
networking virtualbox ping arp freedos
add a comment |
I have 2 VirtualBox virtual machines with freeDOS (1.2) as guests, and I am trying to have network connection between them.
For a start I am trying to have connectivity between one of the machines and the host (Windows 10).
It seems that for some reason the guest does not answer ARP and ping requests, although it can send ARP request to the host and use the answer to ping the host.
In 'Network settings' of the VM, the adapter is set to "Host-only adapter".
Here the host is 192.168.56.1 and the guest is 192.168.56.2
Pinging the guest from the host does not work:
C:UsersRafi>ping 192.168.56.2
Pinging 192.168.56.2 with 32 bytes of data:
Request timed out.
Request timed out.
Reply from 192.168.56.1: Destination host unreachable.
Request timed out.
Ping statistics for 192.168.56.2:
Packets: Sent = 4, Received = 1, Lost = 3 (75% loss),
Pinging the guest from itself does not work:
C:>ping 192.168.56.2
mTCP Ping by M Brutman (mbbrutman@gmail.com) (C)opyright 2009-2013
Version: May 23 2013
Timeout waiting for ARP response
Pinging the host from the guest works:
C:>ping 192.168.56.1
mTCP Ping by M Brutman (mbbrutman@gmail.com) (C)opyright 2009-2013
Version: May 23 2013
ICMP Packet payload is 32 bytes.
Packet sequence number 0 received in 0.85 ms, ttl=128
Packet sequence number 1 received in 0.85 ms, ttl=128
Packet sequence number 2 received in 0.85 ms, ttl=128
Packet sequence number 3 received in 3.40 ms, ttl=128
Packets sent: 4, Replies received: 4, Replies lost: 0
Average time for a reply: 1.48 ms (not counting lost packets)
Configuration file of mTCP (in guest):
C:>type %mtcpcfg%
DHCPVER DHCP Client version May 23 2013
TIMESTAMP ( 1546028611 ) Fri Dec 28 15:23:31 2018
PACKETINT 0x60
IPADDR 192.168.56.2
NETMASK 255.255.255.0
GATEWAY 192.168.56.1
MTU 1500
How can I solve this?
networking virtualbox ping arp freedos
add a comment |
I have 2 VirtualBox virtual machines with freeDOS (1.2) as guests, and I am trying to have network connection between them.
For a start I am trying to have connectivity between one of the machines and the host (Windows 10).
It seems that for some reason the guest does not answer ARP and ping requests, although it can send ARP request to the host and use the answer to ping the host.
In 'Network settings' of the VM, the adapter is set to "Host-only adapter".
Here the host is 192.168.56.1 and the guest is 192.168.56.2
Pinging the guest from the host does not work:
C:UsersRafi>ping 192.168.56.2
Pinging 192.168.56.2 with 32 bytes of data:
Request timed out.
Request timed out.
Reply from 192.168.56.1: Destination host unreachable.
Request timed out.
Ping statistics for 192.168.56.2:
Packets: Sent = 4, Received = 1, Lost = 3 (75% loss),
Pinging the guest from itself does not work:
C:>ping 192.168.56.2
mTCP Ping by M Brutman (mbbrutman@gmail.com) (C)opyright 2009-2013
Version: May 23 2013
Timeout waiting for ARP response
Pinging the host from the guest works:
C:>ping 192.168.56.1
mTCP Ping by M Brutman (mbbrutman@gmail.com) (C)opyright 2009-2013
Version: May 23 2013
ICMP Packet payload is 32 bytes.
Packet sequence number 0 received in 0.85 ms, ttl=128
Packet sequence number 1 received in 0.85 ms, ttl=128
Packet sequence number 2 received in 0.85 ms, ttl=128
Packet sequence number 3 received in 3.40 ms, ttl=128
Packets sent: 4, Replies received: 4, Replies lost: 0
Average time for a reply: 1.48 ms (not counting lost packets)
Configuration file of mTCP (in guest):
C:>type %mtcpcfg%
DHCPVER DHCP Client version May 23 2013
TIMESTAMP ( 1546028611 ) Fri Dec 28 15:23:31 2018
PACKETINT 0x60
IPADDR 192.168.56.2
NETMASK 255.255.255.0
GATEWAY 192.168.56.1
MTU 1500
How can I solve this?
networking virtualbox ping arp freedos
I have 2 VirtualBox virtual machines with freeDOS (1.2) as guests, and I am trying to have network connection between them.
For a start I am trying to have connectivity between one of the machines and the host (Windows 10).
It seems that for some reason the guest does not answer ARP and ping requests, although it can send ARP request to the host and use the answer to ping the host.
In 'Network settings' of the VM, the adapter is set to "Host-only adapter".
Here the host is 192.168.56.1 and the guest is 192.168.56.2
Pinging the guest from the host does not work:
C:UsersRafi>ping 192.168.56.2
Pinging 192.168.56.2 with 32 bytes of data:
Request timed out.
Request timed out.
Reply from 192.168.56.1: Destination host unreachable.
Request timed out.
Ping statistics for 192.168.56.2:
Packets: Sent = 4, Received = 1, Lost = 3 (75% loss),
Pinging the guest from itself does not work:
C:>ping 192.168.56.2
mTCP Ping by M Brutman (mbbrutman@gmail.com) (C)opyright 2009-2013
Version: May 23 2013
Timeout waiting for ARP response
Pinging the host from the guest works:
C:>ping 192.168.56.1
mTCP Ping by M Brutman (mbbrutman@gmail.com) (C)opyright 2009-2013
Version: May 23 2013
ICMP Packet payload is 32 bytes.
Packet sequence number 0 received in 0.85 ms, ttl=128
Packet sequence number 1 received in 0.85 ms, ttl=128
Packet sequence number 2 received in 0.85 ms, ttl=128
Packet sequence number 3 received in 3.40 ms, ttl=128
Packets sent: 4, Replies received: 4, Replies lost: 0
Average time for a reply: 1.48 ms (not counting lost packets)
Configuration file of mTCP (in guest):
C:>type %mtcpcfg%
DHCPVER DHCP Client version May 23 2013
TIMESTAMP ( 1546028611 ) Fri Dec 28 15:23:31 2018
PACKETINT 0x60
IPADDR 192.168.56.2
NETMASK 255.255.255.0
GATEWAY 192.168.56.1
MTU 1500
How can I solve this?
networking virtualbox ping arp freedos
networking virtualbox ping arp freedos
asked Dec 28 '18 at 14:45
user49822user49822
1011
1011
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
FreeDOS does not have a resident TCP/IP stack, and when I tried to ping the guest, there was no program that would handle the ARP and pings.
When the guest runs a program which has the ability to handle TCP/IP, it does answer ARPs and pings.
Did you check if Firewall is blocking the connections?
– Biswapriyo
Jan 1 at 16:39
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2fsuperuser.com%2fquestions%2f1388470%2ffreedos-does-not-answer-arp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
FreeDOS does not have a resident TCP/IP stack, and when I tried to ping the guest, there was no program that would handle the ARP and pings.
When the guest runs a program which has the ability to handle TCP/IP, it does answer ARPs and pings.
Did you check if Firewall is blocking the connections?
– Biswapriyo
Jan 1 at 16:39
add a comment |
FreeDOS does not have a resident TCP/IP stack, and when I tried to ping the guest, there was no program that would handle the ARP and pings.
When the guest runs a program which has the ability to handle TCP/IP, it does answer ARPs and pings.
Did you check if Firewall is blocking the connections?
– Biswapriyo
Jan 1 at 16:39
add a comment |
FreeDOS does not have a resident TCP/IP stack, and when I tried to ping the guest, there was no program that would handle the ARP and pings.
When the guest runs a program which has the ability to handle TCP/IP, it does answer ARPs and pings.
FreeDOS does not have a resident TCP/IP stack, and when I tried to ping the guest, there was no program that would handle the ARP and pings.
When the guest runs a program which has the ability to handle TCP/IP, it does answer ARPs and pings.
edited Dec 28 '18 at 18:38
grawity
236k37500554
236k37500554
answered Dec 28 '18 at 15:20
user49822user49822
1011
1011
Did you check if Firewall is blocking the connections?
– Biswapriyo
Jan 1 at 16:39
add a comment |
Did you check if Firewall is blocking the connections?
– Biswapriyo
Jan 1 at 16:39
Did you check if Firewall is blocking the connections?
– Biswapriyo
Jan 1 at 16:39
Did you check if Firewall is blocking the connections?
– Biswapriyo
Jan 1 at 16:39
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1388470%2ffreedos-does-not-answer-arp%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