Conflict between wlan and ethernet board

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I'm using a linux based board to receive data from sensors and write them in a txt file.By configuring the board as webserver i'll reading the txt file by typing ip address.



The protocol used is webdav and tcp-ip.



The problem is that if the ethernet is not connected i can reach the board and then reading txt file.When i connect the ethernet, the webservice stops to work.I'll check the netowrk configuration by typing ip addr show.



1: lo: mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever



2: usb0: mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
link/ether 00:80:2f:19:fa:62 brd ff:ff:ff:ff:ff:ff



3: wlan0: mtu 1500 qdisc mq state UP qlen 1000
link/ether 00:80:2f:19:fa:63 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.197/24 brd 192.168.0.255 scope global wlan0
inet6 fe80::280:2fff:fe19:fa63/64 scope link
valid_lft forever preferred_lft forever



4: eth0: mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 00:71:00:7f:ed:ec brd ff:ff:ff:ff:ff:ff
inet 192.168.0.50/24 brd 192.168.0.255 scope global eth0
inet6 fe80::271:ff:fe7f:edec/64 scope link
valid_lft forever preferred_lft forever



From the text i've noticed that the two services use the same port is right?



192.168.0.197/24 and 192.168.0.50/24



How can i change the port from the terminal?It should be the problem?



Thanks to everyone!







share|improve this question



















  • /24 is the subnet notation, is that what you are referring to? netstat -a would show you the ports in use.
    – Sir_Scofferoff
    May 18 at 15:31














up vote
0
down vote

favorite












I'm using a linux based board to receive data from sensors and write them in a txt file.By configuring the board as webserver i'll reading the txt file by typing ip address.



The protocol used is webdav and tcp-ip.



The problem is that if the ethernet is not connected i can reach the board and then reading txt file.When i connect the ethernet, the webservice stops to work.I'll check the netowrk configuration by typing ip addr show.



1: lo: mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever



2: usb0: mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
link/ether 00:80:2f:19:fa:62 brd ff:ff:ff:ff:ff:ff



3: wlan0: mtu 1500 qdisc mq state UP qlen 1000
link/ether 00:80:2f:19:fa:63 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.197/24 brd 192.168.0.255 scope global wlan0
inet6 fe80::280:2fff:fe19:fa63/64 scope link
valid_lft forever preferred_lft forever



4: eth0: mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 00:71:00:7f:ed:ec brd ff:ff:ff:ff:ff:ff
inet 192.168.0.50/24 brd 192.168.0.255 scope global eth0
inet6 fe80::271:ff:fe7f:edec/64 scope link
valid_lft forever preferred_lft forever



From the text i've noticed that the two services use the same port is right?



192.168.0.197/24 and 192.168.0.50/24



How can i change the port from the terminal?It should be the problem?



Thanks to everyone!







share|improve this question



















  • /24 is the subnet notation, is that what you are referring to? netstat -a would show you the ports in use.
    – Sir_Scofferoff
    May 18 at 15:31












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I'm using a linux based board to receive data from sensors and write them in a txt file.By configuring the board as webserver i'll reading the txt file by typing ip address.



The protocol used is webdav and tcp-ip.



The problem is that if the ethernet is not connected i can reach the board and then reading txt file.When i connect the ethernet, the webservice stops to work.I'll check the netowrk configuration by typing ip addr show.



1: lo: mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever



2: usb0: mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
link/ether 00:80:2f:19:fa:62 brd ff:ff:ff:ff:ff:ff



3: wlan0: mtu 1500 qdisc mq state UP qlen 1000
link/ether 00:80:2f:19:fa:63 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.197/24 brd 192.168.0.255 scope global wlan0
inet6 fe80::280:2fff:fe19:fa63/64 scope link
valid_lft forever preferred_lft forever



4: eth0: mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 00:71:00:7f:ed:ec brd ff:ff:ff:ff:ff:ff
inet 192.168.0.50/24 brd 192.168.0.255 scope global eth0
inet6 fe80::271:ff:fe7f:edec/64 scope link
valid_lft forever preferred_lft forever



From the text i've noticed that the two services use the same port is right?



192.168.0.197/24 and 192.168.0.50/24



How can i change the port from the terminal?It should be the problem?



Thanks to everyone!







share|improve this question











I'm using a linux based board to receive data from sensors and write them in a txt file.By configuring the board as webserver i'll reading the txt file by typing ip address.



The protocol used is webdav and tcp-ip.



The problem is that if the ethernet is not connected i can reach the board and then reading txt file.When i connect the ethernet, the webservice stops to work.I'll check the netowrk configuration by typing ip addr show.



1: lo: mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever



2: usb0: mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
link/ether 00:80:2f:19:fa:62 brd ff:ff:ff:ff:ff:ff



3: wlan0: mtu 1500 qdisc mq state UP qlen 1000
link/ether 00:80:2f:19:fa:63 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.197/24 brd 192.168.0.255 scope global wlan0
inet6 fe80::280:2fff:fe19:fa63/64 scope link
valid_lft forever preferred_lft forever



4: eth0: mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 00:71:00:7f:ed:ec brd ff:ff:ff:ff:ff:ff
inet 192.168.0.50/24 brd 192.168.0.255 scope global eth0
inet6 fe80::271:ff:fe7f:edec/64 scope link
valid_lft forever preferred_lft forever



From the text i've noticed that the two services use the same port is right?



192.168.0.197/24 and 192.168.0.50/24



How can i change the port from the terminal?It should be the problem?



Thanks to everyone!









share|improve this question










share|improve this question




share|improve this question









asked May 18 at 11:24









Mattteo

1




1











  • /24 is the subnet notation, is that what you are referring to? netstat -a would show you the ports in use.
    – Sir_Scofferoff
    May 18 at 15:31
















  • /24 is the subnet notation, is that what you are referring to? netstat -a would show you the ports in use.
    – Sir_Scofferoff
    May 18 at 15:31















/24 is the subnet notation, is that what you are referring to? netstat -a would show you the ports in use.
– Sir_Scofferoff
May 18 at 15:31




/24 is the subnet notation, is that what you are referring to? netstat -a would show you the ports in use.
– Sir_Scofferoff
May 18 at 15:31















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',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f444570%2fconflict-between-wlan-and-ethernet-board%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f444570%2fconflict-between-wlan-and-ethernet-board%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay