diff --git a/lab7/Makefile b/lab7/Makefile index 88b00b2dd21c18de14227d8e85d2a89d3765b211..94b16e0557498e4dac653fe04f9a2d3a0a3551b5 100644 --- a/lab7/Makefile +++ b/lab7/Makefile @@ -9,7 +9,7 @@ CFLAGS = -Wall -g -Werror -Wno-error=unused-variable PORT = 12345 # Adresa IP a serverului -IP_SERVER = 127.0.0.1 +IP_SERVER = 192.168.0.2 all: server client diff --git a/lab7/README.md b/lab7/README.md index 779890ea8c87b9a7664c16e015b5c11dfec70f23..a39376f0ab371e7b7884befd6883d058d273951e 100644 --- a/lab7/README.md +++ b/lab7/README.md @@ -84,6 +84,6 @@ sudo pkill ovs-test sudo python3 topo.py ``` -To start the `server`, in the `server` device, simply run `./server 192.168.0.1 [PORT]`. +To start the `server`, in the `server` device, simply run `./server 192.168.0.2 [PORT]`. -To start a client, in a `client#` device, simply run `./client 192.168.0.1 [PORT]`. +To start a client, in a `client#` device, simply run `./client 192.168.0.2 [PORT]`.