Conflict between wlan and ethernet board
Clash 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!
wifi ip ethernet port-forwarding wifi-hotspot
add a comment |Â
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!
wifi ip ethernet port-forwarding wifi-hotspot
/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
add a comment |Â
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!
wifi ip ethernet port-forwarding wifi-hotspot
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!
wifi ip ethernet port-forwarding wifi-hotspot
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
add a comment |Â
/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
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
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
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
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
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
/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