Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pcom-laboratoare-public
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Flavius Romeo MAZILU
pcom-laboratoare-public
Commits
2b0a568a
Commit
2b0a568a
authored
11 months ago
by
FlaviusMazilu
Browse files
Options
Downloads
Patches
Plain Diff
fix wrong IP address of the server
Signed-off-by:
FlaviusMazilu
<
maziluflavius@gmail.com
>
parent
b70d11ea
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lab7/Makefile
+1
-1
1 addition, 1 deletion
lab7/Makefile
lab7/README.md
+2
-2
2 additions, 2 deletions
lab7/README.md
with
3 additions
and
3 deletions
lab7/Makefile
+
1
−
1
View file @
2b0a568a
...
...
@@ -9,7 +9,7 @@ CFLAGS = -Wall -g -Werror -Wno-error=unused-variable
PORT
=
12345
# Adresa IP a serverului
IP_SERVER
=
1
27.0
.0.
1
IP_SERVER
=
1
92.168
.0.
2
all
:
server client
...
...
This diff is collapsed.
Click to expand it.
lab7/README.md
+
2
−
2
View file @
2b0a568a
...
...
@@ -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]`
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment