Gateway problem
-
Hello all,
I have a problem with the gateway.
I am using a Duet 2 Wifi v1.04c and removed the wifi module to replace it with the Duet Ethernet module.
I am able to access the DWC and can use the printer as long as I am in the same IP range 192.168.1.xxx.
However if I am at a different gateway (IP 192.168.2.xxx) I cant access/ping the printer.The printer is used in a large network and I can access every machine from 192.168.2.xxx to 192.168.1.xxx and vice versa, except the printer.
My current config looks like this:
; Ethernet
M552 S0 ; turn network off
M540 PAB:CD:EF:12:34:56 ; set MAC adress
M554 P192.168.1.254 ; set gateway
M553 P255.255.255.0 ; set subnet mask
M552 P192.168.1.97 S1 ; set static IP adress and turn network on
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable TelnetAm I doing anything wrong here or do you have any suggestions?
Thanks in advance!
-
@phil333 said in Gateway problem:
M553 P255.255.255.0 ; set subnet mask
Try changing that line to:
M553 P255.255.0.0
-
I did that, but its still not accessable and changed nothing that I can see (except for the mask adress of course).
This is really strange
-
(as I am not allowed to edit my post 3600sec+ after writing)
EDIT:
After a while it worked.
Didnt tested it for a couple of hours but then it worked.I will check if it just "needs its time" or if the network settings are now correct.
As I am away for a week it will take a while when I can tell more.Thanks so far dc42